The Invoice Imports object
An invoice import represents an outstanding invoices CSV processed through the ODCE engine in receivable (AR) direction. Each import tracks parsed documents, contact resolutions, clearing proof, and confirmation eligibility.
Attributes
id stringPrefixed identifier. Always starts with
dimp_.filename stringOriginal filename of the uploaded CSV.
direction stringAlways
receivable for invoice imports.cutoverDate stringInherited from the opening balance journal date.
status stringImport lifecycle:
pending, completed, or voided.engineVersion stringODCE engine version used for this import.
createdAt stringISO 8601 timestamp when the import was uploaded.
completedAt stringISO 8601 timestamp when the import was confirmed, or
null if pending.rows stringArray of parsed invoice rows with contact resolution outcomes.
clearingProof stringClearing zero-sum validation: opening balance + import delta must equal zero.
canConfirm stringWhether the import passes all gates: clearing zero-sum, contact resolution, no errors.
errors stringArray of error strings preventing confirmation.
warnings stringArray of parse-level warnings (e.g. ignored columns, date format ambiguity).