Add a currency to the facility with a WSO ID of {id}.
https://api-ppc.wsohosting.com/
Limit
The limit for the currency
decimal number
Percentage expressed between 0 (0%) and 1 (100%).
CurrencyCode
The ISO code of the currency
string
Facility must be a multi-currency revolver.
Limit maximum is 100%.
id
WSO ID of facility
integer
Required
{
"currencyCode": "sample string 1",
"limit": 1.1
}
<CurrencyAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <CurrencyCode>sample string 1</CurrencyCode> <Limit>1.1</Limit> </CurrencyAdd>
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>