GET api/Currency?APIKey={APIKey}
Get Currency List
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
APIKey | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of CurrencyDataModelName | Description | Type | Additional information |
---|---|---|---|
CurrencyID | integer |
None. |
|
CurrencyCode | string |
None. |
|
CurrencyName | string |
None. |
Response Formats
application/json, text/json, text/plain, text/html
Sample:
[ { "currencyID": 1, "currencyCode": "sample string 2", "currencyName": "sample string 3" }, { "currencyID": 1, "currencyCode": "sample string 2", "currencyName": "sample string 3" } ]
application/xml, text/xml
Sample:
<ArrayOfCurrencyDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel"> <CurrencyDataModel> <CurrencyCode>sample string 2</CurrencyCode> <CurrencyID>1</CurrencyID> <CurrencyName>sample string 3</CurrencyName> </CurrencyDataModel> <CurrencyDataModel> <CurrencyCode>sample string 2</CurrencyCode> <CurrencyID>1</CurrencyID> <CurrencyName>sample string 3</CurrencyName> </CurrencyDataModel> </ArrayOfCurrencyDataModel>
multipart/form-data
Sample:
<ArrayOfCurrencyDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel"><CurrencyDataModel><CurrencyCode>sample string 2</CurrencyCode><CurrencyID>1</CurrencyID><CurrencyName>sample string 3</CurrencyName></CurrencyDataModel><CurrencyDataModel><CurrencyCode>sample string 2</CurrencyCode><CurrencyID>1</CurrencyID><CurrencyName>sample string 3</CurrencyName></CurrencyDataModel></ArrayOfCurrencyDataModel>