My Stuff
Comments
-
Yeah, that makes sense - but I am asking about the API - how can we do that using the transform API?
-
No, see my latest comment above
-
So I figured I can use the transform endpoint to apply a payment by doing something like the following: curl --location --request POST 'https://<>.suitetalk.api.netsuite.com/services/rest/record/v1/invoice/2442/!transform/customerPayment' \ --header 'Authorization: Bearer <> \ --header 'Content-Type: application/json' \…
-
Thanks! It was indeed a permission problem!
-
This query also returning 0 results...
-
This query returns 0 results, I am running it using the query API: curl --location --request POST 'https://<>.suitetalk.api.netsuite.com/services/rest/query/v1/suiteql' \ --header 'Authorization: Bearer <>' \ --header 'Prefer: transient' \ --header 'Content-Type: application/json' \ --header 'Cookie:…
-
Thank you very much! This indeed worked :)