POST services/api/rest/v1/Get_PriceLevelForMenuRelease

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 SellingPriceLevel_ForMenuUpdate
NameDescriptionTypeAdditional information
PriceName

string

None.

Price

decimal number

None.

LocId

integer

None.

ItemId

integer

None.

Barcode

string

None.

LevelId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PriceName": "sample string 1",
    "Price": 2.0,
    "LocId": 3,
    "ItemId": 4,
    "Barcode": "sample string 5",
    "LevelId": 6
  },
  {
    "PriceName": "sample string 1",
    "Price": 2.0,
    "LocId": 3,
    "ItemId": 4,
    "Barcode": "sample string 5",
    "LevelId": 6
  }
]