| ObjAcct.Framework.WebServices Namespace > CustomerInvoiceWebService Class : CreateCreditMemoFromInvoice Method |
Create a Credit Memo from a Customer Invoice.
[Visual Basic]
Public Function CreateCreditMemoFromInvoice( _
ByVal DocumentRowID As String, _
ByVal DocumentID As String, _
ByVal DocumentDate As Date, _
ByVal EffectiveDate As Date, _
ByVal PrintDocument As String, _
ByVal BatchNbr As String _
) As DataSet[C#]
public DataSet CreateCreditMemoFromInvoice(
string DocumentRowID,
string DocumentID,
DateTime DocumentDate,
DateTime EffectiveDate,
string PrintDocument,
string BatchNbr
);Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
CustomerInvoiceWebService Class | CustomerInvoiceWebService Members
Copyright 2007 © ObjAcct, Inc. All Rights Reserved.