https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / PolicyEndorseRequest Complex Type / TransactionEffectiveDate Element
In This Topic
    TransactionEffectiveDate Element
    In This Topic
    Description
    The date the new Endorsement becomes effective.

    Insert Validation:
    The column is required for a policy.
    This date will always be between the PolEffDate and must be less then PolExpDate.
    Backdated Endorsements are not supported. The Transaction Effective Date must be greater or equal to the latest Endorsement Date.
    Date value only (MM/DD/YYYY).
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Type
    xs:dateTime
    Diagram
    TransactionEffectiveDate Element
    Overview
    TransactionEffectiveDate optional xs:dateTime
    The date the new Endorsement becomes effective.

    Insert Validation:
    The column is required for a policy.
    This date will always be between the PolEffDate and must be less then PolExpDate.
    Backdated Endorsements are not supported. The Transaction Effective Date must be greater or equal to the latest Endorsement Date.
    Date value only (MM/DD/YYYY).
    Source
    <xs:element minOccurs="0" name="TransactionEffectiveDate" type="xs:dateTime" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                The date the new Endorsement becomes effective.
                <br /><br /><b><u>Insert Validation:</u></b><br />
                The column is required for a policy. <br /> This date will always be between the PolEffDate and must be less then PolExpDate.<br /> Backdated Endorsements are not supported. The Transaction Effective Date must be greater or equal to the latest Endorsement Date.
                </summary>
          <values>
                Date value only (MM/DD/YYYY).
                </values>
          <required />
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also