Created
April 18, 2022 18:52
-
-
Save rafmagana/314169a555ff9deec8a6e511e068b694 to your computer and use it in GitHub Desktop.
Request for POST /specialresources/cart/validate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "[email protected]", | |
"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