This operation allows the consent authority to add new Bespoke conditions to the Council's condition library.
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" |
CreateCondition request object
required | Array of objects (CreateCouncilConditionsDetails) |
{- "conditions": [
- {
- "conditionTitle": "Approved Plans",
- "conditionText": "<p><img src ='http://councilbaseurl/Documents/ConImg2.png' width='300' height='150'></p>",
- "conditionReason": "Plans condition",
- "effectiveDate": "2022-03-16T00:00:00.000Z",
- "typeOfWork": "Demolition Work",
- "reasonForReporting": "This is for reporting purpose",
- "developmentStage": "General condition",
- "councilConditionID": "SAMPLE-123",
- "updatedByEmail": "abc@gmail.com"
}
]
}
{- "statusCode": 200,
- "message": "Request is successfully executed",
- "conditionDetails": [
- {
- "conditionID": "COND-123",
- "councilConditionID": "SAMPLE-123",
- "conditionTitle": "Approved Plans",
- "effectiveDate": "2022-10-22T00:00:00.000Z"
}
]
}