ExportItems
Export Items.
Overview
Url | api/public/FluentisErp/WM/Common/ExportItems |
HTTP Method | POST |
Method Type | Export |
Fluentis Object | Fluentis.FluentisErp.Core.WM.FSItem |
Request parameters
Parameter | Type | Is Required | Description |
---|---|---|---|
ItemClassCodes | array | No | If present filter items with item's item class codes included in the specified list. |
Code | String | No | If present filter items with code equal or starts with the specified value. |
Description | String | No | If present filter items with description equal or starts with the specified value. |
CharacteristicCode | string | No | If present filter items with characteristic code equal with the specified value. |
ProductCategoryCode | string | No | If present filter items with product category code equal with the specified value. |
ItemTypeDescription | string | No | If present filter items with item type description equal with the specified value. |
NomenclatureCodeCode | integer | No | If present filter items with nomenclature code equal with the specified value. |
IsInFaseOut | boolean | No | If present filter items with fase out flag equal with the specified value. |
IsArchived | boolean | No | If present filter items with archived flag equal with the specified value. |
IsPhantom | boolean | No | If present filter items with phantom flag equal with the specified value. |
IsManagedWithBatches | boolean | No | If present filter items with managed with batches flag equal with the specified value. |
IsManagedWithSerialNumber | boolean | No | If present filter items with managed with serial numbers flag equal with the specified value. |
ItemDefaultVendorsFilter | ItemDefaultVendorsFilter | No | If present filter items with default vendors that meet the specified criteria. |
ItemCustomersFilter | ItemCustomersFilter | No | If present filter items with customers that meet the specified criteria. |
ItemDefaultVendorsFilter properties
Property | Type | Is Required | Description |
---|---|---|---|
AccountCode | string | No | If present filter items containing default vendors with account code equal with the specified value. |
AccountDetailCode | string | No | If present filter items containing default vendors with account detail code equal with the specified value. |
AccountDescription | string | No | If present filter items containing default vendors with account description equal or starts with the specified value. |
IsDefault | string | No | If present filter items containing default vendors with default flag equalwith the specified value. |
Code | string | No | If present filter items containing default vendors with code equal or starts with the specified value. |
PreferentialVendorsDescription | string | No | If present filter items containing default vendors with preferential vendors description equal or starts with the specified value. |
ExportFilter | string | No | Generic string filter expression for filtering items. |
ItemCustomersFilter properties
Property | Type | Is Required | Description |
---|---|---|---|
AccountCode | string | No | If present filter items containing customers with account code equal with the specified value. |
AccountDetailCode | string | No | If present filter items containing customers with account detial code equal with the specified value. |
AccountDescription | string | No | If present filter items containing customers with account description equal or starts with the specified value. |
ItemCust | string | No | If present filter items containing customers with item cust equal or starts with the specified value. |
ItemDescription | string | No | If present filter items containing customers with item description equal or starts with the specified value. |
ExportFilter | string | No | Generic string filter expression for filtering items. |