Description
This interface is suitable for some integrators to return electronically signed POD files for |
Path
HTTP Verb | URL |
---|---|
Post | /services/shipper/proof-of-delivery/document |
Request content
A sequence of tracking numbers in JSON format. TrackingNo can be used, up to 30 at a |
Request sample
Request
[ "2WZ206319501000931502","33XHD003000401000935106","123456" ]
Response message
Response
{ "status":"Success", "errors":null, "data":[ { "trackingNo":"2WZ206319501000931502", "signerName":"", "signature":"base64 string", "authorityNature":"", "signatureFormat":null, "status":"Success" }, { "trackingNo":"33XHD003000401000935106", "signerName":"", "signature":"base64 string", "authorityNature":"", "signatureFormat":null, "status":"Success" }, { "trackingNo":"123456", "signerName":null, "signature":null, "authorityNature":null, "signatureFormat":null, "status":"Success" } ], "warnings":null }