Update Audit Status

POST {{baseUrl}}/sf/funds/:fundId/audit/changeAuditStatus/

API Scopes

The following API scopes can access this resouce

  • bgl_partner
  • smsf_partner
  • audit

Request

KeyMandatoryDatatypeConstraints/Comments
financialYearYesStringYear of Audit Record in the format yyyy. For example, 2021 for the 2021 Financial Year
auditStatusYesNumberCurrent status of the audit.
Valid values are:

3 (this represents in progress)

5 (this represents preliminary complete)

6 (this represents completed)
completionDateNoDateThe date when the audit was completed, in the format yyyy-MM-dd.
qualificationBNoStringAccepts true or false.
qualificationCNoStringAccepts true or false.

NOTE - if qualificationC is true, then qualificationD must be included in the request body with true/false
qualificationDNoStringAccepts true or false.

NOTE - if qualificationC is true, then qualificationD must be included in the request body with a value (true or false)

If qualificationC is false or not provided in the request body, qualificationD must either be null or not included in the request body.
e.g.
qualificationC: false,
qualificationD: null

or simply:
qualificationC: false

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: Created

{"error":[],"message":"request accepted."}