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