A request body error means the body of your request was empty or could not be parsed as valid JSON.
Every error in this family includes a stable code (for example VALD-1024). Find that code in the table at the bottom of this article to see exactly which rule was triggered.
Common causes
The request body was empty.
The body was not valid JSON.
The content type did not match the body.
How to fix it
Match the code in your response to the table below.
Include a non-empty request body.
Validate that the body is well-formed JSON.
Re-send the request.
Codes in this family
Code | What it means |
| Error due to validation the model state. (Default Microsoft error message on invalid model state). |
