WebApiModulesUtilitiesMigrateCompleteMigrateSessionRequest constructor
WebApiModulesUtilitiesMigrateCompleteMigrateSessionRequest({
- String? sessionId,
- bool? migrateToNewOrder,
- String? newOrderOfficeLocationId,
- String? newOrderWarehouseId,
- String? newOrderDealId,
- String? newOrderDepartmentId,
- String? newOrderOrderTypeId,
- String? newOrderDescription,
- String? newOrderRateType,
- String? newOrderFromDate,
- String? newOrderFromTime,
- String? newOrderToDate,
- String? newOrderToTime,
- String? newOrderBillingStopDate,
- bool? newOrderPendingPO,
- bool? newOrderFlatPO,
- String? newOrderPurchaseOrderNumber,
- double? newOrderPurchaseOrderAmount,
- bool? migrateToExistingOrder,
- String? existingOrderId,
- String? inventoryFulfillIncrement,
- bool? fulfillStrictPricingMatch,
- bool? copyLineItemNotes,
- bool? copyOrderNotes,
- bool? copyRentalRates,
- bool? updateBillingStopDate,
- DateTime? billingStopDate,
- String? officeLocationId,
- String? warehouseId,
- String? responsiblePersonId,
- bool? checkItemsOut,
Implementation
WebApiModulesUtilitiesMigrateCompleteMigrateSessionRequest({
this.sessionId,
this.migrateToNewOrder,
this.newOrderOfficeLocationId,
this.newOrderWarehouseId,
this.newOrderDealId,
this.newOrderDepartmentId,
this.newOrderOrderTypeId,
this.newOrderDescription,
this.newOrderRateType,
this.newOrderFromDate,
this.newOrderFromTime,
this.newOrderToDate,
this.newOrderToTime,
this.newOrderBillingStopDate,
this.newOrderPendingPO,
this.newOrderFlatPO,
this.newOrderPurchaseOrderNumber,
this.newOrderPurchaseOrderAmount,
this.migrateToExistingOrder,
this.existingOrderId,
this.inventoryFulfillIncrement,
this.fulfillStrictPricingMatch,
this.copyLineItemNotes,
this.copyOrderNotes,
this.copyRentalRates,
this.updateBillingStopDate,
this.billingStopDate,
this.officeLocationId,
this.warehouseId,
this.responsiblePersonId,
this.checkItemsOut,
});