GET api/AssignTimetable/GetFreeDates?pDiaryNum={pDiaryNum}&pFromDate={pFromDate}&pToDate={pToDate}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pDiaryNum | integer |
Required |
|
pFromDate | date |
Required |
|
pToDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of dateResponse Formats
application/json, text/json
Sample:
[ "2024-11-21T11:33:16.3010554+02:00", "2024-11-21T11:33:16.3010554+02: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>2024-11-21T11:33:16.3010554+02:00</dateTime> <dateTime>2024-11-21T11:33:16.3010554+02:00</dateTime> </ArrayOfdateTime>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.