DuplicateItemsFromDepartment
Duplicate Items From Department.
Overview
Duplicates all the items from a company/department to another company/department. For each item the destination Item class is searched using the same Code as the original one and the destination Company.
Url | api/public/FluentisErp/WM/Common/DuplicateItemsFromDepartment |
HTTP Method | POST |
Method Type | Operation |
Fluentis Object | Fluentis.FluentisErp.Core.WM.FSItem |
Request parameters
Parameter | Type | Is Required | Default Value | Description |
---|---|---|---|---|
ToCompanyId | short | (Company)Id or Code | Identify destination company using Id. | |
ToCompanyCode | string | (Company)Id or Code | Identify destination company using Code. | |
ToDepartmentId | short | (Department)Id or Code | Identify destination department using Id. | |
ToDepartmentCode | string | (Department)Id or Code | Identify destination department using Code. |
Destination Company Identification
Is enough to specify ToCompanyId or ToCompanyCode parameter. If both are specified they need to correspond to the same company.
Destination Department Identification
Is enough to specify ToDepartmentId or ToDepartmentCode parameter. If both are specified they need to correspond to the same department.