WebApiModulesAgentScheduleBarCodeReservationDataRequest constructor
WebApiModulesAgentScheduleBarCodeReservationDataRequest({
- String? inventoryId,
- String? warehouseId,
- String? regionId,
- DateTime? start,
- DateTime? end,
- bool? includeHours,
- bool? yearView,
- String? sortReservationsBy,
- bool? excludeConsigned,
- bool? consignedOnly,
- String? departmentId,
- String? dealId,
- String? orderId,
- String? consignorId,
- List<
String> ? filterReservationsBy, - bool? includeUnreserved,
Implementation
WebApiModulesAgentScheduleBarCodeReservationDataRequest({
this.inventoryId,
this.warehouseId,
this.regionId,
this.start,
this.end,
this.includeHours,
this.yearView,
this.sortReservationsBy,
this.excludeConsigned,
this.consignedOnly,
this.departmentId,
this.dealId,
this.orderId,
this.consignorId,
this.filterReservationsBy,
this.includeUnreserved,
});