Versions Compared

Key

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

...

Code Block
ROUTING KEY: person.retrofit

{
    "messageType":"retrofitPerson",
    "transmissionDate":"2016-05-09 13:58:00",
    "bannerEventNumber": ,
    "messageBody":{
        "uhUuid":"",
        "actions":[
            {
                "messageType":"refreshPerson",
                "messageBody":{
                    "fullName":"",
                    "firstName":"",
                    "preferredFirstName":"",
                    "lastName":"",
                    "middleName":"",
                    "nameSuffix":"",
                    "uhUuid":"",
                    "pidm":
                }
            }
        ]
    }
}

 


Students

Useful for creating groups of students by major.

...

If subjectCode, courseNumber and sectionNumber are missing, interpret this message as a course section deletion

Published by UHIMS to the Banner exchange

Affiliation

Code Block
ROUTING KEY: affiliation.add

{
  "messageType":"addAffiliation",
  "messageBody":
    {
      "uhUuid":"10202020",
      "role":"u",
      "org":"WIN"
    }
}

ROUTING KEY: affiliation.delete

{
  "messageType":"deleteAffiliation",
  "messageBody":
    {
      "uhUuid":"10202020",
      "role":"u",
      "org":"WIN"
    }
}

Home Campus

Code Block
ROUTING KEY: scopedHomeOrg.add

{
  "messageType":"addScopedHomeOrg",
  "messageBody":
    {
      "uhUuid":"10202020",
      "org":"WIN"
    }
}

ROUTING KEY: scopedHomeOrg.modify

{
  "messageType":"modifyScopedHomeOrg",
  "messageBody":
    {
      "uhUuid":"10202020",
      "org":"WIN"
    }
}

ROUTING KEY: scopedHomeOrg.delete

{
  "messageType":"deleteScopedHomeOrg",
  "messageBody":
    {
      "uhUuid":"10202020",
      "org":"WIN"
    }
}