https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / Employee Complex Type / State Element
In This Topic
    State Element
    In This Topic
    Description
    State for employee address. Code value from the "State" value list.

    If you know the name of a value list and only need the contents of the list, you can retrieve the list using the GetValueList() method.

    Method=ValueListGet()
    InputType=ValueListGetRequest
    ListName=State
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Type
    xs:string
    Diagram
    State Element
    Overview
    State optional xs:string
    State for employee address. Code value from the "State" value list.

    If you know the name of a value list and only need the contents of the list, you can retrieve the list using the GetValueList() method.

    Method=ValueListGet()
    InputType=ValueListGetRequest
    ListName=State
    Source
    <xs:element minOccurs="0" name="State" nillable="true" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                State for employee address.
                </summary>
          <values>
                Code value from the "State" value list. <br /><br />
                 If you know the name of a value list and only need the contents of the list, you can retrieve the list using the GetValueList() method.<br /><br />
                Method=ValueListGet()<br />
                InputType=ValueListGetRequest<br />
                ListName=State
                </values>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also