POST services/api/rest/v1/Update_MenuFromMenuRelease

Request Information

URI Parameters

None.

Body Parameters

RestMenuRelease_Master
NameDescriptionTypeAdditional information
Barcode

string

None.

LocId

integer

None.

PriceLevelList

Collection of SellingPriceLevel_ForMenuUpdate

None.

LocationList

Collection of Locations_ForMenuUpdate

None.

Request Formats

application/json, text/json

Sample:
{
  "Barcode": "sample string 1",
  "LocId": 2,
  "PriceLevelList": [
    {
      "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
    }
  ],
  "LocationList": [
    {
      "Selected": true,
      "LocationName": "sample string 2",
      "LocationId": 3
    },
    {
      "Selected": true,
      "LocationName": "sample string 2",
      "LocationId": 3
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RestMenuRelease_Master
NameDescriptionTypeAdditional information
Barcode

string

None.

LocId

integer

None.

PriceLevelList

Collection of SellingPriceLevel_ForMenuUpdate

None.

LocationList

Collection of Locations_ForMenuUpdate

None.

Response Formats

application/json, text/json

Sample:
{
  "Barcode": "sample string 1",
  "LocId": 2,
  "PriceLevelList": [
    {
      "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
    }
  ],
  "LocationList": [
    {
      "Selected": true,
      "LocationName": "sample string 2",
      "LocationId": 3
    },
    {
      "Selected": true,
      "LocationName": "sample string 2",
      "LocationId": 3
    }
  ]
}