Advertisement
MChaos

Untitled

Mar 25th, 2022
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.99 KB | None | 0 0
  1. //Отправка в iiko
  2. {
  3.     "organization": "0911d4be-c401-11e9-80e9-d8d38565926f",
  4.     "customer": {
  5.         "id": "",
  6.         "name": "TEST TEST",
  7.         "phone": "+373 55691530"
  8.     },
  9.     "order": {
  10.         "id": "6cee1282-625b-40f6-e08e-40bee1899456",
  11.         "phone": "+373 55691530",
  12.         "isSelfService": false,
  13.         "address": {
  14.             "city": "Chisinau",
  15.             "street": "B-ul Constantin Negruzzi",
  16.             "home": "1",
  17.             "housing": "",
  18.             "apartment": "1",
  19.             "entrance": "1",
  20.             "floor": "1",
  21.             "doorphone": "1",
  22.             "comment": "test iiko sale"
  23.         },
  24.         "date": "2022-03-25 16:00:12",
  25.         "items": [
  26.             {
  27.                 "id": "af6efade-fa61-420b-9df1-bf4dd4b4bfe2",
  28.                 "name": " \u041f\u0438\u0446\u0446\u0430 Dolcissima",
  29.                 "amount": "1",
  30.                 "modifiers": [
  31.                    
  32.                 ]
  33.             },
  34.             {
  35.                 "id": "13032630-fcbf-4d02-8a48-1af65f344be5",
  36.                 "name": "Salad Green",
  37.                 "amount": "1",
  38.                 "modifiers": [
  39.                    
  40.                 ]
  41.             },
  42.             {
  43.                 "id": "c0d19bd8-7531-4d15-85f6-af28834edd77",
  44.                 "name": "Chisinau",
  45.                 "amount": 1
  46.             }
  47.         ],
  48.         "comment": "Comment:test iiko sale. Info:  - . Plata: Numerar",
  49.         "discountOrIncreaseSum": "25"
  50.     }
  51. }
  52. //Ответ из iiko
  53. {
  54.     "organization": "0911d4be-c401-11e9-80e9-d8d38565926f",
  55.     "customer": {
  56.         "id": "",
  57.         "name": "TEST TEST",
  58.         "phone": "+373 55691530"
  59.     },
  60.     "order": {
  61.         "id": "d45e602b-ad66-347e-5ac0-46c04cc4890e",
  62.         "phone": "+373 55691530",
  63.         "isSelfService": false,
  64.         "address": {
  65.             "city": "Chisinau",
  66.             "street": "B-ul Constantin Negruzzi",
  67.             "home": "1",
  68.             "housing": "",
  69.             "apartment": "1",
  70.             "entrance": "1",
  71.             "floor": "1",
  72.             "doorphone": "1",
  73.             "comment": "test iiko sale"
  74.         },
  75.         "date": "2022-03-25 15:51:47",
  76.         "items": [
  77.             {
  78.                 "id": "af6efade-fa61-420b-9df1-bf4dd4b4bfe2",
  79.                 "name": " \u041f\u0438\u0446\u0446\u0430 Dolcissima",
  80.                 "amount": "1",
  81.                 "modifiers": [
  82.                    
  83.                 ]
  84.             },
  85.             {
  86.                 "id": "13032630-fcbf-4d02-8a48-1af65f344be5",
  87.                 "name": "Salad Green",
  88.                 "amount": "1",
  89.                 "modifiers": [
  90.                    
  91.                 ]
  92.             },
  93.             {
  94.                 "id": "c0d19bd8-7531-4d15-85f6-af28834edd77",
  95.                 "name": "Chisinau",
  96.                 "amount": 1
  97.             }
  98.         ],
  99.         "comment": "Comment:test iiko sale. Info:  - . Plata: Numerar",
  100.         "discountOrIncreaseSum": "25"
  101.     }
  102. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement