This operation transfers the council's Determination decision to Issue or Refuse the Building Information certificate case from the council's IT system to the Online Building Information certificate Service.
CaseID required | string A fully qualified application number or case id |
OrganisationID required | string The council LGA name to indicate where the request is originated from. |
Information request object
applicationDecision required | string To check whether the certificate is approved or refused. This is a mandatory field. 1. Issued 2. Refused |
determinationDate required | string <date> This indicates the building Information Certificate application's Determination Date. It is applicable for both Approved and refused actions. Only future date to be provided as a value for this field. This is a mandatory attribute. |
required | Array of objects (downloadableDocument) |
updatedByEmail required | string <= 250 characters User must be registered in the planning portal |
{- "applicationDecision": "Refer to description for values.",
- "determinationDate": "2021-09-21T00:00:00.000Z",
- "Documents": [
- {
- "documentName": "test.docx",
- "documentType": "string",
- "uploadedDateTime": "2019-08-24T14:15:22Z",
- "documentURL": "string"
}
], - "updatedByEmail": "john.smith@gmail.com"
}
{- "statusCode": 404,
- "message": "Internal Server error 19876",
- "activityId": "00000011-0ab-xy00-0000-500000000000",
- "errorCode": "DPE_TMS01",
- "errorDetails": "Inner Exceptions, Stack Trace, etc"
}