Update a currency with currency code of {currencyCode} for facility with WSO ID of {id}.
https://services.wsoweb.com/
Limit
The limit for the currency
decimal number
Percentage expressed between 0 (0%) and 1 (100%).
Facility must be a multi-currency revolver.
Limit maximum is 100%.
currencyCode
Currency Code
string
Required
id
WSO ID of facility
integer
Required
{ "limit": 1.1 }
<CurrencyUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Limit>1.1</Limit> </CurrencyUpdate>
Sample not available.
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>