GET api/Pickup/SelectDocuments/{auth}/{PickupGUID}
Used to select the documents for all shipments on the pickup
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| auth |
The authorization GUID for this user session |
string |
Required |
| PickupGUID |
The pickup(entity) GUID for which you want costs |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
List of documents
Collection of ShipmentDocumentItem| Name | Description | Type | Additional information |
|---|---|---|---|
| ShipmentDocumentID | integer |
None. |
|
| ShipmentGUID | string |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| DocumentTypeID | integer |
None. |
|
| OriginalFileName | string |
None. |
|
| SystemFileName | string |
None. |
|
| IncludeWithPickup | boolean |
None. |
|
| IncludeWithDelivery | boolean |
None. |
|
| InsertUserID | integer |
None. |
|
| InsertDateTime | date |
None. |
|
| DocumentUrl | string |
None. |
|
| InsertUserName | string |
None. |
|
| DocumentTypeName | string |
None. |
|
| FullDocumentPath | string |
None. |
|
| IsSysDoc | boolean |
None. |
|
| SysDocType | string |
None. |
|
| OrderNumber | string |
None. |
|
| VisibleToCustomers | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.