ExportProductionCycles
Export Production Cycles.
Overview
Url | api/public/FluentisErp/MS/ProductionCycles/ExportProductionCycles |
HTTP Method | POST |
Method Type | Export |
Fluentis Object | Fluentis.FluentisErp.Core.MS.ProductionCycles.FSProductionCycle |
Request parameters
Parameter | Type | Is Required | Description |
---|---|---|---|
BomVersionCode | integer | No | If present filter production cycles with bill of material version code equal with the specified value. |
ItemClassCodes | array | No | If present filter production cycles with item item class codes included in the specified list. |
ItemCode | String | No | If present filter production cycles with item code equal or starts with the specified value. |
ItemDescription | String | No | If present filter production cycles with item description equal or starts with the specified value. |
ItemVariantCode | string | No | If present filter production cycles with item variant code equal or starts with the specified value. |
ItemVariantDescription | string | No | If present filter production cycles with item variant description equal or starts with the specified value. |
Code | string | No | If present filter production cycles with code equal with the specified value. |
Description | string | No | If present filter production cycles with description equal or starts with the specified value. |
IsActive | boolean | No | If present filter production cycles with active flag equal with the specified value. |
IsStandardType | boolean | No | If present filter production cycles with standard type flag equal with the specified value. |
IsAlternativeType | boolean | No | If present filter production cycles with alternative type flag equal with the specified value. |
ProductionCyclePhasesFilter | ProductionCyclePhasesFilter | No | If present filter production cycles with phases that meet the specified criteria. |
ProductionOrderPhasesFilter properties
Property | Type | Is Required | Description |
---|---|---|---|
StandardPhaseCode | string | No | If present filter production cycles containing phases with standard phase code equal with the specified value. |
WorkCenterCode | string | No | If present filter production cycles containing phases with work center code equal with the specified value. |
MachineCode | string | No | If present filter production cycles containing phases with machine code equal with the specified value. |
LabourGroupCode | string | No | If present filter production cycles containing phases with labour group code equal with the specified value. |
IsExternal | boolean | No | If present filter production cycles containing phases with external flag equal with the specified value. |
IsProductive | boolean | No | If present filter production cycles containing phases with productive flag equal with the specified value. |
IsMovable | boolean | No | If present filter production cycles containing phases with movable flag equal with the specified value. |
ValidityDate | date | No | If present filter production cycles containing phases with validity start date less than or equal with the specified value and validity end date greather than or equal with the specified value. |
ExportFilter | string | No | Generic string filter expression for filtering items. |