glaccountPost method
Future<Response<WebApiModulesSettingsAccountingSettingsGlAccountGlAccount> >
glaccountPost({
- required WebApiModulesSettingsAccountingSettingsGlAccountGlAccount? body,
Implementation
Future<
chopper.Response<WebApiModulesSettingsAccountingSettingsGlAccountGlAccount>
>
glaccountPost({
required WebApiModulesSettingsAccountingSettingsGlAccountGlAccount? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsAccountingSettingsGlAccountGlAccount,
() => WebApiModulesSettingsAccountingSettingsGlAccountGlAccount
.fromJsonFactory,
);
return _glaccountPost(body: body);
}