EmployeeGetByShortName Element
In This Topic
Diagram
Overview
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