fedorm

Untitled

Mar 23rd, 2020
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.96 KB | None | 0 0
  1. {
  2.     "guid": "723456789203",
  3.     "shopNumber": 6502,
  4.     "status": "READY_TO_PAYMENT",
  5.     "dateCreated": 1580376576,
  6.     "isEditable": true,
  7.     "totalPrice": 200,
  8.     "prePayment": 100,
  9.  
  10.     "discountsValue": 0,
  11.     "additionalInfo": "additional information",
  12.     "positions": [
  13.         {
  14.             "positionOrder": 1,
  15.             "code": "00001",
  16.             "departNumber": 1,
  17.             "barcode": "00001",
  18.             "quantity": 1,
  19.             "unitPrice": 100,
  20.             "vat": 5,
  21.             "vatValue": 20,
  22.             "discountValue": 0,
  23.             "totalPrice": 100,
  24.             "isFixedPrice": false,
  25.             "isFixedDiscounts": true,
  26.             "additionalInfo": "клиент 1. хороший клиент",
  27.             "positionDiscounts": null,
  28.             "countryOfOriginCode": "ALB",
  29.             "ccdDeclaration": "1234567893213",
  30.             "calculationMethod": 2
  31.         },     {
  32.             "positionOrder": 2,
  33.             "code": "10000",
  34.             "departNumber": 1,
  35.             "barcode": "10000",
  36.             "quantity": 1,
  37.             "unitPrice": 100,
  38.             "vat": 5,
  39.             "vatValue": 20,
  40.             "discountValue": 0,
  41.             "totalPrice": 100,
  42.             "isFixedPrice": false,
  43.             "isFixedDiscounts": null,
  44.             "additionalInfo": "клиент 1. хороший клиент",
  45.             "positionDiscounts": null,
  46.             "countryOfOriginCode": "ALB",
  47.             "ccdDeclaration": "1234567893213",
  48.             "calculationMethod": 3
  49.         }
  50.     ],
  51.     "client": {
  52.         "guid": "0001",
  53.         "cardNumber": "9905100100001",
  54.         "firstName": "Степана",
  55.         "middleName": "Игоревна",
  56.         "lastName": "Кондратенко",
  57.         "email": "client1_v@mail.ru",
  58.         "phone": "+7-999-111-22-33",
  59.         "accumulation": 25000,
  60.         "bonusBalance": 5000,
  61.         "juristicDetails": {
  62.             "inn": "0123456798",
  63.             "organizationName": "SOS Brigade"
  64.          }
  65.     }
  66. }
Add Comment
Please, Sign In to add comment