https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / LoginRequest Complex Type
In This Topic
    LoginRequest Complex Type
    In This Topic
    Description
    Provides user credentials required when the user calls Login.
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Diagram
    EmployeeCode Element Password Element LoginId Element AgencyNo Element Sequence LoginRequest Complex Type
    Overview
    LoginRequest
    Provides user credentials required when the user calls Login.
    Sequence
    AgencyNo optional xs:string
    AMS360 agency number for the agency to be accessed by subsequent WSAPI calls.
    LoginId optional xs:string
    WSAPI user Id with which to authenticate access to WSAPI. Supplied to the client by the agency.
    Password optional xs:string
    Password for the WSAPI user Id. Supplied to the client by the agency.
    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.
    Used By
    Source
    <xs:complexType name="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:element minOccurs="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:element minOccurs="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:element minOccurs="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:element minOccurs="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>
    See Also