containerwarehouseIdPut method

@param id

Implementation

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

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