ExportBillOfMaterials
Export Bill Of Materials.
Overview
Url | api/public/FluentisErp/WM/Common/ExportBillOfMaterials |
HTTP Method | POST |
Method Type | Export |
Fluentis Object | Fluentis.FluentisErp.Core.WM.FSBillOfMaterial |
Request parameters
Parameter | Type | Is Required | Description |
---|---|---|---|
BomVersionCode | integer | No | If present filter bill of materials with bill of material version code equal with the specified value. |
ItemClassCodes | array | No | If present filter bill of materials with item item class codes included in the specified list. |
ItemCode | String | No | If present filter bill of materials with item code equal or starts with the specified value. |
ItemDescription | String | No | If present filter bill of materials with item description equal or starts with the specified value. |
ItemVariantCode | string | No | If present filter bill of materials with item variant code equal or starts with the specified value. |
ItemVariantDescription | string | No | If present filter bill of materials with item variant description equal or starts with the specified value. |
IsExported | boolean | No | If present filter bill of materials with exported flag equal with the specified value. |
BillOfMaterialComponentsFilter | BillOfMaterialComponentsFilter | No | If present filter bill of materials with components that meet the specified criteria. |
BillOfMaterialComponentsFilter properties
Property | Type | Is Required | Description |
---|---|---|---|
ItemClassCode | string | No | If present filter bill of materials containing components with item class code equal with the specified value. |
ItemCode | string | No | If present filter bill of materials containing components with item code equal or starts with the specified value. |
ItemDescription | string | No | If present filter bill of materials containing components with item description equal or starts with the specified value. |
ItemVariantCode | string | No | If present filter bill of materials containing components with item variant code equal or starts with the specified value. |
ItemVariantDescription | string | No | If present filter bill of materials containing components with item variant description equal or starts with the specified value. |
ValidityDate | date | No | If 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. |
ExportFilter | string | No | Generic string filter expression for filtering items. |