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
DatesFilterRequestName | 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-05-06T13:55:49.6091839Z", "EndDate": "2025-05-06T13:55:49.6091839Z" }, { "StartDate": "2025-05-06T13:55:49.6091839Z", "EndDate": "2025-05-06T13:55:49.6091839Z" } ], "WeekDayPattern": [ 1, 2 ], "ExcludeHolidays": true, "ExcludeHolidaysRegion": "sample string 2" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.