Use this call to udpate countries
Name | Type | Description |
---|---|---|
countries | IEnumerable<Country> | Countries to udpate |
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/Inventory/UpdateCountries HTTP/1.1
Host: eu-ext.linnworks.net
Connection: keep-alive
Accept: application/json, text/javascript, */*; q=0.01
Origin: https://www.linnworks.net
Accept-Language: en
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Referer: https://www.linnworks.net/
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
countries=[
{
"CountryId": "c537dbd1-10c0-4f96-89fc-c953f4b310ae",
"CountryName": "sample string 2",
"CountryCode": "sample string 3",
"Continent": "sample string 4",
"Currency": "sample string 5",
"CustomsRequired": true,
"TaxRate": 1.1,
"AddressFormat": "sample string 7",
"Regions": [
{
"pkRegionRowId": 1,
"RegionCode": "sample string 2",
"RegionName": "sample string 3",
"TaxRate": 1.1,
"fkCountryId": "1e4a61c8-ac42-4677-84bd-ec52929ada68",
"ReplaceWith": 0,
"IsHomeRegion": true,
"TagsCount": 6
},
{
"pkRegionRowId": 1,
"RegionCode": "sample string 2",
"RegionName": "sample string 3",
"TaxRate": 1.1,
"fkCountryId": "1e4a61c8-ac42-4677-84bd-ec52929ada68",
"ReplaceWith": 0,
"IsHomeRegion": true,
"TagsCount": 6
}
],
"RegionsCount": 8
},
{
"CountryId": "c537dbd1-10c0-4f96-89fc-c953f4b310ae",
"CountryName": "sample string 2",
"CountryCode": "sample string 3",
"Continent": "sample string 4",
"Currency": "sample string 5",
"CustomsRequired": true,
"TaxRate": 1.1,
"AddressFormat": "sample string 7",
"Regions": [
{
"pkRegionRowId": 1,
"RegionCode": "sample string 2",
"RegionName": "sample string 3",
"TaxRate": 1.1,
"fkCountryId": "1e4a61c8-ac42-4677-84bd-ec52929ada68",
"ReplaceWith": 0,
"IsHomeRegion": true,
"TagsCount": 6
},
{
"pkRegionRowId": 1,
"RegionCode": "sample string 2",
"RegionName": "sample string 3",
"TaxRate": 1.1,
"fkCountryId": "1e4a61c8-ac42-4677-84bd-ec52929ada68",
"ReplaceWith": 0,
"IsHomeRegion": true,
"TagsCount": 6
}
],
"RegionsCount": 8
}
]
This is an example response. Results may vary depending on your data.
null