Versions Compared

Key

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

...

Code Block
languagexml
titleExample Response
<Roles>
<R<Roles>
   <Header>
        <Version>1.0</Version>
        <Count>1<<Count>134</Count>

   </Header>

   <Role>
        <Cd>SO100113<<Cd>CC0501</Cd>
      <Nm>FASPHY Physics <Nm>Department of Applied Physics<Research Unit</Nm>
        <Inactive>0</Inactive>
        <Type>SUPERVISORY<<Type>COST_CENTER</Type>
        <RoleID>business_partner<<RoleID>Cost_Center_Financial_Analyst</RoleID>
      <RoleNm>Cost Center <RoleNm>BusinessFinancial Partner<Analyst</RoleNm>
        <WorkerNm>Wojciechowski<WorkerNm>Fagan, MelissaPauline A</WorkerNm>
      <EmpID>4504</EmpID>
 <EmpID>81827</EmpID>     <NETID>pfagan</NETID>
      <NETID>mac247<<UPI>10075276</NETID>UPI>
        <UPI>12051628</UPI><Email>pauline.fagan@yale.edu</Email>
      <LoadDt>2017-05-18</LoadDt>
    </Role>
</Roles>

Example JSON:

Code Block
languagexml
titleExample Response
{
  "Roles": {
    "Header": {
      "Count": "1",
      "Version": "1.0"
    },
    "Role": {
            "RoleNm": "Business Partner",
            "Nm": "Department of Applied Physics",
            "NETID": "mac247",
            "Email": "melissa.wojciechowski@yale.edu",
            "EmpID": "81827",
            "Type": "SUPERVISORY",
            "Inactive": "0",
            "Cd": "SO100113",
            "LoadDt": "2017-05-18",
            "UPI": "12051628",
            "RoleID": "business_partner",
            "WorkerNm": "Wojciechowski, Melissa A"
    }
  }
}

...