https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / PolicyTransaction Complex Type / TransactionType Element
In This Topic
    TransactionType Element
    In This Topic
    Description
    A code representing the type of policy action this transaction was initiated for. Code value from the "TransactionType" 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 ValueListGet() method.

    Method=ValueListGet()
    InputType=ValueListGetRequest
    ListName=TransactionType
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Type
    xs:string
    Diagram
    TransactionType Element
    Overview
    TransactionType optional xs:string
    A code representing the type of policy action this transaction was initiated for. Code value from the "TransactionType" 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 ValueListGet() method.

    Method=ValueListGet()
    InputType=ValueListGetRequest
    ListName=TransactionType
    Source
    <xs:element minOccurs="0" name="TransactionType" nillable="true" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                A code representing the type of policy action this transaction was initiated for.
                </summary>
          <len min="3" max="3" />
          <values>
                Code value from the "TransactionType" 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 ValueListGet() method.<br /><br />
                Method=ValueListGet()<br />
                InputType=ValueListGetRequest<br />
                ListName=TransactionType
                </values>
          <required />
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also