POST api/dates/workingdays/filtered
Request Information
URI Parameters
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:05:58.3335503Z",
"EndDate": "2025-11-06T19:05:58.3335503Z"
},
{
"StartDate": "2025-11-06T19:05:58.3335503Z",
"EndDate": "2025-11-06T19:05:58.3335503Z"
}
],
"WeekDayPattern": [
1,
2
],
"ExcludeHolidays": true,
"ExcludeHolidaysRegion": "sample string 2"
}
Response Information
Resource Description
Collection of dateResponse Formats
application/json, text/json
Sample:
[ "2025-11-06T19:05:58.3491716+00:00", "2025-11-06T19:05:58.3491716+00:00" ]