POST api/Project?firstDay={firstDay}&lastDay={lastDay}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
firstDay | date |
Required |
|
lastDay | date |
Required |
Body Parameters
Collection of dateRequest Formats
application/json, text/json
Sample:
[ "2025-04-04T11:54:36.8239357+05:30", "2025-04-04T11:54:36.8239357+05:30" ]
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>2025-04-04T11:54:36.8239357+05:30</dateTime> <dateTime>2025-04-04T11:54:36.8239357+05:30</dateTime> </ArrayOfdateTime>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>