Accounting

c2g.CODAAPIIntegrationRule_7_0

global with sharing class CODAAPIIntegrationRule_7_0

This service class provides integration rule 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.

CreateIntegrationRule

webservice static c2g.CODAAPICommon.Reference CreateIntegrationRule(c2g.CODAAPICommon_7_0.Context context, c2g.CODAAPIIntegrationRuleTypes_7_0.IntegrationRule value)

This service allows you to create an integration rule. See "Integration Rule Fields" and "What is an Integration Rule" in the FinancialForce Help for more details.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_7_0.Context Identifies the FinancialForce company in which the current operation executes.
value c2g.CODAAPIIntegrationRuleTypes_7_0.IntegrationRule Holds details of the integration rule you want to create.

Return Value

This web service returns a CODAAPICommon.Reference object.

UpdateIntegrationRule

webservice static c2g.CODAAPICommon.Reference UpdateIntegrationRule(c2g.CODAAPICommon_7_0.Context context, c2g.CODAAPIIntegrationRuleTypes_7_0.IntegrationRule value)

This service allows you to update an integration rule.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_7_0.Context Identifies the FinancialForce company in which the current operation executes.
value c2g.CODAAPIIntegrationRuleTypes_7_0.IntegrationRule Holds details of the integration rule you want to update.

Return Value

This web service returns a CODAAPICommon.Reference object.

GetIntegrationRule

webservice static c2g.CODAAPIIntegrationRuleTypes_7_0.IntegrationRule GetIntegrationRule(c2g.CODAAPICommon_7_0.Context context, c2g.CODAAPICommon.Reference value)

This service allows you to retrieve an integration rule.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_7_0.Context Identifies the FinancialForce company in which the current operation executes.
value c2g.CODAAPICommon.Reference Identifies the integration rule you want to retrieve.

Return Value

This web service returns a c2g.CODAAPIIntegrationRuleTypes_7_0.IntegrationRule object.

GetAllIntegrationRule

webservice static List<c2g.CODAAPIIntegrationRuleTypes_7_0.IntegrationRule> GetAllIntegrationRule(c2g.CODAAPICommon_7_0.Context context)

This service allows you to retrieve all integration rules in the specified FinancialForce company.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_7_0.Context Identifies the FinancialForce company in which the current operation executes.

Return Value

This web service returns a list of c2g.CODAAPIIntegrationRuleTypes_7_0.IntegrationRule objects.

GetIntegrationRulesByObject

webservice static c2g.CODAAPIIntegrationRuleTypes_7_0.IntegrationRule GetIntegrationRulesByObject(c2g.CODAAPICommon_7_0.Context context, c2g.CODAAPIIntegrationRuleTypes_7_0.enumObject objectType)

This service allows you to retrieve integration rules by object type.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_7_0.Context Identifies the FinancialForce company in which the current operation executes.
objectType c2g.CODAAPIIntegrationRuleTypes_7_0.enumObject The object type you are interested in.

Return Value

This web service returns a c2g.CODAAPIIntegrationRuleTypes_7_0.IntegrationRule object.

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