Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. {
  2. "order_id":2566,
  3. "created_at":"2019-05-12T10:14:08-04:00",
  4. "is_tax_exempt":false,
  5. "notes":"Here is a delivery note.",
  6. "service_type":"Delivery",
  7. "tip":"4.62",
  8. "tax":"1.11",
  9. "shipping":"3.07",
  10. "discount":"1.00",
  11. "total":"38.59",
  12. "subtotal":"30.79",
  13. "surcharge":"0.00",
  14. "taxes":[
  15. {
  16. "amount":"1.11",
  17. "name":"Sales Tax"
  18. }
  19. ],
  20. "tenders":[
  21. {
  22. "amount":"38.59",
  23. "type":"Credit"
  24. }
  25. ],
  26. "location":{
  27. "id":36,
  28. "name":"Test Restaurant",
  29. "street":"908 N 3rd St",
  30. "city":"Philadelphia",
  31. "state":"PA",
  32. "postal_code":"19123",
  33. "phone":15555555555
  34. },
  35. "customer":{
  36. "first_name":"Update",
  37. "last_name":"Test",
  38. "email":"test@example.com",
  39. "customer_id":340,
  40. "phone":15555555555
  41. },
  42. "requested_at":"2019-05-14T09:00:00-04:00",
  43. "address":{
  44. "street":"908b N 3rd St",
  45. "city":"Philadelphia",
  46. "state":"PA",
  47. "postal_code":"19123",
  48. "lat":39.9654594,
  49. "lng":-75.1425308,
  50. "contact":"Update Test",
  51. "phone":15555555555
  52. },
  53. "items":[
  54. {
  55. "id":327,
  56. "name":"Arugula Salads",
  57. "price":"9.52",
  58. "quantity":2,
  59. "notes":"Something special.",
  60. "attributes":[
  61. {
  62. "name":"Dressing",
  63. "value":"Caesar Dressing",
  64. "price":"0.00"
  65. }
  66. ]
  67. },
  68. {
  69. "id":326,
  70. "name":"Cheese and Tomato",
  71. "price":"11.75",
  72. "quantity":1,
  73. "notes":null,
  74. "attributes":[
  75. {
  76. "name":"Size",
  77. "value":"10 inch",
  78. "price":"0.00"
  79. }
  80. ]
  81. }
  82. ]
  83. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement