Versions Compared

Key

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

The StaffEducationOrganizationEmploymentAssociation entity primarily represents the financial relationship between an individual (such as an employee, contractor, volunteer, or other service provider) and the educational organization responsible for paying them.

...

Expand
titleClick here to view all the use cases pertaining to the /staffEducationOrganizationEmploymentAssociation endpoint:

#

Use Case Title

Use Case Description

What to Submit/retrieve

1.0

Sending the staff’s primary Local Person ID

  • The Local Person ID should be a required field in SIS (Error 7145 will dispay in WISEdata when missing)

  • The Local Person ID must be different than the Staff WISEid.

  • The Local Person ID must be the same in three places:

1- on /staffEducationOrganizationEmploymentAssociation.
2- WISEid Person Upload/Download CSV file process
3- on /Identities for the Staff Identity Integration (if implemented by SIS)

POST on /staffEducationOrganizationEmploymentAssociation

2.0

Sending the staff’s secondary Local Person ID

  • The Local Person ID should be a required field in SIS (Error 7145 will dispay in WISEdata when missing)

  • The Local Person ID must be different than the Staff WISEid.

  • The Local Person ID must be the same in three places:

1- on /staffEducationOrganizationEmploymentAssociation.
2- WISEid Person Upload/Download CSV file process
3- on /Identities for the Staff Identity Integration (if implemented by SIS)

POST on /staffEducationOrganizationEmploymentAssociation

3.0

Sending staff’s employment association when /staff record is NOT available.

Assuming that /staff record is NOT available, and the vendor created a staffEducationOrganizationEmploymentAssociation record to post staffSectionAssociation

POST /staffEducationOrganizationEmploymentAssociation

THEN

POST on /staffSectionAssociation
{ "sectionReference": { "schoolId": 7525, "localCourseCode": "LCC-121941", "schoolYear": 2021, "sectionIdentifier": "Section-121941", "sessionName": "Sessions-121941" }, "staffReference": { "staffUniqueId": "1001001001" }, "classroomPositionDescriptor": "uri://dpi.wi.gov/ClassroomPositionDescriptor#03187", "beginDate": "2020-07-01", "endDate": "2021-06-05" }

...

Expand
titleJSON sample for /staffEducationOrganizationEmploymentAssociation:
Code Block
languagejson
{
  	"educationOrganizationReference": {
      "educationOrganizationId": 39604,
  	},
   "staffReference": {
      "staffUniqueId": "6238514877",
   },
    "employmentStatusDescriptor": "uri://ed-fi.org/EmploymentStatusDescriptor#Tenured or permanent",
    "hireDate": "2023-06-09",
    "_ext": {
      "wi": {
        "localPersonIdentificationCode": "WDPID - 40218"
      }
    },
  }