POST api/calculationPriceForCal

Request Information

URI Parameters

None.

Body Parameters

CalculationPriceForCalRequest
NameDescriptionTypeAdditional information
CalDate

date

None.

NumberOfDay

integer

None.

NumberOfMonth

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "calDate": "2026-01-13T18:20:08.6939918+07:00",
  "numberOfDay": 1,
  "numberOfMonth": 1
}

application/xml, text/xml

Sample:
<CalculationPriceForCalRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP.Request">
  <CalDate>2026-01-13T18:20:08.6939918+07:00</CalDate>
  <NumberOfDay>1</NumberOfDay>
  <NumberOfMonth>1</NumberOfMonth>
</CalculationPriceForCalRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.