Accounting API Developer's Reference
|
c2g.CODAAPIIntercompanyTransfer_4_0global with sharing class CODAAPIIntercompanyTransfer_4_0 This service class provides intercompany transfer record functionality. 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. GetIntercompanyTransferwebservice 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. DeleteIntercompanyTransferwebservice 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
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
|