https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / LoginRequest Complex Type / EmployeeCode Element
In This Topic
    EmployeeCode Element
    In This Topic
    Description
    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.
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Type
    xs:string
    Diagram
    EmployeeCode Element
    Overview
    EmployeeCode optional xs:string
    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.
    Source
    <xs:element minOccurs="0" name="EmployeeCode" nillable="true" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <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>
    See Also