c2g.CODAAPIIntercompanyTransfer_4_0global with sharing class CODAAPIIntercompanyTransfer_4_0 This service class provides intercompany transfer record functionality. This class contains deprecated items. Properties
Methods
GetAPIVersionwebService static string GetAPIVersion() This service gets the API version of this service class. Return ValueThe API version of this service class. GetServiceNamewebService static string GetServiceName() This service gets the service name of this service class. Return ValueThe service name of this service class. BulkProcessIntercompanyTransferwebService 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
DeprecatedThe following items are deprecated and not supported for use. We recommend that you stop using these items to avoid exceptions. Methods
GetIntercompanyTransferDeprecated: 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
Return ValueThis web service returns a c2g.CODAAPIIntercompanyTransferTypes_4_0.IntercompanyTransfer object. DeleteIntercompanyTransferDeprecated: 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
|