Skip to main content

ExportPurchaseInvoices

Export Purchase Invoices.

Overview

Urlapi/public/FluentisErp/Scm/PurchaseInvoices/ExportPurchaseInvoices
HTTP MethodPOST
Method TypeExport
Fluentis ObjectFluentis.FluentisErp.Core.Scm.PurchaseInvoices.FSPurchaseInvoice

Request parameters

ParameterTypeIs RequiredDescription
PurchaseInvoiceTypeCodesarrayNoIf present, filter invoices with code types included in the specified list.
FromDatedateNoIf present, filter invoices with date greater than or equal with the specified value.
ToDatedateNoIf present, filter invoices with date smaller than or equal with the specified value.
FromNumberintegerNoIf present, filter invoices with number greater than or equal with the specified value.
ToNumberintegerNoIf present, filter invoices with number smaller than or equal with the specified value.
SupplierNumberstringNoIf present, filter invoices with supplier number equal or starts with the specified value.
IsControlledbooleanNoIf present, filter invoices with controlled flag equal with the specified value.
IsAccountedbooleanNoIf present, filter invoices with accounted executed flag equal with the specified value.
SdiFileNamestringNoIf present, filter invoices with sdi file name equal or starts with the specified value.
SdiFileIdintegerNoIf present, filter invoices with sdi file ID smaller than or equal with the specified value.
AccountCodestringNoIf present, filter invoices with customer code equal or starts with the specified value.
AccountDetailCodestringNoIf present, filter invoices with customer detail account equal or starts with the specified value.
VATRegistrationNumberstringNoIf present, filter invoices with customer VAT register number equal or starts with the specified value.
OurReferencestringNoIf present, filter invoices with our reference equal or starts with the specified value.
YourReferencestringNoIf present, filter invoices with your reference equal or starts with the specified value.
ItemsFilterPurchaseInvoiceItemsFilterNoIf present, filter invoices with invoice item lines that meet the specified criteria.

PurchaseInvoiceItemsFilter properties

PropertyTypeIs RequiredDescription
ItemClassCodestringNoIf present, filter invoices containing invoice item lines with item class code equal or starts with the specified value.
ItemCodestringNoIf present, filter invoices containing invoice item lines with item code equal or starts with the specified value.
ItemDescriptionstringNoIf present, filter invoices containing invoice item lines with description equal or starts with the specified value.
ProjectTitlestringNoIf present, filter invoices containing invoice item lines with project title equal or starts with the specified value.
SupplierItemCodestringNoIf present, filter invoices containing invoice item lines with item supplier code equal or starts with the specified value.
SupplierItemDescriptionstringNoIf present, filter invoices containing invoice item lines with item supplier description equal or starts with the specified value.
ExportFilterstringNoGeneric string filter expression for filtering items.