Skip to main content

ExportProductionOrders

Export Production Orders.

Overview

Urlapi/public/FluentisErp/Mes/ProductionOrders/ExportProductionOrders
HTTP MethodPOST
Method TypeExport
Fluentis ObjectFluentis.FluentisErp.Core.Mes.ProductionOrders.FSProductionOrder

Request parameters

ParameterTypeIs RequiredDescription
DocumentTypeCodestringNoIf present filter production orders with document type code equal with the specified value.
YearintegerNoIf present filter production orders with year equal with the specified value.
NumberintegerNoIf present filter production orders with number equal with the specified value.
LotintegerNoIf present filter production orders with lot equal with the specified value.
ProductionJobOrderDocumentTypeCodestringNoIf present filter production orders with production job order's document type code equal with the specified value.
ProductionJobOrderYearintegerNoIf present filter production orders with production job order's year equal with the specified value.
ProductionJobOrderNumberintegerNoIf present filter production orders with production job order's number equal with the specified value.
ItemClassCodesarrayNoIf present filter production orders with item's item class codes included in the specified list.
ItemCodeStringNoIf present filter production orders with item code equal or starts with the specified value.
ItemDescriptionStringNoIf present filter production orders with item description equal or starts with the specified value.
ItemVariantCodestringNoIf present filter production orders with item variant code equal or starts with the specified value.
ItemVariantDescriptionstringNoIf present filter production orders with item variant description equal or starts with the specified value.
BomVersionCodeintegerNoIf present filter production orders with bill of material version code equal with the specified value.
CycleCodeintegerNoIf present filter production orders with cycle code equal with the specified value.
AccountCodestringNoIf present filter production orders with account code equal with the specified value.
AccountDetailCodestringNoIf present filter production orders with account detail code equal with the specified value.
AccountDescriptionstringNoIf present filter production orders with account description equal or starts with the specified value.
ProjectProjectTitlestringNoIf present filter production orders with project project title equal or starts with the specified value.
IsProductionJobOrderStateLaunchedbooleanNoIf present filter production orders with production job order state launched flag equal with the specified value.
IsProductionJobOrderStateExecutivebooleanNoIf present filter production orders with production job order state executive flag equal with the specified value.
IsProductionJobOrderStateClosedbooleanNoIf present filter production orders with production job order state closed flag equal with the specified value.
IsProductionJobOrderStateHistoricizedbooleanNoIf present filter production orders with production job order state historicized flag equal with the specified value.
FromStartDatedateNoIf present filter production orders with start date less or equal with the specified value.
ToStartDatedateNoIf present filter production orders with start date greater than or equal with the specified value.
FromEndDatedateNoIf present filter production orders with end date less or equal with the specified value.
ToEndDatedateNoIf present filter production orders with end date greater than or equal with the specified value.
ProductionOrderMaterialsFilterProductionOrderMaterialsFilterNoIf present filter production orders with order materials that meet the specified criteria.
ProductionOrderPhasesFilterProductionOrderPhasesFilterNoIf present filter production orders with order phases that meet the specified criteria.

ProductionOrderMaterialsFilter properties

PropertyTypeIs RequiredDescription
ItemClassCodestringNoIf present filter production orders containing materials with item class code equal with the specified value.
ItemCodestringNoIf present filter production orders containing materials with item code equal or starts with the specified value.
ItemDescriptionstringNoIf present filter production orders containing materials with item description equal or starts with the specified value.
ItemVariantCodestringNoIf present filter production orders containing materials with item variant code equal or starts with the specified value.
ItemVariantDescriptionstringNoIf present filter production orders containing materials with item variant description equal or starts with the specified value.
ExportFilterstringNoGeneric string filter expression for filtering items.

ProductionOrderPhasesFilter properties

PropertyTypeIs RequiredDescription
StandardPhaseCodestringNoIf present filter production orders containing phases with standard phase code equal with the specified value.
WorkCenterCodestringNoIf present filter production orders containing phases with work center code equal with the specified value.
MachineCodestringNoIf present filter production orders containing phases with machine code equal with the specified value.
LabourGroupCodestringNoIf present filter production orders containing phases with labour group code equal with the specified value.
IsExternalbooleanNoIf present filter production orders containing phases with external flag equal with the specified value.
IsProductivebooleanNoIf present filter production orders containing phases with productive flag equal with the specified value.
IsMovablebooleanNoIf present filter production orders containing phases with movable flag equal with the specified value.
ExportFilterstringNoGeneric string filter expression for filtering items.