containerwarehouseIdPut method

@param id

Implementation

Future<
        chopper.Response<
            WebApiModulesHomeControlsContainerWarehouseContainerWarehouse>>
    containerwarehouseIdPut({
  required String? id,
  required WebApiModulesHomeControlsContainerWarehouseContainerWarehouse?
      body,
}) {
  generatedMapping.putIfAbsent(
      WebApiModulesHomeControlsContainerWarehouseContainerWarehouse,
      () => WebApiModulesHomeControlsContainerWarehouseContainerWarehouse
          .fromJsonFactory);

  return _containerwarehouseIdPut(id: id, body: body);
}