inventorywarehouseIdPut method

@param id

Implementation

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

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