Advertisement
Guest User

Untitled

a guest
Apr 9th, 2020
674
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.44 KB | None | 0 0
  1. {
  2.    "id":"JsonRpcClient.js",
  3.    "jsonrpc":"2.0",
  4.    "method":"editMultiPlacePackage",
  5.    "params":{
  6.       "declared_cost":0,
  7.       "external_id":"0003826186_TEST_600",
  8.       "departure":{
  9.          "shipping_method":246,
  10.          "address":{
  11.             "country":"RU",
  12.             "receiver":"\u0412\u0430\u0441\u044f \u0412\u0430\u0441\u0435\u0432 -",
  13.             "name":"\u0412\u0430\u0441\u044f",
  14.             "surname":"\u0412\u0430\u0441\u0435\u0432",
  15.             "email":"mail@mail.ru",
  16.             "phone":79267777777,
  17.             "settlement":"\u041c\u043e\u0441\u043a\u0432\u0430",
  18.             "street":"\u041e\u0437\u0435\u0440\u043a\u043e\u0432\u0441\u043a\u0430\u044f",
  19.             "house":"1",
  20.             "kladr_id":"77000000000"
  21.          }
  22.       },
  23.       "products":[
  24.          {
  25.             "shopArticle":"\u0442\u043e\u0432\u0430\u0440 1 (1)",
  26.             "count":1,
  27.             "price":199,
  28.             "vat":"20"
  29.          },
  30.          {
  31.             "shopArticle":"\u0442\u043e\u0432\u0430\u0440 2 (1)",
  32.             "count":1,
  33.             "price":299,
  34.             "vat":"20"
  35.          }
  36.       ],
  37.       "packages":[
  38.          {
  39.             "external_id":"TEST-1-500",
  40.             "length":10,
  41.             "width":10,
  42.             "height":10,
  43.             "weight":10,
  44.             "declared_cost":195,
  45.             "products":[
  46.                {
  47.                   "shopArticle":"\u0442\u043e\u0432\u0430\u0440 1 (1)",
  48.                   "count":1,
  49.                   "price":199,
  50.                   "vat":"20"
  51.                },
  52.                {
  53.                   "shopArticle":"\u0442\u043e\u0432\u0430\u0440 2 (1)",
  54.                   "count":1,
  55.                   "price":299,
  56.                   "vat":"20"
  57.                }
  58.             ]
  59.          },
  60.          {
  61.             "external_id":"TEST-1-600",
  62.             "length":10,
  63.             "width":10,
  64.             "height":10,
  65.             "weight":10,
  66.             "declared_cost":195,
  67.             "products":[
  68.                {
  69.                   "shopArticle":"\u0442\u043e\u0432\u0430\u0440 1 (1)",
  70.                   "count":1,
  71.                   "price":199,
  72.                   "vat":"20"
  73.                },
  74.                {
  75.                   "shopArticle":"\u0442\u043e\u0432\u0430\u0440 2 (1)",
  76.                   "count":1,
  77.                   "price":299,
  78.                   "vat":"20"
  79.                }
  80.             ]
  81.          }
  82.       ],
  83.       "id":"RP2605746"
  84.    }
  85. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement