IssueBASIXCompletionReceipt

This operation facilitates the certifier in issuing a BASIX completion receipt before the issuance of the Occupation Certificate (OC). This is specifically designed for the process of obtaining an Occupation Certificate and is intended to be carried out before the assessment operation.

path Parameters
CaseID
required
string

A fully qualified application number or case id

header Parameters
OrganisationID
required
string

The council LGA name or Private Certifier Organisation name to indicate where the request is originated from.

Request Body schema: application/json

Information request object

required
Array of objects (BASIXCertificateDetails)

This indicates the BASIX certificate details of the development. The data provided through the API request will be utilized to generate the BASIX completion receipt number. This is applicable for Class 1a, 1b, 2, 3, 4 and the type of occupation certificate is "Occupation certificate for whole building"

certifierRegistrationNumber
required
string

This indicates the Registration number of the certifier. (BDC number for the NSW state or AMR number for the interstate certifiers ).

updatedByEmail
required
string <= 250 characters

User must be registered in the planning portal

Responses

Request samples

Content type
application/json
{
  • "BASIXCertificateDetails": [
    ],
  • "certifierRegistrationNumber": "Refer to description for values",
  • "updatedByEmail": "john.smith@gmail.com"
}

Response samples

Content type
application/json
{
  • "statusCode": 200,
  • "message": "string",
  • "activityId": "string",
  • "BASIXCertificateDetails": [
    ]
}