WebApiModulesUtilitiesInventoryMergeInventoryMerge constructor
WebApiModulesUtilitiesInventoryMergeInventoryMerge({
- int? inventoryMergeId,
- String? sessionId,
- String? fromInventoryId,
- String? fromICode,
- String? fromDescription,
- String? toInventoryId,
- String? toICode,
- String? toDescription,
- String? warehouseId,
- String? warehouse,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesUtilitiesInventoryMergeInventoryMerge({
this.inventoryMergeId,
this.sessionId,
this.fromInventoryId,
this.fromICode,
this.fromDescription,
this.toInventoryId,
this.toICode,
this.toDescription,
this.warehouseId,
this.warehouse,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});