Skip to content

Instantly share code, notes, and snippets.

@rafmagana
Created April 18, 2022 18:52
Show Gist options
  • Save rafmagana/314169a555ff9deec8a6e511e068b694 to your computer and use it in GitHub Desktop.
Save rafmagana/314169a555ff9deec8a6e511e068b694 to your computer and use it in GitHub Desktop.
Request for POST /specialresources/cart/validate
{
"skin": "weborder",
"establishmentId": "6",
"items": [{
"special_request": "",
"modifieritems": [{
"modifier": 139,
"qty": 1,
"amount": 0
},
{
"modifier": 149,
"qty": 1,
"amount": 0.5
}
],
"price": 2,
"product": 359,
"quantity": 1
}],
"orderInfo": {
"dining_option": 0,
"notes": "",
"customer": {
"phone": "+13055551889",
"email": "rafmagana@gmail.com",
"first_name": "Rafael",
"last_name": "Magana Avalos",
"address": {}
}
},
"paymentInfo": {
"tip": 0,
"amount": 2.5,
"type": 7,
"transaction_id": "4d98326c-36f6-435b-86e0-0572d2fff906"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment