Skip to main content

ExportPurchaseDeliveryNotes

Export Purchase Delivery Notes.

Overview

Urlapi/public/FluentisErp/Scm/PurchaseDeliveryNotes/ExportPurchaseDeliveryNotes
HTTP MethodPOST
Method TypeExport
Fluentis ObjectFluentis.FluentisErp.Core.Scm.PurchaseDeliveryNotes.FSPurchaseDeliveryNote

Request parameters

ParameterTypeIs RequiredDescription
PurchaseDeliveryNoteTypeCodesarrayNoIf present, filter delivery notes with code types included in the specified list.
FromDatedateNoIf present, filter delivery notes with date greater than or equal with the specified value.
ToDatedateNoIf present, filter delivery notes with date smaller than or equal with the specified value.
FromNumberintegerNoIf present, filter delivery notes with number greater than or equal with the specified value.
ToNumberintegerNoIf present, filter delivery notes with number smaller than or equal with the specified value.
NumberintegerNoIf present, filter delivery notes with number smaller than or equal with ToNumber value or greater than or equal to FromNumber value.
CodestringNoIf present, filter delivery notes with code equal or starts with the specified value.
IsExecutedbooleanNoIf present, filter delivery notes with executed flag equal with the specified value.
IsPartialExecutedbooleanNoIf present, filter delivery notes with partially executed flag equal with the specified value.
IsForcedExecutedbooleanNoIf present, filter delivery notes with forced executed flag equal with the specified value.
IsControlledbooleanNoIf present, filter delivery notes with controlled flag equal with the specified value.
AccountCodestringNoIf present, filter delivery notes with customer code equal or starts with the specified value.
AccountDetailCodestringNoIf present, filter delivery notes with customer detail account equal or starts with the specified value.
OurReferencestringNoIf present, filter delivery notes with our reference equal or starts with the specified value.
YourReferencestringNoIf present, filter delivery notes with your reference equal or starts with the specified value.
ItemsFilterPurchaseDeliveryNoteItemFilterNoIf present, filter delivery notes with delivery note item lines that meet the specified criteria.

PurchaseDeliveryNoteItemFilter properties

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