DELETE CMPrice/DeleteCMProductPrice
Deletes a price from CM
Request Information
URI Parameters
None.
Body Parameters
FindCMPriceBandPriceCommand| Name | Type | Description | Additional information |
|---|---|---|---|
| CMPackageID | integer |
Required |
|
| CMProductID | integer |
Required |
|
| CMMeasureID | integer |
Required |
|
| CMPriceGroupID | integer |
Required |
|
| CMTaxGroupID | integer |
Required |
|
| CMPriceBandID | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"CMPackageID": 1,
"CMProductID": 1,
"CMMeasureID": 1,
"CMPriceGroupID": 1,
"CMTaxGroupID": 1,
"CMPriceBandID": 1
}
application/xml, text/xml
Sample:
<FindCMPriceBandPriceCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tevalis.CM.DAL.Domain.PriceBandPrice.Commands"> <CMMeasureID>1</CMMeasureID> <CMPackageID>1</CMPackageID> <CMPriceBandID>1</CMPriceBandID> <CMPriceGroupID>1</CMPriceGroupID> <CMProductID>1</CMProductID> <CMTaxGroupID>1</CMTaxGroupID> </FindCMPriceBandPriceCommand>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>