POST api/clients/savedefaultstarttimes?clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | string |
None. |
Body Parameters
BookingStartTimes| Name | Description | Type | Additional information |
|---|---|---|---|
| Morning | time interval |
None. |
|
| Afternoon | time interval |
None. |
|
| StartTimeClubBefore | time interval |
None. |
|
| StartTimeClubMid | time interval |
None. |
|
| StartTimeClubAfter | time interval |
None. |
Request Formats
application/json, text/json
Sample:
{
"Morning": "00:00:00.1234567",
"Afternoon": "00:00:00.1234567",
"StartTimeClubBefore": "00:00:00.1234567",
"StartTimeClubMid": "00:00:00.1234567",
"StartTimeClubAfter": "00:00:00.1234567"
}
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true