Hello, can someone help me know why the first exam...
# suitescript
a
Hello, can someone help me know why the first example in this document does not work for me? https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/article_0224093711.html#subsect_35093945317
c
Please provide some helpful details, like what you mean by "does not work for me," any error messages you receive, etc
a
c
The structure of the object in your screenshot differs from the object structure in the page you linked. Aside from that, hopefully someone that has experience with REST Web Services could provide some insight
a
c
Did you make sure you have the relevant record in your environment referenced by
apply.items.doc.id
? It looks the same as the example. I don't use REST Web services, so this is unfamiliar to me; however, based on context, I wonder if that id is meant to be a customer invoice ID number that the payment is being applied to?
a
When I put my invoice id the result is the same error
c
And that
line
value is correct?
a
I need to associate the client's payment with the invoice, it can be through RestApi or Reslet
do you have any solution for this
??