- Type
-
urn:problem-type:belgif:input-validation:unknownInput
- Title
-
Unknown input
- Description
-
Request contains an unknown input field, i.e. unknown body (JSON) properties in the payload or unknown query request parameters.
- Example [1]
{
"type": "urn:problem-type:belgif:input-validation:unknownInput",
"href": "https://www.belgif.be/specification/rest/api-guide/issues/unknownInput.html",
"title": "Unknown input",
"detail": "Input entrepriseNumber is unknown",
"in": "query",
"name": "entrepriseNumber", (1)
"value": "0000000196"
}
-
For example, the client misspelled to body property "enterpriseNumber"