Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
title
Info
Warning

Draft

This is a draft!

- In progress

Students

Useful for creating groups of students by major.

...

Code Block
{
    "messageType":"refreshInstructorAssignment",
    "transmissionDate":"2015-10-30 14:29:16",
    "bannerEventNumber":36524674,
    "messageBody":{
        "org":"HAW",
        "term":"201610",
        "crn":"15720",
        "instructorList":[
            {
                "pidm":123456,
                "uhUuid":"10101010",
                "lastName":"Fiction",
                "firstName":"Pulp",
                "middleName":"P",
                "primary":"Y"
            },
            {
                "pidm":17890123155552,
                "uhUuid":"10202020",
                "lastName":"Minde",
                "firstName":"Neva",
                "middleName":"U",
                "primary":"N"
            }
        ]
    }
}

...