POST v1/clients/{id}/limitdeliveryhours
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Collection of LimitDeliveryHours| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.