Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.32 KB | None | 0 0
  1. BODY: {
  2.     "phone": "79162194445",
  3.     "sale_point_id": "5408a86a-0813-6de7-9949-80b8f0666cce",
  4.     "discount": 0,
  5.     "items": [
  6.         {
  7.             "amount": 48,
  8.             "quantity": 1,
  9.             "discount": 0,
  10.             "name": "Сочник",
  11.             "type": "product",
  12.             "groups": [
  13.                 "Кафе \"МУ - МУ\"",
  14.                 "Десерт",
  15.                 "Печенье/Конфеты"
  16.             ],
  17.             "tags": [
  18.                 "Продукты"
  19.             ]
  20.         },
  21.         {
  22.             "amount": 109,
  23.             "quantity": 1,
  24.             "discount": 0,
  25.             "name": "Кабачки маринованные",
  26.             "type": "product",
  27.             "groups": [
  28.                 "Кафе \"МУ - МУ\"",
  29.                 "Салаты и Закуски",
  30.                 "Холодные закуски"
  31.             ],
  32.             "tags": [
  33.                 "Продукты"
  34.             ]
  35.         },
  36.         {
  37.             "amount": 109,
  38.             "quantity": 1,
  39.             "discount": 0,
  40.             "name": "Окрошка",
  41.             "type": "product",
  42.             "groups": [
  43.                 "Кафе \"МУ - МУ\"",
  44.                 "Супы"
  45.             ],
  46.             "tags": [
  47.                 "Продукты"
  48.             ]
  49.         },
  50.         {
  51.             "amount": 69,
  52.             "quantity": 1,
  53.             "discount": 0,
  54.             "name": "Морс 0,3",
  55.             "type": "product",
  56.             "groups": [
  57.                 "Кафе \"МУ - МУ\"",
  58.                 "Безалкогольные напитки",
  59.                 "Морс/Квас"
  60.             ],
  61.             "tags": [
  62.                 "Безалкогольные"
  63.             ]
  64.         },
  65.         {
  66.             "amount": 131,
  67.             "quantity": 1,
  68.             "discount": 0,
  69.             "name": "Лапша соба с курицей",
  70.             "type": "product",
  71.             "groups": [
  72.                 "Кафе \"МУ - МУ\"",
  73.                 "Горячие блюда",
  74.                 "Паста"
  75.             ],
  76.             "tags": [
  77.                 "Продукты"
  78.             ]
  79.         }
  80.     ]
  81. }
  82.  
  83. RESPONSE:
  84. {
  85.     "success": true,
  86.     "balance": 115,
  87.     "write_off_available": 93,
  88.     "card_payment_available": 0,
  89.     "total_discount_external": 0,
  90.     "total_discount_premiumbonus": 0,
  91.     "items": [
  92.         {
  93.             "amount": 48,
  94.             "discount_external": 0,
  95.             "discount_premiumbonus": 0,
  96.             "write_off_available": 9.6
  97.         },
  98.         {
  99.             "amount": 109,
  100.             "discount_external": 0,
  101.             "discount_premiumbonus": 0,
  102.             "write_off_available": 21.8
  103.         },
  104.         {
  105.             "amount": 109,
  106.             "discount_external": 0,
  107.             "discount_premiumbonus": 0,
  108.             "write_off_available": 21.8
  109.         },
  110.         {
  111.             "amount": 69,
  112.             "discount_external": 0,
  113.             "discount_premiumbonus": 0,
  114.             "write_off_available": 13.8
  115.         },
  116.         {
  117.             "amount": 131,
  118.             "discount_external": 0,
  119.             "discount_premiumbonus": 0,
  120.             "write_off_available": 26.2
  121.         }
  122.     ],
  123.     "print_on_precheck": "",
  124.     "logger": "XBbApcdP"
  125. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement