GET services/api/v1/POS/GetPOSCurrencyDetails?LocId={LocId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LocId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
POSCurrencyList| Name | Description | Type | Additional information |
|---|---|---|---|
| LocalCurrencyList | Collection of LocalCurrencyList |
None. |
|
| ForeignCurrencyList | Collection of ForeignCurrencyList |
None. |
|
| CounterItemsList | Collection of CounterItemsList |
None. |
Response Formats
application/json, text/json
Sample:
{
"LocalCurrencyList": [
{
"CurrencyId": 1,
"CurrencyDetailId": 2,
"Contains": 3.0,
"Name": "sample string 4",
"Count": 5,
"CovertRate": 6.0,
"Amount": 7.0
},
{
"CurrencyId": 1,
"CurrencyDetailId": 2,
"Contains": 3.0,
"Name": "sample string 4",
"Count": 5,
"CovertRate": 6.0,
"Amount": 7.0
}
],
"ForeignCurrencyList": [
{
"CurrencyId": 1,
"CurrencyDetailId": 2,
"Contains": 3.0,
"Name": "sample string 4",
"Count": 5,
"CovertRate": 6.0,
"Amount": 7.0
},
{
"CurrencyId": 1,
"CurrencyDetailId": 2,
"Contains": 3.0,
"Name": "sample string 4",
"Count": 5,
"CovertRate": 6.0,
"Amount": 7.0
}
],
"CounterItemsList": [
{
"Barcode": "sample string 1",
"Qty": 2.0,
"Name": "sample string 3"
},
{
"Barcode": "sample string 1",
"Qty": 2.0,
"Name": "sample string 3"
}
]
}