Update Company Details

PATCH {{baseUrl}}/cas/companies/{{companyId}}

Update details for an Individual Company.

Only keys which are being updated need to be supplied.

Request Body

KeyDatatypeMandatoryConstraints
nameStringNo
numberStringNoMust be a valid ACN if jurisdiction is 'Australia'
incorporationDateStringNoISO 8601 date https://en.wikipedia.org/wiki/ISO_8601
annualReviewDateStringNoISO 8601 date https://en.wikipedia.org/wiki/ISO_8601
businessNumberNumberNoABN / NZBN
registrationStateStringNoMust be one of 'ACT'/'NSW'/'VIC'/'QLD'/'SA'/'WA'/'TAS'/'NT'
jurisdictionStringNo
typeObjectNoSee table below
registeredbooleanNoFalse will be an unregistered company, if not specified will default to true

type object

Note: Within Australia, only certain combinations of companyType, companyClass and companySubClass are valid

KeyDatatypeMandatoryConstraints
companyTypeStringNoMust be one of 'Small Proprietary'/'Large Proprietary'/'Public Company'
companyClassStringNoMust be one of 'Limited by Shares'/'Limited by Guarantee'/'Limited by Shares and Guarantee'/'Unlimited'/'No Liability'
companySubClassStringNoMust be one of 'None'/'Superannuation Trustee Company'/'Non Profit Company'/'Home Unit Company'/'Listed'/'Unlisted'/'Section 150 License'/'Unlisted Non Profit

Request Body

{"name"=>"{{name}}", "number"=>"{{number}}", "incorporationDate"=>"{{incorporationDate}}", "annualReviewDate"=>"{{annualReviewDate}}", "registrationState"=>"{{registrationState}}", "jurisdiction"=>"{{jurisdiction}}", "registered"=>true, "type"=>{"companyClass"=>"{{companyClass}}", "companySubClass"=>"{{companySubClass}}", "companyType"=>"{{companyType}}"}}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: Created

{"agentId":null,"annualReviewDate":"2017-12-03","businessNumber":"123","id":"ef921aa4-b0f8-4ddd-a5b2-fb97fc9255f8","incorporationDate":"2016-12-18","jurisdiction":"Australia","name":"Test company ABC Pty Ltd","number":"550593336","registrationState":"VIC","registered":true,"type":{"companyClass":"Limited by Shares","companySubClass":"None","companyType":"Small Proprietary"}}