v2
latestOpenAPI 3.0.32026-08-07222102695.9 KBReferral Source
Update referral source
patch/patients/{patient_id}/referral_source
Path parameters
patient_idstring int64 required
Request body
Example request
{
"referrer_id": "1",
"referral_source_type_id": "1"
}Response
Resource was updated
Example response
{
"links": {
"self": "https://api.au1.cliniko.com/v1/patients/123/referral_source"
},
"patient": {
"links": {
"self": "https://api.au1.cliniko.com/v1/patients/1"
}
},
"referral_source_type": {
"links": {
"self": "https://api.au1.cliniko.com/v1/referral_source_types/1"
}
},
"referrer": {
"links": {
"self": "https://api.au1.cliniko.com/v1/patients/456"
}
}
}