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-06-26T14:30:18.1866642Z", "EndDate": "2025-06-26T14:30:18.1866642Z" }, { "StartDate": "2025-06-26T14:30:18.1866642Z", "EndDate": "2025-06-26T14:30:18.1866642Z" } ], "WeekDayPattern": [ 1, 2 ], "ExcludeHolidays": true, "ExcludeHolidaysRegion": "sample string 2" }
Response Information
Resource Description
Collection of dateResponse Formats
application/json, text/json
Sample:
[ "2025-06-26T15:30:18.1866642+01:00", "2025-06-26T15:30:18.1866642+01:00" ]