Exemption Certificate Management
CertCapture RESTful APIs
AuditMultiDocumentModel
Information about a previously created MultiDocument transaction
This model is used in the following APIs:
Parameters
reconstructedOptional
ReconstructedMultiDocumentModelReconstructed API request/response pair that can be used to adjust or re-create this MultiDocument transaction.
codeOptional
stringRepresents the unique code of this MultiDocument transaction.
A MultiDocument transaction is uniquely identified by its accountId, code, and type.
typeOptional
stringRepresents 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
serverTimestampOptional
stringServer timestamp, in UTC, of the date/time when the original transaction was created
serverDurationOptional
stringLength of time the original API call took
apiCallStatusOptional
stringapi call status
Enum: OriginalApiCallAvailable, ReconstructedApiCallAvailable, Any
originalOptional
OriginalApiRequestResponseModelOriginal API request/response