Discussions
Doc in Customer payments
Hi Terry,
We are trying use customer payments API through webservices (v 2.5)
and we are getting error with doc.
CustomerPaymentApply custpaymentapp = new CustomerPaymentApply();
custpaymentapp.doc=1
if we assign like this we are getting error as
"You must specify a valid line ID. Please set doc:1." , even we tried with sales order no to doc. But still it is givning the same error.
Can you please tell me what exactly doc is and what value we need to assign for it ,unfortunately we couldn't findet any info on this in WebServicesRecordsGuide.
Thanks in advance,
7HUser