Retrieve a currency with currency code {currencyCode} for facility with a WSO ID of {id}.
https://services.wsoweb.com/
Facility must be a multi-currency revolver.
currencyCode
Currency Code
string
Required
id
WSO ID of facility
integer
Required
CurrencyCode
The ISO code for the currency
string
Limit
The percentage limit for the currency in the facility
decimal number
{ "currencyCode": "sample string 3", "limit": 1.1, "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" } ] }
<Currency xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <CurrencyCode>sample string 3</CurrencyCode> <Limit>1.1</Limit> <Links> <Link> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> <Link> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> </Links> </Currency>