Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.27 KB | None | 0 0
  1. {
  2.     "protocol": {
  3.         "id": 1,
  4.         "procedureEntityId": 4220,
  5.         "typeId": 0,
  6.         "purchaseNumber": "00000000000",
  7.         "publicationDateTime": "2018-12-18T16:33:43.6389162",
  8.         "signDate": "2018-12-18",
  9.         "link": "http://test.example",
  10.         "abandonedReasonCode": 0
  11.     },
  12.     "applications": [
  13.         {
  14.             "application": {
  15.                 "id": 1,
  16.                 "protocolId": 1,
  17.                 "participantId": 1,
  18.                 "journalNumber": "00000000",
  19.                 "filingDateTime": "2018-12-18T16:33:43.6389162",
  20.                 "appRating": 1024,
  21.                 "price": 10,
  22.                 "isAdmitted": true
  23.             },
  24.             "participant": {
  25.                 "id": 1,
  26.                 "fullName": "ООО Рога-И-Копыта",
  27.                 "supplierTypeId": 0,
  28.                 "country": "Россия",
  29.                 "inn": "234567890",
  30.                 "kpp": "123893456789",
  31.                 "taxPayerCode": "1234567890",
  32.                 "address": "г. Москва, ул. Ленина, д. 10",
  33.                 "email": "123456789@example.example",
  34.                 "phoneNumber": "+7234234234",
  35.                 "rkpoRegistryNumber": "234567890"
  36.             }
  37.         }
  38.     ]
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement