Request Information
Method returns list of currencies.
Example URL:
v2.0/Currencies
None.
None.
Response Information
                    
IPageOfCurrencyApiModel
    
        
            
                
                    | Name | Description | Type | Additional information | 
|---|---|---|---|
| Data | 
                             List of entities on this page  | 
                        Collection of CurrencyApiModel | 
                                 None.  | 
                    
| TotalItems | 
                             Total number of entries  | 
                        integer | 
                                 None.  | 
                    
| TotalPages | 
                             Total number of pages  | 
                        integer | 
                                 None.  | 
                    
                        Sample:
                
{
  "Data": [
    {
      "Code": "sample string 1",
      "Country": "sample string 2",
      "Name": "sample string 3",
      "Priority": 4,
      "Symbol": "sample string 5",
      "Id": 6
    }
  ],
  "TotalItems": 1,
  "TotalPages": 1
}
                    
                        Sample:
    
                Sample not available.
                        Sample:
    
                Sample not available.