REST Console issues

Using the REST Console for the first time. I am able to use the GET Request, but unable to try POST request because it says “Request body is not valid”. PUT and DELETE also don’t work due to: “code”: 17000,
“message”: “JSON parse error: ‘Wrong JSON or ContentType.’.”
}

Please help.

Hi @Ron_Mansolo,

request body should be a valid JSON.
Please make sure you use double quotes both for keys and values (if value is a string).

Regards,
Stanislaw

1 Like