Rule 3001 - Request Doesn't Match Schema

Rule Type Rejection

Description

Each request is checked to ensure required fields have been populated and values are within reasonable ranges (e.g. Grades). If the request is outside of what is expected this rejection will be returned with details on what part of the request is in question.

Message

When this validation rule is triggered, the following message is returned:

Invalid Request. The following errors were found in the request: {AdditionalDetails}

Where:

  • {AdditionalDetails} outlines the issues with the request.

Applies To

Change History

  • Release 1.x – Added/Updated