Accounting Apex API Developer Reference

c2g.CODAAPIIntercompanyTransfer_4_0

global with sharing class CODAAPIIntercompanyTransfer_4_0

This service class provides intercompany transfer record 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()

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.

GetIntercompanyTransfer

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

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.

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.
© Copyright 2009–2019 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.