400 Bad Request
Code | 400 |
---|---|
Description | Bad Request. |
Correlation ID | Unique identifier of the response. |
Type | Client. |
Message |
Query parameter '<parameter_name>' has an unexpected value. |
Generic Cause | The request wasn’t understood by the server because one or more fields in the request doesn’t meet the specification criteria. |
Quick Fix | The return message should give you an indication of what information was not understood from the query. Check query parameters you have entered. |
Error Example:
{
"error": {
"correlationId": "183bac28-bd75-477d-b44b-44dfa62fe8a3",
"type": "client",
"message": "Query parameter 'status' has an unexpected value."
}
}