CommitBeneficiaryImportResource
Minimal JSON:API resource with the job ID and the new status after commit.
ExtendsJsonApiResourceBase
Properties
| Field | Type | Description |
|---|---|---|
type* | string | JSON:API resource type. Always `beneficiary_import`. |
id* | string | Numeric job ID expressed as a string. |
attributes* | object | Job attributes returned after commit (transition status). |
status* | string | New status after enqueuing the commit. The only possible value is `committing`. |
Used in operations
POST /v1/beneficiaries/imports/{id}/commit