POST api/SKU/SaveSKUCountryCost
Request Information
URI Parameters
None.
Body Parameters
RegularSKUPerCountryCost| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| skuId | integer |
None. |
|
| skuPerCountryCIFs | Collection of EffectiveDateValuePerCountry |
None. |
|
| skuPerCountryPerCaseLCs | Collection of EffectiveDateValuePerCountry |
None. |
|
| skuPerCountryCoPackCosts | Collection of EffectiveDateValuePerCountry |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"skuId": 2,
"skuPerCountryCIFs": [
{
"id": 1,
"countryId": 2,
"value": 3.0,
"effectiveDate": "2026-02-25T11:08:03.4842372+00:00"
},
{
"id": 1,
"countryId": 2,
"value": 3.0,
"effectiveDate": "2026-02-25T11:08:03.4842372+00:00"
}
],
"skuPerCountryPerCaseLCs": [
{
"id": 1,
"countryId": 2,
"value": 3.0,
"effectiveDate": "2026-02-25T11:08:03.4842372+00:00"
},
{
"id": 1,
"countryId": 2,
"value": 3.0,
"effectiveDate": "2026-02-25T11:08:03.4842372+00:00"
}
],
"skuPerCountryCoPackCosts": [
{
"id": 1,
"countryId": 2,
"value": 3.0,
"effectiveDate": "2026-02-25T11:08:03.4842372+00:00"
},
{
"id": 1,
"countryId": 2,
"value": 3.0,
"effectiveDate": "2026-02-25T11:08:03.4842372+00:00"
}
]
}
application/xml, text/xml
Sample:
<RegularSKUPerCountryCost 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>
<skuPerCountryCIFs>
<EffectiveDateValuePerCountry>
<countryId>2</countryId>
<effectiveDate>2026-02-25T11:08:03.4842372+00:00</effectiveDate>
<id>1</id>
<value>3</value>
</EffectiveDateValuePerCountry>
<EffectiveDateValuePerCountry>
<countryId>2</countryId>
<effectiveDate>2026-02-25T11:08:03.4842372+00:00</effectiveDate>
<id>1</id>
<value>3</value>
</EffectiveDateValuePerCountry>
</skuPerCountryCIFs>
<skuPerCountryCoPackCosts>
<EffectiveDateValuePerCountry>
<countryId>2</countryId>
<effectiveDate>2026-02-25T11:08:03.4842372+00:00</effectiveDate>
<id>1</id>
<value>3</value>
</EffectiveDateValuePerCountry>
<EffectiveDateValuePerCountry>
<countryId>2</countryId>
<effectiveDate>2026-02-25T11:08:03.4842372+00:00</effectiveDate>
<id>1</id>
<value>3</value>
</EffectiveDateValuePerCountry>
</skuPerCountryCoPackCosts>
<skuPerCountryPerCaseLCs>
<EffectiveDateValuePerCountry>
<countryId>2</countryId>
<effectiveDate>2026-02-25T11:08:03.4842372+00:00</effectiveDate>
<id>1</id>
<value>3</value>
</EffectiveDateValuePerCountry>
<EffectiveDateValuePerCountry>
<countryId>2</countryId>
<effectiveDate>2026-02-25T11:08:03.4842372+00:00</effectiveDate>
<id>1</id>
<value>3</value>
</EffectiveDateValuePerCountry>
</skuPerCountryPerCaseLCs>
</RegularSKUPerCountryCost>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.