Skip to main content

DOWNLOAD DELIVERY / COLLECTION POD PDF FILE

Written by Fin
Updated over 3 years ago

DOWNLOAD DELIVERY / COLLECTION POD IMAGE FILE

Field

Description

date

The delivery date. Format: YYYY-MM-DD e.g. 2014-02-28. Required field.

do

The D.O. #. The D.O. # of the delivery / collection to download POD image file for. Required field.

HTTP POST RESPONSE (FILE DOWNLOAD OR HTTP 404 ERROR)

If a POD image file is available for the delivery / collection, the file will be returned for binary transfer. If no POD image file is available, then a HTTP 404 error will be returned.

SAMPLE REQUEST JSON

{
   "date":"2014-02-13",
   "do":"DO140213001"
}
Did this answer your question?