POST api/candidateavailability/{candidateId}/daily/filtered?clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| candidateId | string |
Required |
|
| clientId | string |
None. |
Body Parameters
DatesFilterRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DateRanges | Collection of DateRange |
None. |
|
| WeekDayPattern | Collection of integer |
None. |
|
| ExcludeHolidays | boolean |
None. |
|
| ExcludeHolidaysRegion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DateRanges": [
{
"StartDate": "2025-11-06T19:09:40.8106557Z",
"EndDate": "2025-11-06T19:09:40.8106557Z"
},
{
"StartDate": "2025-11-06T19:09:40.8106557Z",
"EndDate": "2025-11-06T19:09:40.8106557Z"
}
],
"WeekDayPattern": [
1,
2
],
"ExcludeHolidays": true,
"ExcludeHolidaysRegion": "sample string 2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.