Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
    "error": {
        "code": "INVALID_INPUT_DATA",
        "message": null,
        "details": [
            {
                "code": -12,
                "message": "Mismatched priority filing date: documentDate: expected documentDate=2021-09-06"
            }
        ]
    }
}

Wrong

...

das code:

In this case, the response will indicate that the das code is wrong and will provide as part of the response, the das code that was expected by the system:

...