Advertisement
fedorm

Untitled

Aug 20th, 2019
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.41 KB | None | 0 0
  1.  
  2. {
  3.   "guid" : "ext-01",
  4.   "shopNumber" : null,
  5.   "status" : "READY_TO_PAYMENT",
  6.   "dateCreated" : 1566296893688,
  7.   "isEditable" : true,
  8.   "totalPrice" : 815.00,
  9.   "discountsValue" : null,
  10.   "additionalInfo" : "additional information",
  11.   "slipMessage" : {
  12.     "message" : "Сообщение в слипе",
  13.     "intoCheck" : false
  14.   },
  15.   "positions" : [ {
  16.     "positionOrder" : 1,
  17.     "code" : "04153",
  18.     "departNumber" : 1,
  19.     "barcode" : "01001",
  20.     "quantity" : 1.00,
  21.     "unitPrice" : 55.00,
  22.     "vat" : 5.0,
  23.     "vatValue" : 20,
  24.     "discountValue" : null,
  25.     "totalPrice" : 55.00,
  26.     "isFixedPrice" : false,
  27.     "isFixedDiscounts" : false,
  28.     "additionalInfo" : "клиент 1. хороший клиент",
  29.     "positionDiscounts" : null
  30.   }, {
  31.     "positionOrder" : 2,
  32.     "code" : "5453453453524",
  33.     "departNumber" : 1,
  34.     "barcode" : "238238",
  35.     "quantity" : 4.00,
  36.     "unitPrice" : 190.00,
  37.     "vat" : 5.0,
  38.     "vatValue" : 13,
  39.     "discountValue" : null,
  40.     "totalPrice" : 760.00,
  41.     "isFixedPrice" : false,
  42.     "isFixedDiscounts" : false,
  43.     "additionalInfo" : null,
  44.     "positionDiscounts" : null
  45.   } ],
  46.   "client" : {
  47.     "guid" : "0001",
  48.     "cardNumber" : "7000555578975445",
  49.     "firstName" : "Виталий",
  50.     "middleName" : "Олегович",
  51.     "lastName" : "Denisov",
  52.     "email" : "client1_v@mail.ru",
  53.     "phone" : "+7-999-111-22-33",
  54.     "accumulation" : 25000.00,
  55.     "bonusBalance" : 5000.00
  56.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement