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