Advertisement
fedorm

Untitled

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