POST api/Rates/ExtandRates1YearForUnitType
Request Information
URI Parameters
None.
Body Parameters
UnitTypeYear| Name | Description | Type | Additional information |
|---|---|---|---|
| unitTypeID | integer |
None. |
|
| year | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"unitTypeID": 1,
"year": 2
}
application/xml, text/xml
Sample:
<UnitTypeYear xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <unitTypeID>1</unitTypeID> <year>2</year> </UnitTypeYear>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.