The Bill Imports object
A bill import represents an outstanding-bills CSV processed in the payables direction. It is structurally identical to an invoice import with the accounting direction reversed.
Attributes
idstringPrefixed identifier. Always starts with
dimp_.filenamestringOriginal filename of the uploaded CSV.
directionstringAlways
payable for bill imports.cutoverDatestringInherited from the opening balance journal date.
statusstringImport lifecycle:
pending, completed, or voided.engineVersionstringThe import engine version used for this import.
createdAtstringISO 8601 timestamp when the import was uploaded.
completedAtstringISO 8601 timestamp when the import was confirmed, or
null if pending.rowsstringArray of parsed bill rows with supplier contact resolution outcomes.
clearingProofstringClearing zero-sum validation: opening balance plus import delta must equal zero.
canConfirmstringWhether the import passes all gates: clearing zero-sum, contact resolution, at least one valid row, no errors.
errorsstringArray of error strings preventing confirmation.
warningsstringArray of parse-level warnings (for example ignored columns, date format ambiguity).