https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / PolicyTransactionPremium Complex Type / PolicyId Element
In This Topic
    PolicyId Element
    In This Topic
    Description
    Globally Unique Identifier (GUID) for a Policy. 36 character 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. 36 character 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.
                </summary>
          <len min="36" max="36" />
          <values>
                36 character alpha-numeric column formatted as: 00000000-0000-0000-0000-000000000000.
                </values>
          <required />
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also