https://wsapi.ams360.com/v3.0
https://wsapi.ams360.com/v3.0 / EmployeeGetByShortName Element / Request Element
In This Topic
    Request Element
    In This Topic
    Description
    Message request object containing the short name to use in selecting employee data to return.
    Namespace https://wsapi.ams360.com/v3.0
    Type
    Diagram
    EmployeeShortName Element Sequence Request Element
    Overview
    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 xmlns:q26="https://wsapi.ams360.com/v3.0/DataContract" minOccurs="0" name="Request" nillable="true" type="q26:EmployeeGetByShortNameRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <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>
    See Also