Accounting Apex API Developer Reference

c2g.CODAAPICashMatching_8_0

global with sharing class CODAAPICashMatching_8_0

This service class provides cash matching 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

webservice static string GetAPIVersion()

Used to get the latest API version.

GetServiceName

webservice static string GetServiceName()

Used to get the name of the service.

Match

webservice static c2g.CODAAPICommon.Reference Match(c2g.CODAAPICommon_8_0.Context context, c2g.CODAAPICashMatchingTypes_8_0.Configuration configuration, c2g.CODAAPICashMatchingTypes_8_0.Item[] items, c2g.CODAAPICashMatchingTypes_8_0.Analysis analysis)

This service allows you to match outstanding transactions for a selected account. See "About Cash Matching" in the FinancialForce Help for more details.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_8_0.Context Identifies the FinancialForce company in which the current operation executes.
configuration c2g.CODAAPICashMatchingTypes_8_0.Configuration Holds configuration information for the cash matching process.
items c2g.CODAAPICashMatchingTypes_8_0.Item[] Holds cash matching values for transaction line items.
analysis c2g.CODAAPICashMatchingTypes_8_0.Analysis Holds cash matching analysis information.

Return Value

This web service returns a CODAAPICommon.Reference object.

Unmatch

webservice static c2g.CODAAPICommon.Reference Unmatch(c2g.CODAAPICommon_8_0.Context context, c2g.CODAAPICashMatchingTypes_8_0.Configuration configuration, c2g.CODAAPICommon.Reference matchingReference, c2g.CODAAPICashMatchingTypes_8_0.enumUndoReason undoReason)

This service allows you to undo a previous match. See "About Cash Matching" in the FinancialForce Help for more details.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_8_0.Context Identifies the FinancialForce company in which the current operation executes.
configuration c2g.CODAAPICashMatchingTypes_8_0.Configuration Holds configuration information for the cash matching process.
matchingReference c2g.CODAAPICommon.Reference Identifies the match that will be undone.
undoReason c2g.CODAAPICashMatchingTypes_8_0.enumUndoReason The reason for undoing the match.

Return Value

This web service returns a CODAAPICommon.Reference object.

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