POST services/api/rest/v1/GetPrinter_Cashier_ByLocationId
Request Information
URI Parameters
None.
Body Parameters
Id| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RestPrinter_Cashier_View| Name | Description | Type | Additional information |
|---|---|---|---|
| PrinterList | Collection of RestPrinter_List |
None. |
|
| CashierList | Collection of RestCashierLogin_Sub |
None. |
Response Formats
application/json, text/json
Sample:
{
"PrinterList": [
{
"PrinterId": 1,
"PrinterName": "sample string 2"
},
{
"PrinterId": 1,
"PrinterName": "sample string 2"
}
],
"CashierList": [
{
"CashierId": 1,
"Name": "sample string 2"
},
{
"CashierId": 1,
"Name": "sample string 2"
}
]
}