Skip to main content

ExportSalesOrders

Export Sales Orders.

Overview

Urlapi/public/FluentisErp/SD/SalesOrders/ExportSalesOrders
HTTP MethodPOST
Method TypeExport
Fluentis ObjectFluentis.FluentisErp.Core.SD.SalesOrders.FSSalesOrder

Request parameters

ParameterTypeIs RequiredDescription
SalesOrderTypeCodesarrayNoIf present filter orders with code types included in the specified list.
FromDatedateNoIf present filter orders with date greater than or equal with the specified value.
ToDatedateNoIf present filter orders with date smaller than or equal with the specified value.
FromNumberintegerNoIf present filter orders with number greater than or equal with the specified value.
ToNumberintegerNoIf present filter orders with number smaller than or equal with the specified value.
FromConfirmationDatedateNoIf present filter orders with order confirmation date greater than or equal with the specified value.
ToConfirmationDatedateNoIf present filter orders with order confirmation date smaller than or equal with the specified value.
IsExecutedbooleanNoIf present filter orders with executed flag equal with the specified value.
IsPartialExecutedbooleanNoIf present filter orders with partially executed flag equal with the specified value.
IsForcedExecutedbooleanNoIf present filter orders with forced executed flag equal with the specified value.
AccountCodestringNoIf present filter orders with customer code equal or starts with the specified value.
AccountDetailCodestringNoIf present filter orders with customer detail account equal or starts with the specified value.
VATRegistrationNumberstringNoIf present filter orders with customer VAT register number equal or starts with the specified value.
OurReferencestringNoIf present filter orders with our reference equal or starts with the specified value.
YourReferencestringNoIf present filter orders with your reference equal or starts with the specified value.
ItemsFilterSalesOrderItemsFilterNoIf present filter orders with order item lines that meet the specified criteria.

SalesOrderItemsFilter properties

PropertyTypeIs RequiredDescription
ItemClassCodestringNoIf present filter orders containing order item lines with item class code equal or starts with the specified value.
ItemCodestringNoIf present filter orders containing order item lines with item code equal or starts with the specified value.
ItemDescriptionstringNoIf present filter orders containing order item lines with description equal or starts with the specified value.
FromExpectedDeliveryDatedateNoIf present filter orders containing order item lines with ready goods date greater than or equal with the specified value.
ToExpectedDeliveryDatedateNoIf present filter orders containing order item lines with ready goods date smaller than or equal with the specified value.
FromArrivalDatedateNoIf present filter orders containing order item lines with delivery date greater than or equal with the specified value.
ToArrivalDatedateNoIf present filter orders containing order item lines with delivery date smaller than or equal with the specified value.
ProjectTitlestringNoIf present filter orders containing order item lines with project title equal or starts with the specified value.
ExportFilterstringNoGeneric string filter expression for filtering items.