repairpartIdPut method

Future<Response<WebApiModulesInventoryRepairPartRepairPart>> repairpartIdPut({
  1. required String? id,
  2. required WebApiModulesInventoryRepairPartRepairPart? body,
})

@param id

Implementation

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

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