Hello All,
I've been trying to execute the webservice method CreateSalesInvoice from the provided example in the help file. However I keep getting the following error:
'Procedure or function 'taSopSerial' expects parameter '@I_vLNITMSEQ', which was not supplied.'
The item I'm trying to invoice is a trackable item by serial number.
I'm also not able to specify the price using the following:
Dim UnitPrice As New MoneyAmount()
UnitPrice.Value = 20D
UnitPrice.Currency = "USD"
salesInvoiceLine.UnitPrice = UnitPrice
However I'm getting the default price of $15 instead.
Any help is appreciated.
*This post is locked for comments