https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / PolicyEndorseRequest Complex Type / PolicyId Element
In This Topic
    PolicyId Element
    In This Topic
    Description
    Globally Unique Identifier (GUID) for a policy.

    Insert Validation:
    Must be a valid PolicyId.
    The Policy must not be Checked Out.
    36 alpha-numeric column, formatted as: 00000000-0000-0000-0000-000000000000
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Type
    Diagram
    PolicyId Element
    Overview
    PolicyId optional guid Simple Type
    Globally Unique Identifier (GUID) for a policy.

    Insert Validation:
    Must be a valid PolicyId.
    The Policy must not be Checked Out.
    36 alpha-numeric column, formatted as: 00000000-0000-0000-0000-000000000000
    Source
    <xs:element minOccurs="0" name="PolicyId" type="ser:guid" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                Globally Unique Identifier (GUID) for a policy.
                <br /><br /><b><u>Insert Validation:</u></b><br />
                Must be a valid PolicyId. <br />The Policy must not be Checked Out.
                </summary>
          <len min="0" max="36" />
          <values>
                36 alpha-numeric column, formatted as: 00000000-0000-0000-0000-000000000000
                </values>
          <required />
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also