Advertisement
Guest User

Untitled

a guest
Dec 14th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. curl -X POST \
  2. https://hq.breadcrumb.com/ws/v1/orders \
  3. -H 'Accept: application/json' \
  4. -H 'Content-Type: application/json' \
  5. -H 'X-Breadcrumb-API-Key: F17===REACTACTED===8cc' \
  6. -H 'X-Breadcrumb-Password: qY===REACTACTED===bD' \
  7. -H 'X-Breadcrumb-Username: bite-kiosk_bite-kiosk-test' \
  8. -d '{"id":"uuid1234567890","time_placed":"2018-12-14T18:18:06Z","confirmation_code":"string","fulfillment_info":{"type":"DELIVERY","estimated_fulfillment_time":"2018-12-14T18:18:06Z","no_tableware":true,"instructions":"string","customer":{"first_name":"string","last_name":"string","phone":"string","email":"string"},"delivery_info":{"id":"string","is_managed_delivery":true,"address":{"address_line1":"string","address_line2":"string","city":"string","state":"string","country":"string","zip_code":"string"}},"payment_info":{"total":0,"payments":[{"payment_type":"CASH","amount":0}]},"charges":{"total":400,"fees":0,"taxes":0,"tip":{"amount":0,"payment_type":"CASH"},"items":[{"name":"One Bite Brownies","price":400,"quantity":1,"total":400,"item_id":"58f727f0-2062-4ba8-9af8-0378863d3c83"}]}}}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement