v1
latestOpenAPI 3.1.02026-07-226250251.5 KBBeneficiaries
Update Beneficiary Active Status
Update the active status of a beneficiary to enable or disable it
patch/v1/beneficiaries
Request body
Example request
{
"beneficiary_id": "f653e109-6c62-4aa4-869c-418c874e0a6c",
"active": true
}Response
Beneficiary updated successfully
Example response
{
"data": {
"message": "Beneficiary updated successfully"
}
}