POST api/calculateReturnPoint
Request Information
URI Parameters
None.
Body Parameters
CommonPointRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CalDate | date |
None. |
|
| NumberOfDay | integer |
None. |
|
| NumberOfMonth | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"calDate": "2026-01-13T18:23:06.5698958+07:00",
"numberOfDay": 1,
"numberOfMonth": 1
}
application/xml, text/xml
Sample:
<CommonPointRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP.Request"> <CalDate>2026-01-13T18:23:06.5698958+07:00</CalDate> <NumberOfDay>1</NumberOfDay> <NumberOfMonth>1</NumberOfMonth> </CommonPointRequest>
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.