Accounting Apex API Developer Reference

c2g.CODAAPIIntercompanyTransfer_4_0

global with sharing class CODAAPIIntercompanyTransfer_4_0

This service class provides intercompany transfer record functionality.

This class contains deprecated items.

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()

This service gets the API version of this service class.

Return Value

The API version of this service class.

GetServiceName

webService static string GetServiceName()

This service gets the service name of this service class.

Return Value

The service name of this service class.

BulkProcessIntercompanyTransfer

webService static void BulkProcessIntercompanyTransfer(c2g.CODAAPICommon_4_0.Context context, c2g.CODAAPICommon.Reference[] values)

This service allows you to process intercompany transfer records in bulk.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_4_0.Context Identifies the FinancialForce company in which the current operation executes.
values c2g.CODAAPICommon.Reference[] Identifies the intercompany transfer records you want to process.

Deprecated

The following items are deprecated and not supported for use. We recommend that you stop using these items to avoid exceptions.

Methods

GetIntercompanyTransfer

Deprecated: Deprecated: Use the Salesforce API for CRUD operations.

webService static c2g.CODAAPIIntercompanyTransferTypes_4_0.IntercompanyTransfer GetIntercompanyTransfer(c2g.CODAAPICommon_4_0.Context context, c2g.CODAAPICommon.Reference value)

This service allows you to retrieve an intercompany transfer record.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_4_0.Context Identifies the FinancialForce company in which the current operation executes.
value c2g.CODAAPICommon.Reference Identifies the intercompany transfer record that you want to retrieve.

Return Value

This web service returns a c2g.CODAAPIIntercompanyTransferTypes_4_0.IntercompanyTransfer object.

DeleteIntercompanyTransfer

Deprecated: Deprecated: Use the Salesforce API for CRUD operations.

webService static void DeleteIntercompanyTransfer(c2g.CODAAPICommon_4_0.Context context, c2g.CODAAPICommon.Reference value)

This service allows you to delete an intercompany transfer record.

Input Parameters

Name Type Description
context c2g.CODAAPICommon_4_0.Context Identifies the FinancialForce company in which the current operation executes.
value c2g.CODAAPICommon.Reference Identifies the intercompany transfer record that you want to delete.
© Copyright 2009–2022 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.