glaccountPost method

Implementation

Future<
        chopper.Response<
            WebApiModulesSettingsAccountingSettingsGlAccountGlAccount>>
    glaccountPost(
        {required WebApiModulesSettingsAccountingSettingsGlAccountGlAccount?
            body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesSettingsAccountingSettingsGlAccountGlAccount,
      () => WebApiModulesSettingsAccountingSettingsGlAccountGlAccount
          .fromJsonFactory);

  return _glaccountPost(body: body);
}