inventorywarehouseIdPut method

@param id

Implementation

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

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