GET api/IOB/GetDeliveryZoneSamedayCutOffTime?id={id}&clientDate={clientDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| clientDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DeliveryZoneDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| DeliveryZoneId | integer |
None. |
|
| SamedayCutoffTime | string |
None. |
|
| DayId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DeliveryZoneId": 1,
"SamedayCutoffTime": "sample string 1",
"DayId": 2
},
{
"DeliveryZoneId": 1,
"SamedayCutoffTime": "sample string 1",
"DayId": 2
}
]