POST v1/clients/{id}/limitdeliveryhours

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Collection of LimitDeliveryHours
NameDescriptionTypeAdditional information
ID

integer

None.

Weekday

integer

None.

HourStart

time interval

None.

HourEnd

time interval

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Weekday": 2,
    "HourStart": "00:00:00.1234567",
    "HourEnd": "00:00:00.1234567"
  },
  {
    "ID": 1,
    "Weekday": 2,
    "HourStart": "00:00:00.1234567",
    "HourEnd": "00:00:00.1234567"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.