post https://{tenant}.rubixx.app/api/v2/supportschemes//referrals
Sample Request:
POST /api/v2.0/supportschemes/SP1000000004/referrals
Example Payload:
{
"description": "Test purpose referral",
"personReference": "P1000000007",
"referralSource": "Local Authority",
"referralDate": "01/06/2024"
}
This endpoint requires all data to be in the body of the request
Status is Live
Inactive status is false
Requirements
"description" Description must be set.
"personReference" Person reference must be set.
"referralSource" Referral Source must be set.
"referralDate" Referral date must be set and must be in DD/MM/YYYY format.
Required Permission(s): SupportPlans.EditSupportSchemes