GET api/v1/get-currencies

Request Information

None.

Response Information

Description:

Return type: Collection of Currency

Response Formats
[
  {
    "CurrencyId": 1,
    "CurrencyName": "sample string 2",
    "UpdateDate": "2025-06-18T12:16:06.7584474+00:00",
    "CurrencyCode": "sample string 3",
    "CurrencyRate": 1.0,
    "Symbols": "sample string 4"
  },
  {
    "CurrencyId": 1,
    "CurrencyName": "sample string 2",
    "UpdateDate": "2025-06-18T12:16:06.7584474+00:00",
    "CurrencyCode": "sample string 3",
    "CurrencyRate": 1.0,
    "Symbols": "sample string 4"
  }
]
[{"CurrencyId":1,"CurrencyName":"sample string 2","UpdateDate":"2025-06-18T12:16:06.7584474+00:00","CurrencyCode":"sample string 3","CurrencyRate":1.0,"Symbols":"sample string 4"},{"CurrencyId":1,"CurrencyName":"sample string 2","UpdateDate":"2025-06-18T12:16:06.7584474+00:00","CurrencyCode":"sample string 3","CurrencyRate":1.0,"Symbols":"sample string 4"}]
<ArrayOfCurrency xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Master">
  <Currency>
    <CurrencyCode>sample string 3</CurrencyCode>
    <CurrencyId>1</CurrencyId>
    <CurrencyName>sample string 2</CurrencyName>
    <CurrencyRate>1</CurrencyRate>
    <Symbols>sample string 4</Symbols>
    <UpdateDate>2025-06-18T12:16:06.7584474+00:00</UpdateDate>
  </Currency>
  <Currency>
    <CurrencyCode>sample string 3</CurrencyCode>
    <CurrencyId>1</CurrencyId>
    <CurrencyName>sample string 2</CurrencyName>
    <CurrencyRate>1</CurrencyRate>
    <Symbols>sample string 4</Symbols>
    <UpdateDate>2025-06-18T12:16:06.7584474+00:00</UpdateDate>
  </Currency>
</ArrayOfCurrency>