The Bill Imports object
A bill import represents an outstanding bills CSV processed through the ODCE engine in payable (AP) direction. Structurally identical to invoice imports but with reversed accounting direction.
Attributes
id stringPrefixed identifier. Always starts with
dimp_.filename stringOriginal filename of the uploaded CSV.
direction stringAlways
payable for bill 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 bill rows with supplier 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).