Company Shareholders Current Balances

GET {{baseUrl}}/cas/companies/:companyId/shareholdings?groupBytypes={{groupByTypes}}&date={{date}}

Response Body

Returns a list containing object as defined below

KeyDatatypeConstraints
beneficialOwnerIdString
numberOfSharesnumber
percentageOfClassnumber
shareTypeObject
shareholderIdnumber

shareType object

KeyDatatypeConstraints
currencyString
descriptionString
paidnumber
shareClassObject
shareSubClassString
unpaidnumber

shareClass object

KeyDatatypeConstraints
cCodeString
descriptionString

Request Params

KeyDatatypeRequiredDescription
groupBytypesstringOptional - True/False - False by default. If 'true', results will be grouped by shareholder and share types (currency, paid/unpaid, class). If 'false', will group by shareholder - see sample response as an example.
datestringOptional - yyyy-mm-dd - The response will calculate balances for all transactions on or before the ‘date'.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring