Policy Correspondence XML
Use the Policy Correspondence XML reference shown below when coding policy correspondence templates. Note that this is the standard policy followup reference structure. If you have a custom developed policy followup xml, contact your customer service representative for the appropriate reference file.
<PolicyFollowUp version="1.0">
<Record name="Correspondence Record">
<Correspondence name="Correspondence">
<SentFromContactFirstName>Young</SentFromContactFirstName>
<SentFromContactLastName>Consulting</SentFromContactLastName>
<SentFromContactPhone>7703219818</SentFromContactPhone>
<SentFromContactEmail>jadams@somecompany.com</SentFromContactEmail>
<SentFromContactBusinessTitle>System</SentFromContactBusinessTitle>
<SentFromCompany>Young Consulting, Inc.</SentFromCompany>
<SentFromStreet>1945 The Exchange, Suite 100</SentFromStreet>
<SentFromCity>Atlanta</SentFromCity>
<SentFromState>GA</SentFromState>
<SentFromZip>30339</SentFromZip>
<SentFromPhone>7703219818</SentFromPhone>
<SentFromFax>7703219814</SentFromFax>
<SentFromSignature />
<SentFromLogo />
<SendToContactFirstName>Millard</SendToContactFirstName>
<SendToContactLastName>Fillmore</SendToContactLastName>
<SendToContactEmail>test@youngconsulting.com</SendToContactEmail>
<SendToCompany>Acme Supply National</SendToCompany>
<SendToStreet>123 Second Street Suite 1000</SendToStreet>
<SendToCity>Stone Mountain</SendToCity>
<SendToState>GA</SendToState>
<SendToZip>30087</SendToZip>
<SendToFax>(888) 555-1212</SendToFax>
<SendDate>04/18/2018</SendDate>
<SendVia>EMAIL</SendVia>
<Subject>Acme Consulting 1/1/2016 Requirements Follow-up</Subject>
<Message><html><body>test</body></html></Message>
</Correspondence>
<Policy name="Policy">
<PolicyholderName>Acme Widgets</PolicyholderName>
<PolicyholderStreet>123 State Street</PolicyholderStreet>
<PolicyholderCity>Metropolis</PolicyholderCity>
<PolicyholderState>GA</PolicyholderState>
<PolicyholderZip>31513</PolicyholderZip>
<PolicyNo>PLCY L20100712</PolicyNo>
<EffectiveDate>10/01/2020</EffectiveDate>
<ExpirationDate>09/30/2021</ExpirationDate>
<AniversaryDate>09/30/2021</AniversaryDate>
<LineOfInsurance>MDSL</LineOfInsurance>
<ClaimHold>Y</ClaimHold>
<AdministratorName>Thomas Jefferson</AdministratorName>
<AdministratorStreet>123 Main St.</AdministratorStreet>
<AdministratorCity>Metrocity</AdministratorCity>
<AdministratorState>GA</AdministratorState>
<AdministratorZip>12345</AdministratorZip>
<ProducerName>Captive Solutions & </ProducerName>
<ProducerStreet>2870 Peachtree Road NW #304</ProducerStreet>
<ProducerCity>Atlanta</ProducerCity>
<ProducerState>GA</ProducerState>
<ProducerZip>30305</ProducerZip>
<UnderwriterName>Armstrong, Neil</UnderwriterName>
<UnderwriterPhone>8885551212</UnderwriterPhone>
<UnderwriterEmail>narmstrong@email.com</UnderwriterEmail>
<MarketingRepName>Goliath, David</MarketingRepName>
<MarketingRepPhone>8885551213</MarketingRepPhone>
<MarketingRepEmail>dgoliath@email.com</MarketingRepEmail>
<Documents name="Documents">
<Document>First document you need</Document>
<Document>Second document you need</Document>
<Document>Third document you need</Document>
</Documents>
</Policy>
</Record>
</PolicyFollowUp>