post https://eu-ext.linnworks.net/api/Inventory/CreateCountryRegions
Create regions for country
Rate limit: 150 / minute
Log in to see full request history
Response
Create regions for country
Rate limit: 150 / minute
xxxxxxxxxx
curl --request POST \
--url https://eu-ext.linnworks.net/api/Inventory/CreateCountryRegions \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
14{
"regions": [
{
"pkRegionRowId": 0,
"RegionCode": "string",
"RegionName": "string",
"TaxRate": 0,
"fkCountryId": "00000000-0000-0000-0000-000000000000",
"ReplaceWith": "None",
"IsHomeRegion": true,
"TagsCount": 0
}
]
}