Insert Menu Item Group Details (v2)

Endpoint: config/sim/v2/menuItems/menuItemGroups/bulkInsertDetails

Pre-Processing Validation Criteria

Validation messages:
  • A non-empty request file is required.

  • You do not have permissions to access this resource.

  • The MenuItemGroupObjNum field is required.

  • The field seq should be between 1 and 32767.

  • type field should be between 0 and 4

  • The Exclude field is required.

  • startObjNum field should be between 0 and 9999999999

  • endObjNum field should be between 0 and 9999999999

  • overridePricePercent cannot be negative

  • hierUnitId is a required field

  • seq is a required field

  • Duplicate seq for same exclude value

Sample Request

[
  {
    "hierUnitId": 662,
    "menuItemGroupObjNum": 1,
    "type": 4,
    "exclude": false,
    "startObjNum": 33,
    "endObjNum": 37,
    "overridePricePercent": 69.69,
    "seq": 1
  },
  {
    "hierUnitId": 662,
    "menuItemGroupObjNum": 1,
    "type": 4,
    "exclude": false,
    "startObjNum": 38,
    "endObjNum": 40,
    "overridePricePercent": 69.69,
    "seq": 2
  }
]