Create new unit transaction

POST {{baseUrl}}/cas/trusts/:trustId/unitTransactions

Create new unit transaction for a trust

Request Body

KeyDatatypeMandatoryConstraints
unitholderIdNumberYesMust be an id of an existing contact. Contact can only be of type 'People'/'Company'/'Joint Member'
beneficialOwnerIdNumberNoMust be an id of an existing contact
typeStringYesMust be one of 'Allotment'/'Balance'/'Initial'
transactionDateStringYesISO 8601 date https://en.wikipedia.org/wiki/ISO_8601. Cannot be before the company's incorporation Datatype
numberOfUnitsFloatYesCan be an integer or floating point number. Example: 10, 255, 3.14159
certificateTypeStringYesMust be one of 'Transaction'/'Balance'/'None'
certificateNumberStringYesMandatory unless certificateType is ‘None’
unitTypeObjectYesSee table below

unitType object

KeyDatatypeMandatoryConstraints
paidFloatYesCan be an integer or floating point number. Example: 10, 255, 3.14159
unpaidFloatYesCan be an integer or floating point number. Example: 10, 255, 3.14159
currencyStringYesan ISO currency code https://en.wikipedia.org/wiki/ISO_4217
descriptionStringNoMaximum of 60 characters
unitClassObjectYesSee table below

unitClass object

KeyDatatypeMandatoryConstraints
descriptionsStringYesMaximum of 60 characters
cCodeStringYesMaximum of 4 characters

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

{"certificateNumber":"2","certificateType":"Transaction","id":46276,"numberOfUnits":1,"prepareForm":false,"transactionDate":"2020-01-02","type":"Allotment","unitBeneficialOwnerId":null,"unitType":{"currency":"AUD","description":"ORDINARY UNITS","paid":1,"unitClass":{"cCode":"ORD","description":"ORDINARY UNITS"},"unpaid":0},"unitholderId":963075}