https://wsapi.ams360.com/v3.0
https://wsapi.ams360.com/v3.0 / Login Element / Request Element
In This Topic
    Request Element
    In This Topic
    Description
    The LoginRequest contains the user credentials required when the user calls the Login() web method.
    Namespace https://wsapi.ams360.com/v3.0
    Type
    Diagram
    EmployeeCode Element Password Element LoginId Element AgencyNo Element Sequence Request Element
    Overview
    Request optional LoginRequest Complex Type
    The LoginRequest contains the user credentials required when the user calls the Login() web method.
    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.
    Source
    <xs:element xmlns:q18="https://wsapi.ams360.com/v3.0/DataContract" minOccurs="0" name="Request" nillable="true" type="q18:LoginRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:documentation>The LoginRequest contains the user credentials required when the user calls the Login() web method.</xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also