Accounting API Developer's Reference
|
c2g.CODAAPIPurchaseCreditNote_7_0global with sharing class CODAAPIPurchaseCreditNote_7_0 The service class relating to Purchase Credit Notes. Properties
Methods
GetAPIVersionwebservice static string GetAPIVersion() Used to get the latest API version. Return ValueText GetServiceNamewebservice static String GetServiceName() Used to get the name of the service. Return ValueText CreatePurchaseCreditNotewebservice static c2g.CODAAPICommon.Reference CreatePurchaseCreditNote(c2g.CODAAPICommon_7_0.Context context, c2g.CODAAPIPurchaseCreditNoteTypes_7_0.PurchaseCreditNote value) This service allows you to create a purchase credit note (also known as payable credit note). See "Payable Credit Note Fields" and "What is a Payable Credit Note" in the FinancialForce Help for more details. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. UpdatePurchaseCreditNotewebservice static c2g.CODAAPICommon.Reference UpdatePurchaseCreditNote(c2g.CODAAPICommon_7_0.Context context, c2g.CODAAPIPurchaseCreditNoteTypes_7_0.PurchaseCreditNote value) This service allows you to update a purchase credit note. Input Parameters
Return ValueThis web service returns a CODAAPICommon.Reference object. PostPurchaseCreditNotewebservice static void PostPurchaseCreditNote(c2g.CODAAPICommon_7_0.Context context, c2g.CODAAPICommon.Reference value) This service allows you to post a purchase credit note. Input Parameters
Return ValueThis web service does not return a value. GetPurchaseCreditNotewebservice static c2g.CODAAPIPurchaseCreditNoteTypes_7_0.PurchaseCreditNote GetPurchaseCreditNote(c2g.CODAAPICommon_7_0.Context context, c2g.CODAAPICommon.Reference value) This service allows you to retrieve a purchase credit note. Input Parameters
Return ValueThis web service returns a c2g.CODAAPIPurchaseCreditNoteTypes_7_0.PurchaseCreditNote object. BulkCreatePurchaseCreditNotewebservice static c2g.CODAAPICommon.Reference[] BulkCreatePurchaseCreditNote(c2g.CODAAPICommon_7_0.Context context, c2g.CODAAPIPurchaseCreditNoteTypes_7_0.PurchaseCreditNote[] values) This service allows you to create purchase credit notes in bulk. Input Parameters
Return ValueThis web service returns an array of CODAAPICommon.Reference objects. BulkUpdatePurchaseCreditNotewebservice static c2g.CODAAPICommon.Reference[] BulkUpdatePurchaseCreditNote(c2g.CODAAPICommon_7_0.Context context, c2g.CODAAPIPurchaseCreditNoteTypes_7_0.PurchaseCreditNote[] values) This service allows you to update purchase credit notes in bulk. Input Parameters
Return ValueThis web service returns an array of CODAAPICommon.Reference objects. BulkPostPurchaseCreditNotewebservice static void BulkPostPurchaseCreditNote(c2g.CODAAPICommon_7_0.Context context, c2g.CODAAPICommon.Reference[] values) This service allows you to post purchase credit notes in bulk. Input Parameters
Return ValueThis web service does not return a value. |