POST services/api/rest/v1/Get_KitchenNoteByBarcode

Request Information

URI Parameters

None.

Body Parameters

Barcode_LocationId
NameDescriptionTypeAdditional information
Barcode

string

None.

LocationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Barcode": "sample string 1",
  "LocationId": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of KitchenNote
NameDescriptionTypeAdditional information
Remarks

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Remarks": "sample string 1"
  },
  {
    "Remarks": "sample string 1"
  }
]