Advertisement
Guest User

Untitled

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