POST api/Rates/ClearAllFutureRatesPerUnitType

Request Information

URI Parameters

None.

Body Parameters

ClearAllFutureRatesPerUnitTypeRequest
NameDescriptionTypeAdditional information
unitTypeID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "unitTypeID": 1
}

application/xml, text/xml

Sample:
<ClearAllFutureRatesPerUnitTypeRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <unitTypeID>1</unitTypeID>
</ClearAllFutureRatesPerUnitTypeRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.