GET Service/Holiday
Retrieve a list of observed holidays in the next year
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of dateResponse Formats
application/json, text/json
Sample:
[ "2023-02-07T16:04:27.8948836-06:00", "2023-02-07T16:04:27.8948836-06:00" ]
application/xml, text/xml
Sample:
<ArrayOfdateTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <dateTime>2023-02-07T16:04:27.8948836-06:00</dateTime> <dateTime>2023-02-07T16:04:27.8948836-06:00</dateTime> </ArrayOfdateTime>