This operation transfers the exhibition details from the relevant organisation to update the exhibition in the ePlanning system.
CaseID required | string A fully qualified exhibition case number |
OrganisationID required | string The relevant organisation name to indicate where the request is originated from. |
IdempotencyID required | string Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing.Typically, a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1" |
exhibitionStartDate | string <date> This is to track the start date of the exhibition. This field is not applicable when the case status in 'On Exhibition' status. |
exhibitionEndDate required | string <date> This is to track the end date of the exhibition and this field is mandatory when the applicant select doesPublicExhibitionRequired is selected as true. |
comments | string <= 512 characters This is an optional field to provide comments in the exhibition details screen. This can be used during creation or updating the exhibition. |
detailedDescription | string This field is applicable for State DA and Mandatory to provide detailed description in Exhibition details screen. This can be used during creation or updating the exhibition. |
Array of objects (NewsPaper) | |
Array of objects (DocumentsToUpload) | |
Array of objects (DocumentsToPublish) this is to publish the existing documents | |
updatedByEmail required | string <= 250 characters User must be registered in the planning portal |
{- "exhibitionStartDate": "2019-08-24",
- "exhibitionEndDate": "2019-08-24",
- "comments": "string",
- "detailedDescription": "string",
- "addNewsPaper": [
- {
- "nameOfNewsPaper": "string",
- "hasSlotBooked": true,
- "dateOfCirculation": "2019-08-24"
}
], - "Documents": [
- {
- "documentName": "test.docx",
- "documentType": "string",
- "uploadedDateTime": "2019-08-24T14:15:22Z",
- "isPublishDoc": true
}
], - "DocumentsToPublish": [
- {
- "docID": "DATA-WORKATTACH-FILE PEC-DPE-EP-WORK CDC-7850!20201124T125127.562 GMT.",
- "isPublishDoc": true
}
], - "updatedByEmail": "john.smith@gmail.com"
}
{- "statusCode": 200,
- "message": "Case updated",
- "activityId": "string",
- "Documents": [
- {
- "documentName": "test.docx",
- "documentType": "string",
- "eplanningDocId": "string",
- "externalOrgDocURL": "string"
}
]
}