Update the Country with WSO ID of {id}.
https://services.wsoweb.com/
CurrencyCode
The Currency Code for the Country
string
Required
Description
The description of the Country
string
Required
Abbreviation
The abbreviation of the Country
string
Notes
The Notes for the Country
string
Region
The Region of the Country
string
There are no limitations specified.
id
WSO ID of Country
integer
Required
{ "description": "sample string 2", "abbreviation": "sample string 3", "currencyCode": "sample string 4", "notes": "sample string 5", "region": "sample string 6" }
<CountryUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Abbreviation>sample string 3</Abbreviation> <CurrencyCode>sample string 4</CurrencyCode> <Description>sample string 2</Description> <Notes>sample string 5</Notes> <Region>sample string 6</Region> </CountryUpdate>
Sample not available.
Abbreviation
The Country Abbreviation
string
CurrencyCode
Currency Code
string
Description
Name of country.
string
Id
The unique ID for this object.
integer
IsDeleted
True or False - Has this Country been soft deleted from the system?
boolean
Notes
Notes about this country.
string
Region
Region of world.
string
{ "abbreviation": "sample string 1", "id": 2, "description": "sample string 3", "currencyCode": "sample string 5", "currency": { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" }, "isDeleted": true, "notes": "sample string 7", "region": "sample string 8", "links": [ { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" }, { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" } ] }
<Country xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSO.API.Reference.Models.v1"> <Abbreviation>sample string 1</Abbreviation> <Currency> <Rel xmlns="">sample string 2</Rel> <Uri xmlns="">http://webapihelppage3.com/</Uri> <Verb xmlns="">sample string 1</Verb> </Currency> <CurrencyCode>sample string 5</CurrencyCode> <Description>sample string 3</Description> <Id>2</Id> <IsDeleted>true</IsDeleted> <Links> <Link xmlns=""> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> <Link xmlns=""> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> </Links> <Notes>sample string 7</Notes> <Region>sample string 8</Region> </Country>