ExportItemPrototypes
Export Item Prototypes.
Overview
| Url | api/public/FluentisErp/WM/Common/ExportItemPrototypes |
| HTTP Method | POST |
| Method Type | Export |
| Fluentis Object | Fluentis.FluentisErp.Core.WM.FSItemPrototype |
Request parameters
| Parameter | Type | Is Required | Description |
|---|---|---|---|
| ItemClassCodes | array | No | If present, filters items prototype with item class codes included in the specified list. |
| ItemCode | string | No | If present, filters items prototype with a code equal to or starting with the specified value. |
| ItemDescription | string | No | If present, filters items prototype with a description equal to or starting with the specified value. |
| ItemVariantCode | string | No | If present, filters items prototype with a variant code equal to or starting with the specified value. |
| ItemVariantDescription | string | No | If present, filters items prototype with a variant description equal to or starting with the specified value. |
| BomVersionCode | integer | No | If present, filters items prototype with a Bill of Materials version code equal to the specified value. |
| Number | integer | No | If present, filters items prototype with a number equal to the specified value. |
| Year | integer | No | If present, filters items prototype with a year equal to the specified value. |
| Date | DateTime | No | If present, filters items prototype with a date equal to the specified value. |
| ItemPrototypeTypeCode | string | No | If present, filters items prototype with a type code equal to or starting with the specified value. |
| ItemPrototypeTypeDescription | string | No | If present, filters items prototype with a type description equal to or starting with the specified value. |
| UncodedItemDescription | string | No | If present, filters items prototype with an uncoded item description equal to or starting with the specified value. |
| UncodedItemVariantDescription | string | No | If present, filters items prototype with an uncoded item variant description equal to or starting with the specified value. |
| IsExported | boolean | No | If present, filters items prototype that have been exported. |
| IsPhantom | boolean | No | If present, filters items prototype that are phantom components based on the specified value. |
| ItemPrototypeComponentsFilter | ItemPrototypeComponentsFilter | No | If present, filters items prototype with components that meet the specified criteria. |
| ItemPrototypeClientsFilter | ItemPrototypeClientsFilter | No | If present, filters items prototype with clients that meet the specified criteria. |
ItemPrototypeComponentsFilter properties
| Property | Type | Is Required | Description |
|---|---|---|---|
| ItemClassCode | string | No | If present, filters prototype components with an item class code equal to the specified value. |
| ItemCode | string | No | If present, filters prototype components with a code equal to or starting with the specified value. |
| ItemDescription | string | No | If present, filters prototype components with a description equal to or starting with the specified value. |
| ItemVariantCode | string | No | If present, filters prototype components with a variant code equal to or starting with the specified value. |
| ItemVariantDescription | string | No | If present, filters prototype components with a variant description equal to or starting with the specified value. |
| UncodedItemDescription | string | No | If present, filters prototype components with an uncoded item description equal to or starting with the specified value. |
| UncodedItemVariantDescription | string | No | If present, filters prototype components with an uncoded item variant description equal to or starting with the specified value. |
| ValidityDate | date | No | If present, filters prototype components that are valid on the specified date (i.e., components whose validity period includes the specified date). |
| ExportFilters | string | No | Generic string filter expression for filtering prototype components. |
ItemPrototypeClientsFilter properties
| Property Name | Type | Required | Description |
|---|---|---|---|
| ExportFilters | string | No | If present, applies export-specific filters to the item prototype clients. |
| AccountCode | string | No | If present, filters item prototype clients with an account code equal to or starting with the specified value. |
| AccountDetailCode | string | No | If present, filters item prototype clients with an account detail code equal to or starting with the specified value. |
| AccountDescription | string | No | If present, filters item prototype clients with an account description equal to or starting with the specified value. |
| ContactCode | string | No | If present, filters item prototype clients with a contact code equal to or starting with the specified value. |
| ContactDescription | string | No | If present, filters item prototype clients with a contact description equal to or starting with the specified value. |
| ReferenceDescription | string | No | If present, filters item prototype clients with a reference description equal to or starting with the specified value. |
| SalesOfferItemSalesOfferSalesOfferTypeCode | string | No | If present, filters item prototype clients with a sales offer type code equal to or starting with the specified value. |
| SalesOfferItemSalesOfferSalesOfferTypeDescription | string | No | If present, filters item prototype clients with a sales offer type description equal to or starting with the specified value. |
| SalesOfferItemSalesOfferNumber | integer | No | If present, filters item prototype clients with a sales offer number equal to the specified value. |
| SalesOfferItemSalesOfferYear | integer | No | If present, filters item prototype clients with a sales offer year equal to the specified value. |