repairpartIdPut method
Future<Response<WebApiModulesInventoryRepairPartRepairPart> >
repairpartIdPut({
- required String? id,
- 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);
}