Get all available currencies
Method | /GetCurrencies |
The request body is of type GetCurrencies.
Name | Description | Data Type |
---|---|---|
organizationId | xml:int | |
companyId | xml:int | |
isoCurrencyId | xml:int | |
code | xml:string | |
externalCode | xml:string | |
description | xml:string |
|
The response body is of type GetCurrenciesResponse.
Name | Description | Data Type |
---|---|---|
GetCurrenciesResult | ArrayOfViewCurrencyInfo |
|