POST services/api/v1/POS/Get_POSCashTransactionDescription
Request Information
URI Parameters
None.
Body Parameters
LocationId| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LocationId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PosCashTransaction_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| SlNo | integer |
None. |
|
| DayOpenId | integer |
None. |
|
| CounteropId | integer |
None. |
|
| Type | integer |
None. |
|
| Description | string |
None. |
|
| Amt | decimal number |
None. |
|
| CCode | integer |
None. |
|
| locid | integer |
None. |
|
| ShiftNo | integer |
None. |
|
| CashierName | string |
None. |
|
| TransDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SlNo": 1,
"DayOpenId": 2,
"CounteropId": 3,
"Type": 4,
"Description": "sample string 5",
"Amt": 6.0,
"CCode": 7,
"locid": 8,
"ShiftNo": 9,
"CashierName": "sample string 10",
"TransDate": "2026-09-09T15:05:45.8911475+04:00"
},
{
"SlNo": 1,
"DayOpenId": 2,
"CounteropId": 3,
"Type": 4,
"Description": "sample string 5",
"Amt": 6.0,
"CCode": 7,
"locid": 8,
"ShiftNo": 9,
"CashierName": "sample string 10",
"TransDate": "2026-09-09T15:05:45.8911475+04:00"
}
]