POST services/api/rest/v1/Get_CashTransactionPaidTo
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 Rest_CashTransaction| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DayOpenId | integer |
None. |
|
| CounterOpId | integer |
None. |
|
| CashierId | integer |
None. |
|
| Cashier | string |
None. |
|
| ShiftNo | integer |
None. |
|
| CounterId | integer |
None. |
|
| LocId | integer |
None. |
|
| Type | integer |
None. |
|
| Amount | decimal number |
None. |
|
| PaidTo | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"DayOpenId": 2,
"CounterOpId": 3,
"CashierId": 4,
"Cashier": "sample string 5",
"ShiftNo": 6,
"CounterId": 7,
"LocId": 8,
"Type": 9,
"Amount": 10.0,
"PaidTo": "sample string 11"
},
{
"Id": 1,
"DayOpenId": 2,
"CounterOpId": 3,
"CashierId": 4,
"Cashier": "sample string 5",
"ShiftNo": 6,
"CounterId": 7,
"LocId": 8,
"Type": 9,
"Amount": 10.0,
"PaidTo": "sample string 11"
}
]