| Resource/Entity | Error Message | Issue |
|---|---|---|
| Parent | 400 BAD_REQUEST {message: “Validation of 'Parent' failed.\n\tValidation of 'ParentAddresses' failed.\n\t\tParentAddress[0]: AddressTypeDescriptorId is required.\n\t\tParentAddress[0]: PostalCode is required.\n\t\tParentAddress[0]: StreetNumberName is required}. | Street name, street number, and the parent's postal code are required fields that are missing. |
| Parent | 400 BAD_REQUEST {message: “Validation of 'Parent' failed.\n\tValidation of 'ParentAddresses' failed.\n\t\tParentAddress[0]: AddressTypeDescriptorId is required.\n”}. | Parent Street name information is missing. |
| Parent | 403 FORBIDDEN {message: “Authorization denied. No relationships have been established between the caller's education organization id claim (194902) and the resource item's 'ParentUniqueId' value.”} | Check the ODS to see if the Parent is loaded. |
| Parent | 400 BAD_REQUEST {message: “Validation of 'Parent' failed. FirstName is required.”} | Parent's first name is missing. |
| Student | 400 BAD_REQUEST {message: “Unable to resolve value “uri:/tea.texas.gov/AsOfStatusLastDayEnrollmentDescriptor#B” to an existing “AsOfStatusLastDayEnrollmentDescriptor” resource.”} | AsOfStatus must be 'H' or “I'. |
| Student | 400 BAD_REQUEST {message: “Validation of 'Student' failed. Unable to resolve value 'uri:/tea.texas.gov/CrisisEventDescriptor#10' to an existing 'CrisisEventDescriptor' resource.”} | Value must be valid in C178- CrisisEvent. |
| Student | 403 FORBIDDEN {message: “Authorization denied. No relationships have been established between the caller's education organization id claim (194902) and the resource item's 'StudentUniqueId' value.”} | —- |
| StudentParentAssociation | 409 CONFLICT {message: “Access to the resource item could not be authorized because the 'Student' was not found.”} | Student was not loaded to ODS. |
| StudentParentAssociation | 400 BAD_REQUEST {message: “Validation of 'StudentParentAssociation' failed. Parent reference could not be resolved.”} | Parent was not loaded to ODS. |
| StudentParentAssociation | 403 FORBIDDEN {message: “Authorization denied. No relationships have been established between the caller's education organization id claim (194902) and one or more of the following properties of the resource item: 'ParentUniqueId', 'StudentUniqueId'”} | Parent/student are not associated together. |
| StudentParentAssociation | 403 FORBIDDEN {message: “Authorization denied. No relationships have been established between the caller's education organization id claim (194902) and the resource item's 'StudentUniqueId' value.”} | Student or parent was not loaded to ODS. |