https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / Policy Complex Type / IsContinuous Element
In This Topic
    IsContinuous Element
    In This Topic
    Description
    Determines if the policy does not expire. If the policy is continuous, then the policy expiration date (PolicyExpirationDate) is set SQL_HIGHDATE.

    Insert Validation:
    If set to True; PolicyExpirationDate will be cleared and set to SQL_HIGHDATE.

    Update Validation:
    If set to True; PolicyExpirationDate will be cleared and set to SQL_HIGHDATE.
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Type
    xs:boolean
    Diagram
    IsContinuous Element
    Overview
    IsContinuous optional xs:boolean
    Determines if the policy does not expire. If the policy is continuous, then the policy expiration date (PolicyExpirationDate) is set SQL_HIGHDATE.

    Insert Validation:
    If set to True; PolicyExpirationDate will be cleared and set to SQL_HIGHDATE.

    Update Validation:
    If set to True; PolicyExpirationDate will be cleared and set to SQL_HIGHDATE.
    Source
    <xs:element minOccurs="0" name="IsContinuous" type="xs:boolean" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                Determines if the policy does not expire. If the policy is continuous, then the policy expiration date (PolicyExpirationDate) is set SQL_HIGHDATE.
                <br /><br /><b><u>Insert Validation:</u></b><br />
                If set to True; PolicyExpirationDate will be cleared and set to SQL_HIGHDATE.
                <br /><br /><b><u>Update Validation:</u></b><br />
                If set to True; PolicyExpirationDate will be cleared and set to SQL_HIGHDATE.
                </summary>
          <required />
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also