GET api/v1/OtherDelivery/AllDeliveries?dtFrom={dtFrom}&dtTo={dtTo}
Query delivery information for a non-ROC delivery for the current user and date range.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dtFrom |
From date is an ISO 8601 formatted date in your local time. Example: 2020-07-09T00:00:00.000 |
date |
Required |
| dtTo |
To date is an ISO 8601 formatted date in your local time. Example: 2020-07-09T23:59:59.999 |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
iCollectMultipleDeliveryViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Deliveries | Collection of iCollectDeliveryGet |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.