PolicyContactGetRequest Element
In This Topic
Type
Diagram
Overview
 |
 |
Sequence
 |
PolicyId optional guid Simple Type
Globally Unique Identifier (GUID) for a policy. 36 character alpha-numeric column formatted as: 00000000-0000-0000-0000-000000000000
|
 |
LineOfBusinessId optional guid Simple Type
Globally Unique Identifier (GUID) for this line of business. 36 character alpha-numeric column formatted as: 00000000-0000-0000-0000-000000000000
|
 |
PolicyContactId optional guid Simple Type
Globally Unique Identifier (GUID) for a policy contact. 36 character alpha-numeric column formatted as: 00000000-0000-0000-0000-000000000000
|
 |
EffectiveDate optional xs:dateTime
The date the policy becomes effective. Must be the complete DateTime value (in string format) of the TransactionEffectiveDate contained in an PolicyTransaction entity returned during a GetPolicy request.
This field uniquely identifies a specific policy transaction for the policy.
The Date component specifies the endorsement effective date and the Time component contains the transaction sequence number for that date using the second's value as a zero based counter.
For example the second policy endorsement on 5/1/2008 will have a TransactionEffectiveDate of '5/1/2008 12:00:01 AM'
| | |
Source
<xs:element name="PolicyContactGetRequest" nillable="true" type="tns:PolicyContactGetRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
|
See Also