GET api/assignments/{trackingNumber}
Gets a single delivery assignment details object from a supplied tracking number
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| trackingNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
JsonResultOfDeliveryAssignmentDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | DeliveryAssignmentDTO |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.