POST services/api/rest/v1/Get_CurrencyDetailsByCurrencyId
Request Information
URI Parameters
None.
Body Parameters
Id_RestBasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestedList | RestBasicFilter |
None. |
|
| Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RequestedList": {
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3,
"LocationId": 4,
"Type": 5
},
"Id": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of RestCurrency_Details| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CurrencyId | integer |
None. |
|
| Name | string |
None. |
|
| DenominationValue | decimal number |
None. |
|
| ImageUrl | string |
None. |
|
| LocationId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"CurrencyId": 2,
"Name": "sample string 3",
"DenominationValue": 4.0,
"ImageUrl": "sample string 5",
"LocationId": 6
},
{
"Id": 1,
"CurrencyId": 2,
"Name": "sample string 3",
"DenominationValue": 4.0,
"ImageUrl": "sample string 5",
"LocationId": 6
}
]