profitcenterIdPut method

@param id

Implementation

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

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