RE: Script is not taking value

Hi ,

I have written a script of Restlet API and I am using the Postman for testing Restlet Script but when I am sending JSON from Postman then it is showing the error the Item is not accepted by the Restlet I am attaching the snapshot of error

Error in Restlet API

ashwinji Rookie Asked on July 17, 2023 in SuiteScript.
Add Comment
1 Answers

Looking at the URL you are calling a custom script.
It’s impossible to resolve your issue without knowing the code in the RESTlet script.

The error message does indicate though, as you say, that the id for an item is not as expected but there’s no way of knowing what the payload should look like, again, without seeing the code.

Beginner Answered on July 17, 2023.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.