Retrieve a Country type with WSO ID of {id}.
https://services.wsoweb.com/
There are no limitations specified.
id
WSO ID of country
integer
Required
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>