Accounting API Developer's Reference
|
c2g.CODAAPICashEntry_7_0global with sharing class CODAAPICashEntry_7_0 This service class provides cash entry functionality. Properties
Methods
CreateCashEntrywebservice static c2g.CODAAPICommon.Reference CreateCashEntry(c2g.CODAAPICommon_7_0.Context context, c2g.CODAAPICashEntryTypes_7_0.CashEntry value) This service allows you to create a cash entry. See "Cash Entry Fields" and "What is a Cash Entry" in the FinancialForce Help for more details. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. UpdateCashEntrywebservice static c2g.CODAAPICommon.Reference UpdateCashEntry(c2g.CODAAPICommon_7_0.Context context, c2g.CODAAPICashEntryTypes_7_0.CashEntry value) This service allows you to post a cash entry. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. PostCashEntrywebservice static void PostCashEntry(c2g.CODAAPICommon_7_0.Context context, c2g.CODAAPICommon.Reference value) This service allows you to update a cash entry. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. GetCashEntrywebservice static c2g.CODAAPICashEntryTypes_7_0.CashEntry GetCashEntry(c2g.CODAAPICommon_7_0.Context context, c2g.CODAAPICommon.Reference value) This service allows you to retrieve a cash entry. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. BulkCreateCashEntrywebservice static c2g.CODAAPICommon.Reference[] BulkCreateCashEntry(c2g.CODAAPICommon_7_0.Context context, c2g.CODAAPICashEntryTypes_7_0.CashEntry[] values) This service allows you to create cash entries in bulk. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. BulkUpdateCashEntrywebservice static c2g.CODAAPICommon.Reference[] BulkUpdateCashEntry(c2g.CODAAPICommon_7_0.Context context, c2g.CODAAPICashEntryTypes_7_0.CashEntry[] values) This service allows you to update cash entries in bulk. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. BulkPostCashEntrywebservice static void BulkPostCashEntry(c2g.CODAAPICommon_7_0.Context context, c2g.CODAAPICommon.Reference[] values) This service allows you to post cash entries in bulk. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. |