Referencia de APIAccounting / Beneficiary
Update Beneficiary bulk archive
← Back to full API reference
PATCH
/v1/beneficiary/bulk/archiveAuth required- Requires organization permissions for this resource.
- Validated by Zod schema: patchBeneficiaryBulkArchive.
Request details
Body fields
| Field | Required | Description |
|---|---|---|
| ids | Yes | Type: arrayExample: |
| ids[] | Yes | Type: number |
| archived | Yes | Type: boolean |
Default payloads
Path params
json
{}Query
json
{}Body
json
{
"ids": [
1
],
"archived": true
}Sample response
json
"<result>"