https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / Policy Complex Type / PolicyStatus Element
In This Topic
    PolicyStatus Element
    In This Topic
    Description
    Indicates the status of a policy.

    Insert Validation:
    Set by AMS360 to "A" (Active).

    Update Validation:
    Set by AMS360 as follows:
    If TransactionType = XLC (Cancellation) the original policy's PolicyStatus will be set to "C" (Cancelled)
    If TransactionType = NRA (Non renewal) the flag will be set to "N" (Non-renewed)
    If TransactionType = REI (Reinstatement) and the PolicyStatus is set to "C" (Cancelled) it will be changed and set to "A" (Active)
    If TransactionType = RNR (Reversal of non renewal) and the PolicyStatus is set to "N" (Non-renewed) it will be changed and set to "A" (Active)
    Code value from the "PolicyStatus" value list.

    Method=ValueListGet()
    InputType=ValueListGetRequest
    ListName=PolicyStatus
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Type
    xs:string
    Diagram
    PolicyStatus Element
    Overview
    PolicyStatus optional xs:string
    Indicates the status of a policy.

    Insert Validation:
    Set by AMS360 to "A" (Active).

    Update Validation:
    Set by AMS360 as follows:
    If TransactionType = XLC (Cancellation) the original policy's PolicyStatus will be set to "C" (Cancelled)
    If TransactionType = NRA (Non renewal) the flag will be set to "N" (Non-renewed)
    If TransactionType = REI (Reinstatement) and the PolicyStatus is set to "C" (Cancelled) it will be changed and set to "A" (Active)
    If TransactionType = RNR (Reversal of non renewal) and the PolicyStatus is set to "N" (Non-renewed) it will be changed and set to "A" (Active)
    Code value from the "PolicyStatus" value list.

    Method=ValueListGet()
    InputType=ValueListGetRequest
    ListName=PolicyStatus
    Source
    <xs:element minOccurs="0" name="PolicyStatus" nillable="true" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                Indicates the status of a policy.
                <br /><br /><b><u>Insert Validation:</u></b><br />
                Set by AMS360 to "A" (Active).
                <br /><br /><b><u>Update Validation:</u></b><br />
                Set by AMS360 as follows: <br /> If TransactionType = XLC (Cancellation) the original policy's PolicyStatus will be set to "C" (Cancelled) <br /> If TransactionType = NRA (Non renewal) the flag will be set to "N" (Non-renewed) <br /> If TransactionType = REI (Reinstatement) and the PolicyStatus is set to "C" (Cancelled) it will be changed and set to "A" (Active) <br /> If TransactionType = RNR (Reversal of non renewal) and the PolicyStatus is set to "N" (Non-renewed) it will be changed and set to "A" (Active) <br /></summary>
          <len min="0" max="1" />
          <values>
                Code value from the "PolicyStatus" value list.<br /><br />
                Method=ValueListGet()<br />
                InputType=ValueListGetRequest<br />
                ListName=PolicyStatus
                </values>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also