v1

latestOpenAPI 3.1.02026-07-226250251.5 KB
Beneficiaries

Update Beneficiary Active Status

Update the active status of a beneficiary to enable or disable it

patch/v1/beneficiaries

Request body

beneficiary_idstring uuid required
activeboolean required

Example request

{
  "beneficiary_id": "f653e109-6c62-4aa4-869c-418c874e0a6c",
  "active": true
}

Response

Beneficiary updated successfully

Example response

{
  "data": {
    "message": "Beneficiary updated successfully"
  }
}