Assign a new Status for a Document

POST {{baseUrl}}/cas/companies/{{companyId}}/documents/{{documentId}}/statuses

Allows you to alter the Status of a document in CAS360. The status helps users manage documents by indicating what stage the document is at.

When documents are generated, the status will automatically be set to Document Prepared. Once a document is lodged, the status will automatically change to Lodged. When an Annual Company Statement is received, the status of Form 480 will automatically be set to Document Received and once the Annual Review is processed, the status will change to Document Processed.

Response Body

KeyTypeComments
typeIdnumberUnique identifier
effectiveDateStringEffective Date of the new Status

Request Body

{"typeId"=>10, "effectiveDate"=>"2018-01-15"}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

{"id":100,"createdBy":"CAS360 API","type":"CANCELLED","typeId":20,"effectiveDate":"2018-01-15"}