List of Unlodged Documents (Company)

GET {{baseUrl}}/cas/companies/:companyId/documents/unlodged?offset={{offset}}&limit={{limit}}

This resource will return all unlodged documents that exist for a specified company

Query Parameters

Form ParametertypeMandatoryDescription
offsetnumberRequiredExample = 0
limitnumberRequiredExample = 500

Response Body

KeyDatatypeMandatoryConstraints/Comments
idnumberYes
traceNumberStringYes
asicDocNumberStringYes
nameStringYesForm type (i.e form 484)
documentDateStringYesISO 8601 date https://en.wikipedia.org/wiki/ISO_8601

lodgementDetails object

KeyDatatypeMandatoryConstraints
lodgementDeadlineDateStringYesFormat will be ISO 8601 date. Equal to Late date
preparedByStringYesThe name of user who prepared the document
changesSummaryStringYesChanges summary as it displays on documents screen (currently only avaliable for form 484)
lodgementURLStringYes
electronicbooleanYesMandatory if the document is able to be electronically lodged

status objects

KeyDatatypeMandatoryConstraints
idNumberYes
createdByStringYesThe name of user who created the document
typeStringYesDescriptive name of Status
typeIdNumberYesStatus Unique Identifier
effectiveDateStringYesFormat will be ISO 8601 date. Equal to status change date

company object

KeyDatatypeMandatoryConstraints
idNumberYes
nameStringYes
numberStringNoMust be a valid ACN
incorporationDateStringNoISO 8601 date https://en.wikipedia.org/wiki/ISO_8601
annualReviewDateStringNoISO 8601 date https://en.wikipedia.org/wiki/ISO_8601
registrationStateStringNoMust be one of 'ACT'/'NSW'/'VIC'/'QLD'/'SA'/'WA'/'TAS'/'NT'
jurisdictionStringYesCurrently only 'Australia' is allowed
typeObjectNoSee table below
agentIdStringNo

type object

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

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

Request Params

KeyDatatypeRequiredDescription
offsetstringnumber
limitstringnumber

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"documents":[{"asicDocNumber":null,"company":{"agentId":9,"annualReviewDate":"2019-01-01","id":"e280a2f7-c8f0-4c72-a7e3-4f32cd37f074","incorporationDate":"2018-01-01","jurisdiction":"Australia","name":"Warren Xerocon 2018 Pty Ltd","number":"111111114","registrationState":"ACT","type":{"companyClass":"Limited by Shares","companySubClass":"None","companyType":"Small Proprietary"}},"documentDate":"2018-09-05","id":405,"lodgementDetails":{"changesSummary":"[PABLO ROCAS] has been [allotted 100 $1 ORDINARY SHARES] on [{1533859200000}]","electronic":true,"lodgementDeadlineDate":"2018-09-06","lodgementUrl":"https://staging.cas360.com.au/s/html/main.html#/documents?trace=121","preparedBy":"Frank Flann"},"name":"Form - 484 CHANGE TO COMPANY DETAILS","status":{"id":930815,"createdBy":"Frank Flann","type":"DOCUMENT PREPARED","typeId":2,"effectiveDate":"2018-09-05"},"traceNumber":"121"},{"asicDocNumber":null,"company":{"agentId":8,"annualReviewDate":"2019-01-01","id":"e280a2f7-c8f0-4c72-a7e3-4f32cd37f074","incorporationDate":"2018-01-01","jurisdiction":"Australia","name":"Warren Xerocon 2018 Pty Ltd","number":"111111114","registrationState":"ACT","type":{"companyClass":"Limited by Shares","companySubClass":"None","companyType":"Small Proprietary"}},"documentDate":"2019-03-13","id":427,"lodgementDetails":{"changesSummary":"[DARREN SMITH] has been [Appointed] as the company's [Director] on [01/01/2018]","electronic":true,"lodgementDeadlineDate":"2018-01-28","lodgementUrl":"https://staging.cas360.com.au/s/html/main.html#/documents?trace=122","preparedBy":"Dave Smtih"},"name":"Form - 484 CHANGE TO COMPANY DETAILS","status":{"id":930815,"createdBy":"Dave Smtih","type":"DOCUMENT PREPARED","typeId":2,"effectiveDate":"2019-03-13"},"traceNumber":"122"}],"limit":500,"offset":0,"total":2}