GET api/v1/ROCDelivery/AllDeliveries?dtFrom={dtFrom}&dtTo={dtTo}
Query ROC deliveries by logged in user for a specific 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
ROCDeliveryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Deliveries | Collection of ROCDeliveryGet |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.