All Collections
Detrack V1 API Documentation
Download
DOWNLOAD DELIVERY / COLLECTION POD SIGNATURE IMAGE FILE
DOWNLOAD DELIVERY / COLLECTION POD SIGNATURE IMAGE FILE
Operator avatar
Written by Operator
Updated over a week ago

DOWNLOAD DELIVERY / COLLECTION POD SIGNATURE IMAGE FILE

Delivery URL:

https://app.detrack.com/api/v1/deliveries/signature.json

Collection URL:

https://app.detrack.com/api/v1/collections/signature.json

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 signature image file for. Required field.

HTTP POST RESPONSE (FILE DOWNLOAD OR HTTP 404 ERROR)

If a POD signature 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?