Warning |
---|
Draft - In progress |
Message Specs
*** VALUES FOR "r
ole"
***
staff.noDetails
studentEmployee.studentHire
*** SUBAFFILIATION MESSAGES ***
All attributes should be non-empty except for the "endDate" which should be filled when a "deleteSubAffiliation" message is sent.
Employee (Staff & Student)
...
Code Block |
---|
ROUTING KEY: { "addSubAffiliation" : { "messageData" : { "uhUuid" : "12345678", "uids" : [ "johndoe" ], "orgHierarchy" : [ { "code" : "TI", "description" : "Technical Infrastructure" }, { "code" : "TI-SYS", "description" : "TI - Systems Services" }, { "code" : "TI-SYS-MID", "description" : "TI-SYS-MID" } ], "top" : "TI", "team" : "TI-SYS-MID", "role" : "staff.noDetails", "beginDate" : "2015-12-25", "endDate" : "", "officeLocation" : "ITC-Floor 6 / 602", "phoneAsEntered" : "(808) 555-9128", "faxesAsEntered" : "(808) 555-9130" } } } |
...