POST services/api/rest/v1/Get_KitchenNote_ByBarcode
Request Information
URI Parameters
None.
Body Parameters
BarCode_RestBasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| BarCode | string |
None. |
|
| RequestedList | RestBasicFilter |
None. |
Request Formats
application/json, text/json
Sample:
{
"BarCode": "sample string 1",
"RequestedList": {
"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 RestKitchenNote_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Barcode | string |
None. |
|
| Remarks | string |
None. |
|
| LocId | integer |
None. |
|
| UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Barcode": "sample string 1",
"Remarks": "sample string 2",
"LocId": 3,
"UserId": 1
},
{
"Barcode": "sample string 1",
"Remarks": "sample string 2",
"LocId": 3,
"UserId": 1
}
]