Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.36 KB | None | 0 0
  1. {
  2.     "companyData": {
  3.         "companyId": 10148521,
  4.         "name": "finux GmbH",
  5.         "foundationDate": "2018-06-26",
  6.         "country": "Deutschland",
  7.         "legalForm": "GmbH",
  8.         "branch": "Programmierungstätigkeiten",
  9.         "branchCode": "6201",
  10.         "registercourt": "Kassel",
  11.         "tradeRegisterNumber": "17675",
  12.         "website": "finux.ai",
  13.         "businessPurpose": "Die Entwicklung, die internationale Skalierung, sowie Weiterentwicklung der Software 'finux'."
  14.     },
  15.     "legalRepresentatives": [
  16.         {
  17.             "title": "Frau",
  18.             "firstname": "Lena",
  19.             "lastname": "Justen"
  20.         },
  21.         {
  22.             "title": "Herr",
  23.             "firstname": "Michael",
  24.             "lastname": "Kimmig"
  25.         }
  26.     ],
  27.     "economicAuthorized": [
  28.         {
  29.             "title": "Herr",
  30.             "firstname": "Florian",
  31.             "lastname": "Christ"
  32.         }
  33.     ],
  34.     "representationAuthorized": [
  35.         {
  36.             "firstname": "Lena",
  37.             "lastname": "Justen",
  38.             "birthdate": "04.06.1988",
  39.             "isSelected": true,
  40.             "position": "Geschäftsführer"
  41.         },
  42.         {
  43.             "firstname": "Michael",
  44.             "lastname": "Kimmig",
  45.             "birthdate": "15.08.1977",
  46.             "position": "Geschäftsführer"
  47.         }
  48.     ]
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement