DELETE Tariff/RemoveComponentProductPrice

Removes an existing ComponentProductPrice.

Request Information

URI Parameters

None.

Body Parameters

ComponentProductPriceBinding
NameDescriptionTypeAdditional information
ID

integer

None.

ComponentProductID

integer

None.

TariffID

integer

None.

Disabled

date

None.

Amount

Price without tax

decimal number

None.

Lang

string

None.

StoreID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "ComponentProductID": 2,
  "TariffID": 3,
  "Disabled": "2025-12-06T09:18:55.2004962+01:00",
  "Amount": 4.0,
  "Lang": "sample string 5",
  "StoreID": 6
}

application/xml, text/xml

Sample:
<ComponentProductPriceBinding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Binding.Tariff">
  <Lang xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">sample string 5</Lang>
  <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">6</StoreID>
  <Amount>4</Amount>
  <ComponentProductID>2</ComponentProductID>
  <Disabled>2025-12-06T09:18:55.2004962+01:00</Disabled>
  <ID>1</ID>
  <TariffID>3</TariffID>
</ComponentProductPriceBinding>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.