PatchValidationImportRowRequest
Body used to fix one row of the batch before confirming it.
Properties
| Field | Type | Description |
|---|---|---|
data | object | Response body. Everything hangs off here, per the JSON:API envelope. |
type | string | Resource type, fixed for this operation. Part of the resource identity in the JSON:API envelope. Always `validation_import_row`. |
attributes | object | Only the `parsed_*` fields listed are accepted. Any other property is dropped. Each string is truncated to 255 UTF-8 chars before persisting. At least one field must be present — empty body returns 422 `no_valid_fields`. |
parsed_clave_rastreo | string | Manual override of the parsed `clave_rastreo` field for this row. |
parsed_referencia_numerica | string | Manual override of the parsed `referencia_numerica` field for this row. |
parsed_fecha | string | Manual override of the parsed date (accepts `YYYY-MM-DD` or the original format). |
parsed_monto | string | Accepted as string (the controller casts to string and truncates). For numeric values, send `"2500"`. |
parsed_cuenta_beneficiaria | string | Manual override of the parsed beneficiary account (CLABE/card/phone) for this row. |
parsed_emisor | string | Manual override of the parsed issuing bank for this row. |
parsed_receptor | string | Manual override of the parsed receiving bank for this row. |
Used in operations
PATCH /v1/validations/imports/{id}/rows/{row_id}