POST api/candidate/calendar/longterm/preferences
Request Information
URI Parameters
None.
Body Parameters
SetLongTermPreferenceRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| AllowLongTermInvitations | boolean |
None. |
|
| LongTermAvailableFrom | date |
None. |
|
| MinimumBookingLength | integer |
None. |
|
| WeeklyAvailability | Collection of integer |
None. |
|
| Roles | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AllowLongTermInvitations": true,
"LongTermAvailableFrom": "2025-11-06T20:34:51.4620235Z",
"MinimumBookingLength": 1,
"WeeklyAvailability": [
1,
2
],
"Roles": [
"sample string 1",
"sample string 2"
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.