POST services/api/rest/v1/Get_ItemForRoomPrinterMapping
Request Information
URI Parameters
None.
Body Parameters
RestBasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Start | integer |
None. |
|
| FiterText | string |
None. |
|
| Limit | integer |
None. |
|
| LocationId | integer |
None. |
|
| Type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3,
"LocationId": 4,
"Type": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of RoomPrinterMappingItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Barcode | string |
None. |
|
| Name | string |
None. |
|
| Id | integer |
None. |
|
| CategoryName | string |
None. |
|
| LocId | integer |
None. |
|
| Price | decimal number |
None. |
|
| PrinterName | string |
None. |
|
| Selected | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Barcode": "sample string 1",
"Name": "sample string 2",
"Id": 3,
"CategoryName": "sample string 4",
"LocId": 5,
"Price": 6.0,
"PrinterName": "sample string 7",
"Selected": true
},
{
"Barcode": "sample string 1",
"Name": "sample string 2",
"Id": 3,
"CategoryName": "sample string 4",
"LocId": 5,
"Price": 6.0,
"PrinterName": "sample string 7",
"Selected": true
}
]