Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. {
  2. "customer": {
  3. "id": "",
  4. "first_name": "Иван",
  5. "middle_name": "",
  6. "last_name": "",
  7. "email": "",
  8. "phone": "79099000001",
  9. "org_name": "",
  10. "org_inn": "",
  11. "org_ogrn": "",
  12. "org_phone": ""
  13. },
  14. "address": {
  15. "zip": "1100923",
  16. "region": "Московская область",
  17. "city": "Зеленоград",
  18. "street": "ул. ленина",
  19. "build": "д12с3",
  20. "office": "112"
  21. },
  22. "order": {
  23. "discount": "",
  24. "comment": "",
  25. "ship_zone": 1,
  26. "ship_comment": "Доставка",
  27. "ship_price": "",
  28. "order_id": 12348
  29. },
  30. "products": [
  31. {
  32. "id": "994cd46d-c711-41d1-8076-1adb2c32f111",
  33. "price_type": "994cd46d-c711-41d1-8076-1adb2c32f000",
  34. "quantity": 1
  35. }
  36. ]
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement