POST api/DayEnd
Request Information
URI Parameters
None.
Body Parameters
DayEndRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrentDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"CurrentDate": "2026-03-14T17:40:34.6121204+05:30"
}
application/xml, text/xml
Sample:
<DayEndRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CitrusPOS_WebAPI2"> <CurrentDate>2026-03-14T17:40:34.6121204+05:30</CurrentDate> </DayEndRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.