inventorysubstituteIdPut method
Future<Response<WebApiModulesHomeControlsInventorySubstituteInventorySubstitute> >
inventorysubstituteIdPut({
- required String? id,
- required WebApiModulesHomeControlsInventorySubstituteInventorySubstitute? body,
@param id
Implementation
Future<
chopper.Response<
WebApiModulesHomeControlsInventorySubstituteInventorySubstitute>>
inventorysubstituteIdPut({
required String? id,
required WebApiModulesHomeControlsInventorySubstituteInventorySubstitute?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesHomeControlsInventorySubstituteInventorySubstitute,
() => WebApiModulesHomeControlsInventorySubstituteInventorySubstitute
.fromJsonFactory);
return _inventorysubstituteIdPut(id: id, body: body);
}