https://wsapi.ams360.com/v3.0
https://wsapi.ams360.com/v3.0 / EmployeeGetByShortName Element
In This Topic
    EmployeeGetByShortName Element
    In This Topic
    Namespace https://wsapi.ams360.com/v3.0
    Diagram
    EmployeeShortName Element Sequence Request Element Sequence EmployeeGetByShortName Element
    Overview
    Sequence
    Request optional EmployeeGetByShortNameRequest Complex Type
    Message request object containing the short name to use in selecting employee data to return.
    Sequence
    EmployeeShortName optional xs:string
    Unique identifier for an employee.
    Source
    <xs:element name="EmployeeGetByShortName" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexType>
        <xs:sequence>
          <xs:element xmlns:q26="https://wsapi.ams360.com/v3.0/DataContract" minOccurs="0" name="Request" nillable="true" type="q26:EmployeeGetByShortNameRequest">
            <xs:annotation>
              <xs:documentation>Message request object containing the short name to use in selecting employee data to return.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    See Also