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
-
Hi Richard, I would argue the documentation was unclear. The problem was that I thought 'customrecord_api_rest' was a fixed literal in the url, it was not clear to me that I needed to substitute my custom record name in place of that literal. I have it working now, thanks for checking back with me! Neil
-
I've spotted my obvious mistake: I had $httpMethod = 'PUT'; and it should have been: $httpMethod = 'POST'; It's working now 😀