Bad request. This error typically occurs due to a problem with the format of request data, such as a non-parsing or invalid body of data, or an invalid set of query parameters or values. The response's details should clarify the problem.

{
  "code": "bad.request",
  "incidentId": "845e0896-5fad-4397-972d-64843e31dcb6",
  "title": "Bad Request",
  "type": "/ota-api/error-types/bad.request",
  "details": [
    {
      "field": "cpCode",
      "code": "unreadable.value",
      "message": "Validation failure",
      "data": {
        "value": "1234567890000000"
      }
    }
  ]
}