-
Notifications
You must be signed in to change notification settings - Fork 2
BatchPurchasesInvoice
DziugasPR edited this page Aug 6, 2021
·
3 revisions
Purchases batch invoice structure. Posts one invoice per invoice line.
BatchPurchasesInvoice members
Name | Type | Description | Constraints |
---|---|---|---|
SupplierCode | String | Get the unique supplier code in the system. |
|
Description | String | Get/Set the invoice description. |
|
ExchangeRate | Decimal | Get/Set the exchange rate between the supplier currency and the base currency. |
|
ExternalReference | String | Get/Set the invoice external reference. |
|
InvoiceDate | DateTime | Get/Set the invoice date. | |
Lines | BatchPurchasesInvoiceLine | Get the array of lines making up the batch invoice. The lines have to be from the same supplier. There is no limit to the number of lines that can be added to a batch invoice. |