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
Key | Type | Comments |
---|---|---|
typeId | number | Unique identifier |
effectiveDate | String | Effective Date of the new Status |
Request Body
{"typeId"=>10, "effectiveDate"=>"2018-01-15"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
{"id":100,"createdBy":"CAS360 API","type":"CANCELLED","typeId":20,"effectiveDate":"2018-01-15"}