← Back to schema index

PatchValidationImportRowRequest

Body used to fix one row of the batch before confirming it.

Properties

FieldTypeDescription
dataobjectResponse body. Everything hangs off here, per the JSON:API envelope.
typestringResource type, fixed for this operation. Part of the resource identity in the JSON:API envelope. Always `validation_import_row`.
attributesobjectOnly 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_rastreostringManual override of the parsed `clave_rastreo` field for this row.
parsed_referencia_numericastringManual override of the parsed `referencia_numerica` field for this row.
parsed_fechastringManual override of the parsed date (accepts `YYYY-MM-DD` or the original format).
parsed_montostringAccepted as string (the controller casts to string and truncates). For numeric values, send `"2500"`.
parsed_cuenta_beneficiariastringManual override of the parsed beneficiary account (CLABE/card/phone) for this row.
parsed_emisorstringManual override of the parsed issuing bank for this row.
parsed_receptorstringManual override of the parsed receiving bank for this row.

Used in operations

  • PATCH /v1/validations/imports/{id}/rows/{row_id}