Exemption Certificate Management

CertCapture RESTful APIs

AddTransactionLineModel

Model to add specific lines to exising transaction

This model is used in the following APIs:

Parameters
companyCodeRequired
string

company code

transactionCodeRequired
string

document code for the transaction to add lines

documentTypeOptional
string

document type

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

List of lines to be added

renumberOptional
boolean

Option to renumber lines after add. After renumber, the line number becomes: "1", "2", "3", ...