GET api/IOB/GetDeliveryZoneSamedayCutOffTime?id={id}&clientDate={clientDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

clientDate

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of DeliveryZoneDTO
NameDescriptionTypeAdditional 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
  }
]