Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.20 KB | None | 0 0
  1. {
  2.   "shareholders": [
  3.     {
  4.       "organisationShareholder": {
  5.         "companyLink": {
  6.           "rel": "self",
  7.           "href": "http://app.eat.internal/companies/app/service/services/api/9429031472425"
  8.         },
  9.         "name": "JON BUCKINGHAM LIMITED",
  10.         "entityType": "NZ Limited Company",
  11.         "nzbn": "9429031472425"
  12.       },
  13.       "shareholderId": "4406028",
  14.       "shareholderType": "Organisation",
  15.       "link": {
  16.         "rel": "self",
  17.         "href": "http://app.eat.internal/companies/app/service/services/api/9429049726732/shareholders/4406028"
  18.       },
  19.       "contacts": {
  20.         "phoneContacts": [],
  21.         "physicalOrPostalAddresses": [
  22.           {
  23.             "startDate": "2016-10-13",
  24.             "countryCode": "NZ",
  25.             "address1": "21 Tui Street",
  26.             "address2": "Torbay",
  27.             "address3": "Auckland",
  28.             "addressPurpose": "Physical",
  29.             "addressId": "14505647"
  30.           }
  31.         ],
  32.         "emailAddresses": []
  33.       },
  34.       "appointmentDate": "2016-10-13"
  35.     },
  36.       {
  37.       "personShareholder": {
  38.         "name": {
  39.           "lastName": "Bloggs",
  40.           "title": "Dr",
  41.           "firstName": "Joe",
  42.           "middleNames": "string"
  43.         }
  44.       },
  45.  
  46.       "contacts": {
  47.         "phoneContacts": [],
  48.         "physicalOrPostalAddresses": [
  49.           {
  50.             "startDate": "2016-10-13",
  51.             "countryCode": "NZ",
  52.             "address1": "21 Tui Street",
  53.             "address2": "Torbay",
  54.             "address3": "Auckland",
  55.             "addressPurpose": "Physical",
  56.             "addressId": "14505647"
  57.           }
  58.         ],
  59.         "emailAddresses": []
  60.       },
  61.       "appointmentDate": "2016-10-13"
  62.     }
  63.   ],
  64.   "shareholdersInAllocations": [
  65.     {
  66.       "shareholderId": "4406028",
  67.       "allocationId": "1668087"
  68.     },{
  69.         "shareholderSeqNumRef": 1,
  70.       "allocationId": "1668087"
  71.     }
  72.   ],
  73.   "shareAllocations": [
  74.     {
  75.       "numSharesInAllocation": 1,
  76.       "allocationId": "1668087"
  77.     }
  78.   ],
  79.   "link": {
  80.     "rel": "self",
  81.     "href": "http://app.eat.internal/companies/app/service/services/api/9429049726732/shareholding"
  82.   },
  83.   "numberOfShares": 1
  84. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement