Advertisement
nikitafrolov

Запрос

Aug 15th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. array(
  2. 'id' => 'JsonRpcClient.js',
  3. 'jsonrpc' => '2.0',
  4. 'method' => 'addPackages',
  5. 'params' => array(
  6. 'shipment' => array(
  7. 'type' => 'courier',
  8. 'courier' => 'cdek',
  9. 'address' => array(
  10. 'receiver' => 'Ролдугин Сергей',
  11. 'email' => 'ck@laleona.ru',
  12. 'phone' => '+7 000 000-19-72',
  13. 'country' => 'RU',
  14. 'administrative_area' => 'г. Санкт-Петербург',
  15. 'settlement' => 'г. Санкт-Петербург',
  16. 'postal_code' => '195030',
  17. 'street' => 'Коммунны',
  18. 'house' => '62',
  19. 'apartment' => '-',
  20. 'kladr_id' => '78000000000',
  21. ),
  22. 'comment' => 'комментарий',
  23. 'pickup_time' => 'с 09:00 до 18:00',
  24. 'date' => '24.12.2017',
  25. ),
  26. 'packages' => array(
  27. 0 => array(
  28. 'length' => 8,
  29. 'width' => 3,
  30. 'height' => 3,
  31. 'weight' => '0.1',
  32. 'cod' => 0,
  33. 'declared_cost' => 947,
  34. 'external_id' => '669',
  35. 'departure' => array(
  36. 'shipping_method' => 27,
  37. 'delivery_point' => 253,
  38. 'address' => array(
  39. 'country' => 'RU',
  40. 'name' => 'Николай',
  41. 'surname' => 'Цвенов',
  42. 'email' => 'nik000@gmail.com',
  43. 'phone' => '70000000000',
  44. 'postal_code' => '150000',
  45. 'street' => 'ул Ушинского',
  46. 'house' => '20',
  47. 'apartment' => '1',
  48. ),
  49. ),
  50. 'products' => array(
  51. 0 => array(
  52. 'shopArticle' => '876',
  53. 'count' => 1,
  54. 'price' => 774,
  55. ),
  56. ),
  57. 'services' => array(
  58. 0 => array(
  59. 'shopArticle' => 'delivery',
  60. 'count' => 1,
  61. 'price' => '173.0000',
  62. ),
  63. ),
  64. ),
  65. ),
  66. ),
  67. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement