inventorycompatibleIdPut method

@param id

Implementation

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

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