post https://{tenant}.rubixx.app/api/v2/supportschemes//engagements/
Sample Request:
POST /api/v2/supportschemes/SP1000000006/engagements/REF000000105
Example Payload:
{
"startDate": "01/02/2025",
"status": "Active",
"owner": "Jack Brown",
"address": {
"addressLineOne": "string",
"addressLineTwo": "string",
"addressLineThree": "string",
"addressLineFour": "string",
"addressLineFive": "string",
"postcode": "string"
}
}
This endpoint requires all data to be in the body of the request
Requirements
"startDate" Start date must be set.
"status" Status must be set.
"owner" [Optional] Owner can be null or a scheme member
"address" [Conditional] If Referred person have an occupancy, address must be null.
But if the person does not have an occupancy or person address,
than address section must be set. If referred person has an address and you filled
address section It will be overrided.
"addressLineOne" [Conditional] If address is required addressLineOne must be set.
"addressLineTwo" [Optional - Conditional] If address is required addressLineTwo is optional.
"addressLineThree" [Optional - Conditional] If address is required addressLineThree is optional.
"addressLineFour" [Optional - Conditional] If address is required addressLineFour is optional.
"addressLineFive" [Optional - Conditional] If address is required addressLineFive is optional.
"postcode" [Conditional] If address is required postCode must be set.
Required Permission(s): SupportPlans.EditSupportSchemes