Exemption Certificate Management

CertCapture RESTful APIs

CommitMultiDocumentModel

Commit this MultiDocument object so that all transactions within it can be reported on a tax filing.

This model is used in the following APIs:

Parameters
codeRequired
string

Represents the unique code of this MultiDocument transaction.

A MultiDocument transaction is uniquely identified by its accountId, code, and type. ///

typeOptional
string

Represents the document type of this MultiDocument transaction. For more information about document types, see DocumentType.

A MultiDocument transaction is uniquely identified by its accountId, code, and type.

Enum: SalesOrder, SalesInvoice, PurchaseOrder, PurchaseInvoice, ReturnOrder, ReturnInvoice, InventoryTransferOrder, InventoryTransferInvoice, ReverseChargeOrder, ReverseChargeInvoice, CustomsInvoice, CustomsOrder, InventoryTransferOutboundInvoice, InventoryTransferOutboundOrder, Any
commitRequired
boolean

Set this value to be true to commit this transaction.

Committing a transaction allows it to be reported on a tax filing. Uncommitted transactions will not be reported.