Create Company Address

POST {{baseUrl}}/companies/:companyId/addresses

Creates a company address.

Constraint: If an address already exists for this company with the same type & effective date, the request will be rejected

Request Body

KeyDatatypeMandatoryConstraints
addressIdNumberYes
effectiveDateStringYesISO 8601 date https://en.wikipedia.org/wiki/ISO_8601.
officeOccupierStringNoOnly valid for Registered Office Address
prepareFormBooleanNotrue = Change to be notified to ASIC within 28 days on a Form 484 Change to Company Details
typeStringYesMust be one of 'Registered Office Address'/'Business Address'/'Postal Address'’/’Meeting Address’

Response Body

Returns a list containing objects as described below

KeyDatatypeConstraints
addressIdNumber
effectiveDateStringISO 8601 date https://en.wikipedia.org/wiki/ISO_8601.
idNumberYes
officeOccupierStringOnly valid for Registered Office Address
typeStringMust be one of 'Registered Office Address'/'Business Address'/'Postal Address'’/’Meeting Address’
prepareFormBooleanChange to be notified to ASIC within 28 days on a Form 484 Change to Company Details.

Additional keys

KeyDatatypeMandatoryConstraints
offsetNumberYes
limitNumberYes
totalNumberYes

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

{"addressId":1458,"effectiveDate":"2021-03-28","id":11066,"officeOccupier":"null","prepareForm":true,"type":"Registered Office Address"}