POST services/api/v1/Get_PosDenominationByCurrency
Request Information
URI Parameters
None.
Body Parameters
Id_LocationId| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LocationId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Denomination_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PCurrencyMasterId | integer |
None. |
|
| Denomination | string |
None. |
|
| Value | decimal number |
None. |
|
| Image | Collection of byte |
None. |
|
| LocId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"PCurrencyMasterId": 2,
"Denomination": "sample string 3",
"Value": 4.0,
"Image": "QEA=",
"LocId": 5
},
{
"Id": 1,
"PCurrencyMasterId": 2,
"Denomination": "sample string 3",
"Value": 4.0,
"Image": "QEA=",
"LocId": 5
}
]