POST services/api/rest/v1/Get_CurrencyDetails
Request Information
URI Parameters
None.
Body Parameters
Id| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of RestDenominationDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CurrencyId | integer |
None. |
|
| CurrencyDetailsId | integer |
None. |
|
| Contains | decimal number |
None. |
|
| Name | string |
None. |
|
| ConvRate | decimal number |
None. |
|
| Count | decimal number |
None. |
|
| Amount | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"CurrencyId": 2,
"CurrencyDetailsId": 3,
"Contains": 4.0,
"Name": "sample string 5",
"ConvRate": 6.0,
"Count": 7.0,
"Amount": 8.0
},
{
"Id": 1,
"CurrencyId": 2,
"CurrencyDetailsId": 3,
"Contains": 4.0,
"Name": "sample string 5",
"ConvRate": 6.0,
"Count": 7.0,
"Amount": 8.0
}
]