Skip to content

Instantly share code, notes, and snippets.

@mmahoney2U
Last active August 29, 2019 18:02
Show Gist options
  • Save mmahoney2U/bd256bc2275098af55ad00da2249547e to your computer and use it in GitHub Desktop.
Save mmahoney2U/bd256bc2275098af55ad00da2249547e to your computer and use it in GitHub Desktop.
Bus message format
{
"Events": [
{
"eventType": "CHANGE_PERSON",
"ProgramsOfStudy": [
"e8b1ca21-97c4-4147-86b1-16eabbd6db4a"
],
"UserId": {
"userIDSource": "AMT",
"userIdValue": "uuid",
"EducationalEnterpriseRole": {
"Person": {
"ContactInfo": {
"emailSchoolPrimary": "first_last@university.edu"
},
"PersonExternalId": {
"externalIdType": "UNIVERSITY_ID",
"externalIdValue": "XY1237"
}
}
}
}
},
{
"eventType": "CHANGE_APPLICATION",
"ProgramsOfStudy": [
"e8b1ca21-97c4-4147-86b1-16eabbd6db4a"
],
"Application": {
"applicationIdSource": "AMT",
"applicationIdValue": "xyz-123-abc",
"ApplicationExternalId": {
"applicationExternalIdType": "SLATE",
"applicationExternalIdValue": "xyz-122-abc"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment