Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.05 KB | None | 0 0
  1. {
  2.   "aboutBusiness": {
  3.     "tradePoints": [
  4.       {
  5.         "title": "string",
  6.         "address": "string",
  7.         "phone": "string"
  8.       }
  9.     ],
  10.     "websites": [
  11.       "string"
  12.     ]
  13.   },
  14.   "additionalInformation": {
  15.     "hasPublicRelative": true,
  16.     "mfo": [
  17.       "string"
  18.     ],
  19.     "publicFigure": true,
  20.     "usaFinInstitute": true,
  21.     "usaTaxpayer": true
  22.   },
  23.   "clientBankSocialInfoDto": {
  24.     "apartmentOwnership": {
  25.       "code": "string",
  26.       "description": "string",
  27.       "id": 0
  28.     },
  29.     "carOwnership": {
  30.       "code": "string",
  31.       "description": "string",
  32.       "id": 0
  33.     },
  34.     "education": {
  35.       "code": "string",
  36.       "description": "string",
  37.       "id": 0
  38.     },
  39.     "garageOwnership": {
  40.       "code": "string",
  41.       "description": "string",
  42.       "id": 0
  43.     },
  44.     "hasChildrenUnder16": true,
  45.     "houseOwnership": {
  46.       "code": "string",
  47.       "description": "string",
  48.       "id": 0
  49.     },
  50.     "maritalStatus": {
  51.       "code": "string",
  52.       "description": "string",
  53.       "id": 0
  54.     }
  55.   },
  56.   "deliveryPoint": {
  57.     "deliveryType": {
  58.       "code": "string",
  59.       "description": "string",
  60.       "id": 0
  61.     },
  62.     "address": {
  63.       "apartment": "string",
  64.       "clientInput": "string",
  65.       "house": "string",
  66.       "housing": "string"
  67.     }
  68.   },
  69.   "homeAddress": {
  70.     "apartment": "string",
  71.     "clientInput": "string",
  72.     "house": "string",
  73.     "housing": "string"
  74.   },
  75.   "personalIncomes": {
  76.     "businessActivity": 0,
  77.     "credit": 0,
  78.     "finHelp": 0,
  79.     "fixedTermContracts": 0,
  80.     "salary": 0,
  81.     "scrma": 0,
  82.     "securitiesSale": 0
  83.   },
  84.   "registrationAddress": {
  85.     "apartment": "string",
  86.     "clientInput": "string",
  87.     "house": "string",
  88.     "housing": "string"
  89.   },
  90.   "userContacts": {
  91.     "homePhone": "string",
  92.     "workPhone": "string",
  93.     "additionalPhone1": "string",
  94.     "additionalPhone2": "string",
  95.     "additionalPhone3": "string",
  96.     "personalEmail": "string",
  97.     "workEmail": "string",
  98.     "additionalEmail": "string"
  99.   }
  100. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement