Accounting API Developer's Reference
|
c2g.CODAAPIGeneralLedgerAccount_4_0global with sharing class CODAAPIGeneralLedgerAccount_4_0 This service class provides general ledger account functionality. Properties
Methods
CreateGeneralLedgerAccountwebservice static c2g.CODAAPICommon.Reference CreateGeneralLedgerAccount(c2g.CODAAPICommon_3_0.Context context, c2g.CODAAPIGeneralLedgerAccountTypes_4_0.GeneralLedgerAccount value) This service allows you to create a general ledger account. See "General Ledger Account Fields" and "What is a General Ledger Account?" in the FinancialForce Help for more details. GLA data can also be loaded using the Salesforce API. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. UpsertGeneralLedgerAccountwebservice static c2g.CODAAPICommon.Reference[] UpsertGeneralLedgerAccount(c2g.CODAAPICommon_3_0.Context context, c2g.CODAAPIGeneralLedgerAccountTypes_4_0.GeneralLedgerAccount[] values) This service allows you to update existing general ledger accounts, or create new general ledger accounts if they do not already exist. GLA data can also be loaded using the Salesforce API. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. |