/invoices/{id}
/invoices/{id}
Returns an Invoice object with the given id.
/invoices/{id}
Returns an Invoice object with the given id.
Token-based authentication with required prefix “Bearer”
Whether to include the original data Merge fetched from the third-party to produce these models.
Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
Deprecated. Use show_enum_origins.
The third-party API ID of the matching object.
Whether the invoice is an accounts receivable or accounts payable. If type is ACCOUNTS_PAYABLE, the invoice is a bill. If type is ACCOUNTS_RECEIVABLE, it is an invoice.
ACCOUNTS_RECEIVABLE - ACCOUNTS_RECEIVABLEACCOUNTS_PAYABLE - ACCOUNTS_PAYABLEThe status of the invoice.
PAID - PAIDDRAFT - DRAFTSUBMITTED - SUBMITTEDPARTIALLY_PAID - PARTIALLY_PAIDOPEN - OPENVOID - VOIDArray of Payment object IDs.
CreditNoteApplyLines applied to the Invoice.
VendorCreditApplyLines applied to the Invoice.
If the transaction is inclusive or exclusive of tax. True if inclusive, False if exclusive.
Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. Learn more.
A comma separated list of enum field names for which you’d like the original values to be returned, instead of Merge’s normalized enum values. Learn more