https://wsapi.ams360.com/v3.0
https://wsapi.ams360.com/v3.0 / PolicyRenewResponse Element
In This Topic
    PolicyRenewResponse Element
    In This Topic
    Namespace https://wsapi.ams360.com/v3.0
    Diagram
    PolicyId Element Sequence PolicyRenewResult Element Sequence PolicyRenewResponse Element
    Overview
    Sequence
    PolicyRenewResult optional PolicyRenewResponse Complex Type
    Response object containing data about the renewed policy and status data for the call.
    Sequence
    PolicyId optional guid Simple Type
    Globally Unique Identifier (GUID) for a policy. 36 alpha-numeric column, formatted as: 00000000-0000-0000-0000-000000000000
    Source
    <xs:element name="PolicyRenewResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexType>
        <xs:sequence>
          <xs:element xmlns:q145="https://wsapi.ams360.com/v3.0/DataContract" minOccurs="0" name="PolicyRenewResult" nillable="true" type="q145:PolicyRenewResponse">
            <xs:annotation>
              <xs:documentation>Response object containing data about the renewed policy and status data for the call.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    See Also