The following table lists common errors and suggestions for fixing them.
Example | Reason | Solution |
---|---|---|
| HTTP Status code 400. Invalid data. One or more values does not match the
expected value. This could be wrong data type, violating field length validation
rules, or missing a required field. | Fix the incorrect value or values. |
| HTTP code 422. Unprocessable entity. One or more values fails business rule validation. For example, if a child entity
does not contain a parent OrganizationId or the organization already exists. | Review the details object, which contains the specific value
that triggered the error. |