SWAPI – EmployeeQuery Contact Fields

EmployeeQuery has been updated to include Job Title, Email, Pager Email, Phone, and Cell Phone for each employee.

EmployeeQuery

Request

<SessionRequest Version="string" SessionID="{7588E489-7E99-4F68-A3C8-F3E86BD92241}" RequestID="string">

  <EmployeeQuery Filter="string" Max="string" OrderBy="string" StyleNo="string" StyleOptions="string"/>

</SessionRequest>

Response

Added

·         JobTitle, Email, PagerEmail, Phone, CellPhone

 

<?xml version="1.0"?>

<EmployeeQueryData RequestID="string">

  <EmployeeQueryRecord>

    <EmployeeCode>string(6)</EmployeeCode>

    <FirstName>string(15)</FirstName>

    <LastName>string(25)</LastName>

    <MidInit>string(5)</MidInit>

    <IsSalesperson>boolean</IsSalesperson>

    <IsTechnician>boolean</IsTechnician>

    <IsSubcontracted>boolean</IsSubcontracted>

    <EmpType>string(15)</EmpType>

    <DefaultDept>string(2)</DefaultDept>

   <JobTitle>string(15)</JobTitle>

   <Email>string(50)</Email>

   <PagerEmail>string(50)</PagerEmail>

   <Phone>string(12)</Phone>

   <CellPhone>string(12)</CellPhone>

  </EmployeeQueryRecord>

</EmployeeQueryData>