CreateBeneficiaryImportResource
Minimal JSON:API resource with the job ID and its initial status.
ExtendsJsonApiResourceBase
Properties
| Field | Type | Description |
|---|---|---|
type* | string | JSON:API resource type. Always `beneficiary_import`. |
id* | string | Numeric job ID expressed as a string (JSON:API format). |
attributes* | object | Initial job attributes returned upon creation. |
status* | string | Initial job status. The only possible value is `pending`. |
Used in operations
POST /v1/beneficiaries/imports