Check Menu Mix Service

saveCheckMenuMixRecordsV1

Create a new Menu Mix item. Update a Menu Mix item.

post/checkmenumix/v1/saveCheckMenuMix

Headers

authenticationtokenstring required

Secure token for API authentication.

passwordstring required

Password for the Crunchtime Application User.

sitenamestring required

Crunchtime site identifier. (test or production)

useridstring required

User ID for the Crunchtime Application User.

X-B3-TraceIdstring

Optional trace identifier for troubleshooting.

Request body

locationCodestring required

Company Code for site name.

Example request

{
  "checkMenuMixDetails": [
    {
      "checkMenuMixGroupDetails": [
        {
          "checkMenuMixCheckDetails": [
            {
              "chargeTips": 9999.99,
              "checkCloseTime": "11:30",
              "checkOpenTime": "11:30",
              "excludeConsumptionFlag": "Y",
              "guestCount": 99,
              "timeOfSale": "11:30"
            }
          ],
          "checkMenuMixItemDetails": [
            {
              "cost": 55.61,
              "itemType": 3,
              "parentLineNumber": 9999,
              "pluNumber": 9999,
              "posLineNumber": 12345,
              "posPrice": 9999.9,
              "posQuantity": 9999.9,
              "posValue": 9999.9,
              "productNumber": "R1717_EM",
              "recipeName": "TURKEY AVOCADO CLUB_EM",
              "timeOfSale": "12:30"
            }
          ],
          "checkMenuMixMiscCheckDetails": [
            {
              "dataValue": "TEST",
              "miscId": 9
            }
          ],
          "checkMenuMixMiscItemDetails": [
            {
              "dataValue": "TEST",
              "miscId": 9,
              "pluNumber": 9999,
              "posLineNumber": 12345
            }
          ],
          "checkMenuMixTimeDetails": [
            {
              "posTimeId": 9,
              "value": 9
            }
          ]
        }
      ],
      "checkMenuMixHeaderDetails": {
        "businessDate": "08/11/2019",
        "customerCode": "000011",
        "locationCode": "000011"
      }
    }
  ],
  "locationCode": "000000"
}

Response

Success

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.