POST api/Rates/DeleteRateUnitType

Request Information

URI Parameters

None.

Body Parameters

DeleteRateUnitTypeRequest
NameDescriptionTypeAdditional information
rentalRateAgrID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "rentalRateAgrID": 1
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.