ATO Lodgements (Firm)

GET {{baseUrl}}/sf/firm/lodgements?modifiedAfter&modifiedBefore

Will retrieve form lodgement history with the ATO for a firm.

API Scopes

The following API scopes can access this resource - investment - audit - smsf_partner

Response Body

KeyData TypeDescription
amountDueOrRefundablenumber
formStringName of the form. returns either SMSF_ANNUAL_RETURN orACTIVITY_STATEMENT
lodgementDateTimeDateDate and time the form was lodged (UTC)
lodgementStatusStringStatus of the form
lodgingPartyFirmStringName of lodging party who is responsible for the form
lodgingPartyIndividualStringIndividuals name of lodging party who is responsible for the form
validatedDateTimeDateDate and time the form was validated (UTC)
yearDateYear of the form. format = YYYY

Lodgement Statuses

StatusDescription
LODGED_ELELodged electronically/manually
LODGED_REJLodgment Rejected
VALIDATEDForm Validated
nullWhen the form is only prepared it will send status as null

Request Params

KeyDatatypeRequiredDescription
modifiedAfternull[optional] - UTC Time.
Will only return results where lodgementDateTime or validatedDateTime is after this date
modifiedBeforenull[optional] - UTC Time.
Will only return results where lodgementDateTime or validatedDateTime is before this date

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"lodgements":[{"form":"SMSF_ANNUAL_RETURN","lodgementDateTime":"2018-12-14T05:45:00.000+0000","lodgementStatus":"LODGED_ELE","lodgingPartyFirm":"ABC Accountants Pty Ltd","lodgingPartyIndividual":"Tokhi, Jeevan","validateDateTime":"2017-10-01T22:19:56.000+0000","year":2017},{"form":"SMSF_ANNUAL_RETURN","lodgementDateTime":"2018-10-24T05:39:10.000+0000","lodgementStatus":"LODGED_ELE","lodgingPartyFirm":"ABC Accountants Pty Ltd","lodgingPartyIndividual":"Tokhi, Jeevan","validateDateTime":"2018-09-17T00:16:42.000+0000","year":2018},{"form":"SMSF_ANNUAL_RETURN","lodgementDateTime":null,"lodgementStatus":"VALIDATED","lodgingPartyFirm":"ABC Accountants Pty Ltd","lodgingPartyIndividual":"Crofts, Matt","validateDateTime":"2019-08-20T02:12:14.000+0000","year":2019}]}