POST services/api/rest/v1/Get_Modifiers_ByBarCode
Request Information
URI Parameters
None.
Body Parameters
Barcode_LocationId| Name | Description | Type | Additional 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 RestItemModifier_ForRecipe| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2"
},
{
"Id": 1,
"Name": "sample string 2"
}
]