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
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.