inventorymaterialIdPut method

@param id

Implementation

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

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