POST Cost/Calculation

Request Information

URI Parameters

None.

Body Parameters

DtoCostCalculation
NameDescriptionTypeAdditional information
StartDate

date

None.

UseDate

date

None.

BasicPrice

decimal number

None.

AdvancePrice

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "StartDate": "2025-12-08T13:00:52.4216829-06:00",
  "UseDate": "2025-12-08T13:00:52.4216829-06:00",
  "BasicPrice": 3.1,
  "AdvancePrice": 4.1
}

application/xml, text/xml

Sample:
<DtoCostCalculation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.UserManagement.Services.Interfaces.Request.Dto.CostCalculator">
  <AdvancePrice>4.1</AdvancePrice>
  <BasicPrice>3.1</BasicPrice>
  <StartDate>2025-12-08T13:00:52.4216829-06:00</StartDate>
  <UseDate>2025-12-08T13:00:52.4216829-06:00</UseDate>
</DtoCostCalculation>

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.