POST api/Project?firstDay={firstDay}&lastDay={lastDay}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
firstDay

date

Required

lastDay

date

Required

Body Parameters

Collection of date

Request Formats

application/json, text/json

Sample:
[
  "2024-09-29T09:49:49.973794+05:30",
  "2024-09-29T09:49:49.973794+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>2024-09-29T09:49:49.973794+05:30</dateTime>
  <dateTime>2024-09-29T09:49:49.973794+05:30</dateTime>
</ArrayOfdateTime>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>