Accounting Apex API Developer Reference

c2g.CODAAPIBankStatement_6_0

global with sharing class CODAAPIBankStatement_6_0

Deprecated: Use the Salesforce API for CRUD operations.

This service class provides bank statement functionality.

Properties

Name Type Description
VERSION_STRING string The API version of this service class.
SERVICE_NAME string The service name of this service class.

Methods

GetAPIVersion

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.

GetServiceName

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.

CreateBankStatement

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.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_6_0.Context Identifies the FinancialForce company in which the current operation executes.
value c2g.CODAAPIBankStatementTypes_6_0.BankStatement Holds details of the bank statement you want to create.

Return Value

This web service returns a CODAAPICommon.Reference object.

UpdateBankStatement

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

Name Type Description
context c2g.CODAAPICommon_6_0.Context Identifies the FinancialForce company in which the current operation executes.
value c2g.CODAAPIBankStatementTypes_6_0.BankStatement Holds details of the bank statement you want to update.

Return Value

This web service returns a CODAAPICommon.Reference object.

GetBankStatement

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

Name Type Description
context c2g.CODAAPICommon_6_0.Context Identifies the FinancialForce company in which the current operation executes.
value c2g.CODAAPICommon.Reference Identifies the bank statement you want to retrieve.

Return Value

This web service returns a CODAAPICommon.Reference object.

© Copyright 2009–2021 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.