Advertisement
a_antonov

Untitled

Nov 19th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. {
  2. "method": "call",
  3. "params": {
  4. "apiPath": "call_center_order.update",
  5. "sessionId": "1f76ff9c3654805c7fa0fe66300d78es",
  6. "args": {
  7. "user_id": 1921,
  8. "params": {
  9. "parent_quote_id": "17577723",
  10. "current_step": 2,
  11. "old_step": 1,
  12. "customer_data": {
  13. "firstname": "TestName",
  14. "telephone": "+380008877863",
  15. "email": "",
  16. "city": "1"
  17. },
  18. "orders": [
  19. {
  20. "quote_id": "17576961",
  21. "payment": {
  22. "val": "checkmo"
  23. },
  24. "product_list": [
  25. {
  26. "item_id": "29251892",
  27. "custom_price": "5000"
  28. }
  29. ],
  30. "shipping": {
  31. "val": "cshipping_target",
  32. "additional": {
  33. "address": {
  34. "erp_id" : 2032,
  35. "street": {
  36. "street_id": 2032,
  37. "house": "1",
  38. "appartment": "1"
  39. },
  40. "floor" : {
  41. "floor" : 1,
  42. "is_enabled" : "true",
  43. "has_cargo_lift" : "false"
  44. }
  45. }
  46. }
  47. }
  48. }
  49. ]
  50. }
  51. }
  52. }
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement