My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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 :)