c2g.CODAAPIBankStatement_6_0global with sharing class CODAAPIBankStatement_6_0 Deprecated: Deprecated: Use the Salesforce API for CRUD operations. this service class provides bank statement functionality. Properties
Methods
GetAPIVersionDeprecated: Deprecated: The class has been marked as deprecated so this method will not be available in the future. webService static string GetAPIVersion() Used to get the latest API version. GetServiceNameDeprecated: Deprecated: The class has been marked as deprecated so this method will not be available in the future. webService static string GetServiceName() Used to get the name of the service. CreateBankStatementDeprecated: Deprecated: Use the Salesforce API for CRUD operations. webService static c2g.CODAAPICommon.Reference CreateBankStatement(c2g.CODAAPICommon_6_0.Context context, c2g.CODAAPIBankStatementTypes_6_0.BankStatement value) This service allows you to create a bank statement. See "Importing Bank Statement Details" and "Bank Statement Fields" in the FinancialForce Help for more details. Use ImportBankStatements (Import Bank Statements) custom permission to grant permissions on this method. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. UpdateBankStatementDeprecated: Deprecated: Use the Salesforce API for CRUD operations. webService static c2g.CODAAPICommon.Reference UpdateBankStatement(c2g.CODAAPICommon_6_0.Context context, c2g.CODAAPIBankStatementTypes_6_0.BankStatement value) This service allows you to update a bank statement. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. GetBankStatementDeprecated: Deprecated: Use the Salesforce API for CRUD operations. webService static c2g.CODAAPIBankStatementTypes_6_0.BankStatement GetBankStatement(c2g.CODAAPICommon_6_0.Context context, c2g.CODAAPICommon.Reference value) This service allows you to retrieve a bank statement. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. |