Skip to main content

ExportBillOfMaterials

Export Bill Of Materials.

Overview

Urlapi/public/FluentisErp/WM/Common/ExportBillOfMaterials
HTTP MethodPOST
Method TypeExport
Fluentis ObjectFluentis.FluentisErp.Core.WM.FSBillOfMaterial

Request parameters

ParameterTypeIs RequiredDescription
BomVersionCodeintegerNoIf present filter bill of materials with bill of material version code equal with the specified value.
ItemClassCodesarrayNoIf present filter bill of materials with item item class codes included in the specified list.
ItemCodeStringNoIf present filter bill of materials with item code equal or starts with the specified value.
ItemDescriptionStringNoIf present filter bill of materials with item description equal or starts with the specified value.
ItemVariantCodestringNoIf present filter bill of materials with item variant code equal or starts with the specified value.
ItemVariantDescriptionstringNoIf present filter bill of materials with item variant description equal or starts with the specified value.
IsExportedbooleanNoIf present filter bill of materials with exported flag equal with the specified value.
BillOfMaterialComponentsFilterBillOfMaterialComponentsFilterNoIf present filter bill of materials with components that meet the specified criteria.

BillOfMaterialComponentsFilter properties

PropertyTypeIs RequiredDescription
ItemClassCodestringNoIf present filter bill of materials containing components with item class code equal with the specified value.
ItemCodestringNoIf present filter bill of materials containing components with item code equal or starts with the specified value.
ItemDescriptionstringNoIf present filter bill of materials containing components with item description equal or starts with the specified value.
ItemVariantCodestringNoIf present filter bill of materials containing components with item variant code equal or starts with the specified value.
ItemVariantDescriptionstringNoIf present filter bill of materials containing components with item variant description equal or starts with the specified value.
ValidityDatedateNoIf present filter bill of materials containing components with validity start date less than or equal with the specified value and validity end date greather than or equal with the specified value.
ExportFilterstringNoGeneric string filter expression for filtering items.