Unique identifier for an AMS360 employee upon which business unit security is applied. Required if LoginId's data security (this is setup within AMS360) is based on a supplied employee code.
<xs:complexTypename="LoginRequest"xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:annotation><xs:appinfo/><xs:documentation><summary>
Provides user credentials required when the user calls Login.
</summary></xs:documentation></xs:annotation><xs:sequence><xs:elementminOccurs="0"name="AgencyNo"nillable="true"type="xs:string"><xs:annotation><xs:appinfo/><xs:documentation><summary>
AMS360 agency number for the agency to be accessed by subsequent WSAPI calls.
</summary><required/></xs:documentation></xs:annotation></xs:element><xs:elementminOccurs="0"name="LoginId"nillable="true"type="xs:string"><xs:annotation><xs:appinfo/><xs:documentation><summary>
WSAPI user Id with which to authenticate access to WSAPI. Supplied to the client by the agency.
</summary><required/></xs:documentation></xs:annotation></xs:element><xs:elementminOccurs="0"name="Password"nillable="true"type="xs:string"><xs:annotation><xs:appinfo/><xs:documentation><summary>
Password for the WSAPI user Id. Supplied to the client by the agency.
</summary><required/></xs:documentation></xs:annotation></xs:element><xs:elementminOccurs="0"name="EmployeeCode"nillable="true"type="xs:string"><xs:annotation><xs:appinfo/><xs:documentation><summary>
Unique identifier for an AMS360 employee upon which business unit security is applied. Required if LoginId's data security (this is setup within AMS360) is based on a supplied employee code.
</summary></xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>