ATO Lodgements (Fund)

GET {{baseUrl}}/sf/funds/:fundId/lodgements

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

API Scopes

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

Response Body

KeyMandatoryDescription
formString
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

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}]}