Advertisement
kaldous

Untitled

Oct 21st, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.35 KB | None | 0 0
  1. {
  2.     "data": {
  3.         "idRequisition": "1393",
  4.         "organisationName": "Самая прекрасная организация",
  5.         "organisationFullname": "ООО Самая прекрасная организация",
  6.         "entityTin": "100000000007",
  7.         "form": "lawyer",
  8.         "contacts": [
  9.             {
  10.                 "type": "e-mail",
  11.                 "contact": "mail@mail.ru"
  12.             }
  13.         ],
  14.         "individuals": [
  15.             {
  16.                 "idIndividual": "1393",
  17.                 "roles": [
  18.                     "owner",
  19.                     "founder"
  20.                 ],
  21.                 "firstName": "Фамилия",
  22.                 "secondName": "Имя",
  23.                 "patronomyc": "Отчество",
  24.                 "tin": "999102378317",
  25.                 "slid": "91358721737",
  26.                 "birthDate": "2000-03-24",
  27.                 "sex": "мужской",
  28.                 "birthPlace": "Екатеринбург",
  29.                 "citizenship": "Российская Федерация",
  30.                 "verification": {
  31.                     "type": "passport",
  32.                     "series": "6513",
  33.                     "number": "765313",
  34.                     "issueDate": "2012-09-07",
  35.                     "validDate": "2013-09-07"
  36.                 }
  37.             }
  38.         ]
  39.     }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement