POST api/SKU/SaveSKUCountryChannelPrice

Request Information

URI Parameters

None.

Body Parameters

RegularSKUPerCountryPerChannelPrice
NameDescriptionTypeAdditional information
id

integer

None.

skuId

integer

None.

skuPerCountryPerChannelPTTs

Collection of EffectiveDateValuePerCountryPerChannel

None.

skuPerCountryPerChannelRSPs

Collection of EffectiveDateValuePerCountryPerChannel

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "skuId": 2,
  "skuPerCountryPerChannelPTTs": [
    {
      "id": 1,
      "countryId": 2,
      "channelId": 3,
      "value": 4.0,
      "effectiveDate": "2026-02-25T11:07:34.4658957+00:00"
    },
    {
      "id": 1,
      "countryId": 2,
      "channelId": 3,
      "value": 4.0,
      "effectiveDate": "2026-02-25T11:07:34.4658957+00:00"
    }
  ],
  "skuPerCountryPerChannelRSPs": [
    {
      "id": 1,
      "countryId": 2,
      "channelId": 3,
      "value": 4.0,
      "effectiveDate": "2026-02-25T11:07:34.4658957+00:00"
    },
    {
      "id": 1,
      "countryId": 2,
      "channelId": 3,
      "value": 4.0,
      "effectiveDate": "2026-02-25T11:07:34.4658957+00:00"
    }
  ]
}

application/xml, text/xml

Sample:
<RegularSKUPerCountryPerChannelPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ICE.WebApi.Models">
  <id>1</id>
  <skuId>2</skuId>
  <skuPerCountryPerChannelPTTs>
    <EffectiveDateValuePerCountryPerChannel>
      <channelId>3</channelId>
      <countryId>2</countryId>
      <effectiveDate>2026-02-25T11:07:34.4658957+00:00</effectiveDate>
      <id>1</id>
      <value>4</value>
    </EffectiveDateValuePerCountryPerChannel>
    <EffectiveDateValuePerCountryPerChannel>
      <channelId>3</channelId>
      <countryId>2</countryId>
      <effectiveDate>2026-02-25T11:07:34.4658957+00:00</effectiveDate>
      <id>1</id>
      <value>4</value>
    </EffectiveDateValuePerCountryPerChannel>
  </skuPerCountryPerChannelPTTs>
  <skuPerCountryPerChannelRSPs>
    <EffectiveDateValuePerCountryPerChannel>
      <channelId>3</channelId>
      <countryId>2</countryId>
      <effectiveDate>2026-02-25T11:07:34.4658957+00:00</effectiveDate>
      <id>1</id>
      <value>4</value>
    </EffectiveDateValuePerCountryPerChannel>
    <EffectiveDateValuePerCountryPerChannel>
      <channelId>3</channelId>
      <countryId>2</countryId>
      <effectiveDate>2026-02-25T11:07:34.4658957+00:00</effectiveDate>
      <id>1</id>
      <value>4</value>
    </EffectiveDateValuePerCountryPerChannel>
  </skuPerCountryPerChannelRSPs>
</RegularSKUPerCountryPerChannelPrice>

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.