GET Api/Utility/GetFreeDays

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of date

Response Formats

application/json, text/json

Sample:
[
  "2024-05-18T05:11:54.9078587+00:00",
  "2024-05-18T05:11:54.9078587+00:00"
]

multipart/form-data

Sample:
["2024-05-18T05:11:54.9078587+00:00","2024-05-18T05:11:54.9078587+00:00"]

application/xml, text/xml

Sample:
<ArrayOfDateTime xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <dateTime>2024-05-18T05:11:54.9078587+00:00</dateTime>
  <dateTime>2024-05-18T05:11:54.9078587+00:00</dateTime>
</ArrayOfDateTime>