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