Example JSON response:
{
"@odata.context": "https://api.mypcorp.com/$metadata#ClientEngagement(Participant(Address()),Representative(Address()),ServiceBookings())",
"value": [
{
"ClientEngagementGuid": "F1B9405A-0BC7-43CF-A514-312B8AD69FEF",
"ParticipantType": "NDIA",
"PlanStartDate": "2020-06-01",
"PlanEndDate": "2024-06-30",
"BookingStartDate": "2020-06-01",
"BookingEndDate": "2024-06-30",
"PlanCommencementDate": null,
"NoActivePlanFromDate": null,
"IsAgencyManaged": true,
"IsSelfManaged": false,
"IsPlanManaged": true,
"SupportCoordinatorContactGuid": "F1B9405A-0BC7-43CF-A514-312B8AD69FEF",
"PersonResponsibleForDirectFeesContactGuid": "F1B9405A-0BC7-43CF-A514-312B8AD69FEF",
"PlanManagerClientGuid": "F1B9405A-0BC7-43CF-A514-312B8AD69FEF",
"TotalBudgetAmount": 10000.00,
"TotalAllocateAmount": 2244.00,
"UnAllocateAmount": 7756.00,
"ModifiedDate": "2023-08-22T09:17:59.53+10:00",
"ArchiveDate": null,
"Participant": {
"ContactGuid": "F1B9405A-0BC7-43CF-A514-312B8AD69FEF",
"FirstName": "Ben",
"LastName": "Red",
"Birthday": "1987-08-01",
"NdisNumber": "",
"NdisPriceGuideRegion": "ACT/NSW/QLD/VIC",
"AccountManagerStaffGuid": "F1B9405A-0BC7-43CF-A514-312B8AD69FEF",
"PhoneNumber1": "110101012",
"PhoneNumber2": "",
"PrimaryEmail": "Rben@testemail.com",
"Address": {
"StreetAddress": "14/8 Metroplex Ave",
"StreetAddress2": "",
"Suburb": "Murarrie",
"City": "Brisbane",
"State": "Queensland",
"Country": "Australia",
"PostCode": "4172"
}
},
"Representative": {
"ContactGuid": "F1B9405A-0BC7-43CF-A514-312B8AD69FEF",
"FirstName": "Lucas",
"LastName": "Red",
"RepresentativeRelationship": "Patient of",
"PhoneNumber1": "1213141",
"PhoneNumber2": "",
"PrimaryEmail": "",
"Address": {
"StreetAddress": "14/8 Metroplex Ave",
"StreetAddress2": "",
"Suburb": "Murarrie",
"City": "Brisbane",
"State": "Queensland",
"Country": "Australia",
"PostCode": "4172"
}
},
"ServiceBookings": [
{
"ServiceBookingGuid": "F1B9405A-0BC7-43CF-A514-312B8AD69FEF",
"SupportPurpose": "Core",
"SupportItem": "04_105_0125_6_1",
"BudgetManagerStaffGuid": null,
"Budget": 1123.00,
"ManagementType": "Plan",
"BookingStartDate": null,
"BookingEndDate": null,
"BookingNumber": null,
"Category":{
"CategoryGuid": "F1B9405A-0BC7-43CF-A514-312B8AD69FEF",
"Name": "Assistance with daily life (includes Supported Independent Living)",
"ArchivedDate": null
}
},
{
"ServiceBookingGuid": "F1B9405A-0BC7-43CF-A514-312B8AD69FEF",
"SupportPurpose": "Core",
"SupportItem": null,
"BudgetManagerStaffGuid": "F1B9405A-0BC7-43CF-A514-312B8AD69FEF",
"Budget": 1121.00,
"ManagementType": "Plan",
"BookingStartDate": "2023-08-01",
"BookingEndDate": "2023-08-31",
"BookingNumber": "112121",
"Category":{
"CategoryGuid": "F1B9405A-0BC7-43CF-A514-312B8AD69FEF",
"Name": "Assistance with daily life (includes Supported Independent Living)",
"ArchivedDate": null
}
}
]
}
]
}