My Stuff
Please note that on Friday, September 19, 2025, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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 :)