| Resource/Entity | Error Message | Issue |
|---|---|---|
| Staff | 400 BAD_REQUEST {message: “Validation of 'Staff' failed. Validation of 'StaffAddresses' failed. StaffAddress[0]: StreetNumberName property is part of the primary key and therefore its value cannot contain leading or trailing whitespace.”} | Review Staff address for leading or trailing blank space. |
| StaffEducationOrganizationEmploymentAssociation | 400 BAD_REQUEST {message: “Validation of 'StaffEducationOrganizationEmploymentAssociation' failed. Staff reference could not be resolved.”} | Verify if Staff member is loaded to the ODS. |
| StaffEducationOrganizationEmploymentAssociation | 400 BAD_REQUEST {message: “Validation of 'StaffEducationOrganizationEmploymentAssociation' failed. Validation of 'Extensions' failed. StaffEducationOrganizationEmploymentAssociationExtension (TX): The field NumberDaysEmployed must be between 1 and 3.”} | Value must be greater than 0. |