GET api/FetchPOD?User={User}&Pass={Pass}&SearchFor={SearchFor}&SearchType={SearchType}
Use this API function to retrieve a PDF rendition of the Proof of Delivery document for the requested Pro.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| User |
Enter the Logon Code assigned to your account (1-8 characters) |
string |
Required |
| Pass |
Enter the Password associated with your Logon Code |
string |
Required |
| SearchFor |
Enter the value associated with the SearchType parameter with which to locate the desired shipment document |
string |
Required |
| SearchType |
Enter the appropriate value that defines the context of the SearchFor parameter: 1=PRO Number Search, 2=BOL Number Search, 3=PO Number Search, 4=SID Number Search, 5=Carrier Pro Number Search |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns a PDF image of the Proof of Delivery document for the requested Pro.
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |