POST v1/api/SendDropTicket?caseId={caseId}
Create (Save) an DropTicket, or send an existing DropTicket to fulfillment center
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| caseId |
(optional)The unique identifier to Get, Save or Send the DropTicket. If not supplied, a unqique identifier will be created. |
string |
None. |
Body Parameters
DropTicketDto
DropTicketDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Policy | PolicyDto |
Required |
|
| LeadId | string |
None. |
|
| PrescreenId | string |
None. |
Request Formats
application/json
Sample:
REQUEST
{
"Policy": {
"IssueState": "Massachusetts",
"PaymentMode": "AnnualOrAnnually",
"Replacement": false,
"Life": {
"FaceAmount": 250000.0,
"CoverageRecords": {
"Coverages": [
{
"BirthDate": "1971-06-08T08:27:30.7307305-04:00",
"CovProductCode": "NT2095",
"CovIndicator": "Base",
"CovParticipant": "Primary_Insured",
"CovTypeCd": "Term_Level_Death_Benefit",
"FaceAmount": 250000.0
},
{
"BirthDate": "2011-06-08T08:27:30.7317273-04:00",
"CovProductCode": "AL1000",
"CovIndicator": "Rider",
"CovParticipant": "Primary_Insured",
"CovTypeCd": "Accidental_Death_andor_Disability",
"FaceAmount": 10000.0
}
]
}
},
"Producer": null,
"PartyRecords": {
"Partys": [
{
"PartyType": "ORGANIZATION",
"Role": "AGENCY",
"GovtId": "123-45-6789",
"HasDriversLicense": false,
"OrganizationName": "Some Organization",
"Agent": {
"Id": "00901",
"Name": "test",
"Percent": 12
},
"Person": {
"Fax": "345-678-9012",
"BestMethodOfContact": "CELLPHONE",
"AddressType": "HomeAddress",
"State": "Massachusetts",
"Country": "United States of America",
"FirstName": "Jack",
"LastName": "Jones",
"MiddleName": "",
"MaritalStatus": "MARRIED",
"BirthDate": "6/8/1971 8:27:30 AM",
"Smoker": "Never",
"Gender": "Male",
"WorkPhone": "789-012-3456",
"CellPhone": "123-456-7890",
"HomePhone": "567-890-1234",
"Address1": "Address-Jones",
"City": "Somewhere--50",
"PostalCode": "03001"
}
},
{
"PartyType": "PERSON",
"Role": "OWNER",
"GovtId": "456-78-9123",
"HasDriversLicense": false,
"Person": {
"Fax": "345-678-9012",
"BestMethodOfContact": "CELLPHONE",
"AddressType": "HomeAddress",
"State": "Massachusetts",
"Country": "United States of America",
"FirstName": "Fred",
"LastName": "Long",
"MiddleName": "",
"MaritalStatus": "MARRIED",
"BirthDate": "6/8/1986 8:27:30 AM",
"Smoker": "Never",
"Gender": "Male",
"WorkPhone": "789-012-3456",
"CellPhone": "123-456-7890",
"HomePhone": "567-890-1234",
"Address1": "Address-Long",
"City": "Somewhere--35",
"PostalCode": "03001"
}
},
{
"PartyType": "TRUST",
"Role": "INSURED",
"GovtId": "789-12-3456",
"HasDriversLicense": false,
"TrustName": "Sometrust",
"Person": {
"Fax": "345-678-9012",
"BestMethodOfContact": "CELLPHONE",
"AddressType": "HomeAddress",
"State": "Massachusetts",
"Country": "United States of America",
"FirstName": "Ken",
"LastName": "Smith",
"MiddleName": "",
"MaritalStatus": "MARRIED",
"BirthDate": "6/8/1981 8:27:30 AM",
"Smoker": "Never",
"Gender": "Male",
"WorkPhone": "789-012-3456",
"CellPhone": "123-456-7890",
"HomePhone": "567-890-1234",
"Address1": "Address-Smith",
"City": "Somewhere--40",
"PostalCode": "03001"
}
},
{
"PartyType": "ORGANIZATION",
"Role": "SERVICINGAGENT",
"GovtId": "123-45-6789",
"HasDriversLicense": false,
"OrganizationName": "Some Organization",
"Agent": {
"Id": "00901",
"Name": "test",
"Percent": 12
},
"Person": {
"Fax": "345-678-9012",
"BestMethodOfContact": "CELLPHONE",
"AddressType": "HomeAddress",
"State": "Massachusetts",
"Country": "United States of America",
"FirstName": "Jack",
"LastName": "Jones",
"MiddleName": "",
"MaritalStatus": "MARRIED",
"BirthDate": "6/8/1971 8:27:30 AM",
"Smoker": "Never",
"Gender": "Male",
"WorkPhone": "789-012-3456",
"CellPhone": "123-456-7890",
"HomePhone": "567-890-1234",
"Address1": "Address-Jones",
"City": "Somewhere--50",
"PostalCode": "03001"
}
},
{
"PartyType": "ORGANIZATION",
"Role": "PRIMARYWRITINGAGENT",
"GovtId": "123-45-6789",
"HasDriversLicense": false,
"OrganizationName": "Some Organization",
"Agent": {
"Id": "00901",
"Name": "test",
"Percent": 12
},
"Person": {
"Fax": "345-678-9012",
"BestMethodOfContact": "CELLPHONE",
"AddressType": "HomeAddress",
"State": "Massachusetts",
"Country": "United States of America",
"FirstName": "Jack",
"LastName": "Jones",
"MiddleName": "",
"MaritalStatus": "MARRIED",
"BirthDate": "6/8/1971 8:27:30 AM",
"Smoker": "Never",
"Gender": "Male",
"WorkPhone": "789-012-3456",
"CellPhone": "123-456-7890",
"HomePhone": "567-890-1234",
"Address1": "Address-Jones",
"City": "Somewhere--50",
"PostalCode": "03001"
}
}
]
},
"PaymentMethod": null,
"PremiumAmount": 0.0
}
}
application/xml
Sample:
REQUEST
<root xmlns="http://schemas.datacontract.org/2004/07/SAM.BusinessDto.Platform.Request" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Policy>
<IssueState xmlns="">Massachusetts</IssueState>
<Life xmlns="">
<FaceAmount>250000</FaceAmount>
<CoverageRecords>
<Coverages xmlns:a="http://schemas.datacontract.org/2004/07/LPESService">
<a:SBLICoverage>
<a:BirthDate>1971-06-08T08:28:40.745778-04:00</a:BirthDate>
<a:CovProductCode>NT2095</a:CovProductCode>
<a:CovIndicator>Base</a:CovIndicator>
<a:CovParticipant>Primary_Insured</a:CovParticipant>
<a:CovTypeCd>Term_Level_Death_Benefit</a:CovTypeCd>
<a:FaceAmount>250000</a:FaceAmount>
</a:SBLICoverage>
<a:SBLICoverage>
<a:BirthDate>2011-06-08T08:28:40.745778-04:00</a:BirthDate>
<a:CovProductCode>AL1000</a:CovProductCode>
<a:CovIndicator>Rider</a:CovIndicator>
<a:CovParticipant>Primary_Insured</a:CovParticipant>
<a:CovTypeCd>Accidental_Death_andor_Disability</a:CovTypeCd>
<a:FaceAmount>10000</a:FaceAmount>
</a:SBLICoverage>
</Coverages>
</CoverageRecords>
</Life>
<PartyRecords xmlns="">
<Partys>
<Party>
<Agent>
<Id>00901</Id>
<Name>test</Name>
<Percent>12</Percent>
</Agent>
<GovtId>123-45-6789</GovtId>
<HasDriversLicense>false</HasDriversLicense>
<OrganizationName>Some Organization</OrganizationName>
<PartyType>ORGANIZATION</PartyType>
<Person>
<Address1>Address-Jones</Address1>
<City>Somewhere--50</City>
<State>Massachusetts</State>
<PostalCode>03001</PostalCode>
<Country>United States of America</Country>
<AddressType xmlns="http://schemas.datacontract.org/2004/07/SAM.BusinessDto.Platform.Request">HomeAddress</AddressType>
<BestMethodOfContact>CELLPHONE</BestMethodOfContact>
<Fax>345-678-9012</Fax>
<FirstName>Jack</FirstName>
<LastName>Jones</LastName>
<MiddleName/>
<MaritalStatus>MARRIED</MaritalStatus>
<BirthDate>6/8/1971 8:28:40 AM</BirthDate>
<Smoker>Never</Smoker>
<Gender>Male</Gender>
<WorkPhone>789-012-3456</WorkPhone>
<CellPhone>123-456-7890</CellPhone>
<HomePhone>567-890-1234</HomePhone>
</Person>
<Role>AGENCY</Role>
</Party>
<Party>
<GovtId>456-78-9123</GovtId>
<HasDriversLicense>false</HasDriversLicense>
<PartyType>PERSON</PartyType>
<Person>
<Address1>Address-Long</Address1>
<City>Somewhere--35</City>
<State>Massachusetts</State>
<PostalCode>03001</PostalCode>
<Country>United States of America</Country>
<AddressType xmlns="http://schemas.datacontract.org/2004/07/SAM.BusinessDto.Platform.Request">HomeAddress</AddressType>
<BestMethodOfContact>CELLPHONE</BestMethodOfContact>
<Fax>345-678-9012</Fax>
<FirstName>Fred</FirstName>
<LastName>Long</LastName>
<MiddleName/>
<MaritalStatus>MARRIED</MaritalStatus>
<BirthDate>6/8/1986 8:28:40 AM</BirthDate>
<Smoker>Never</Smoker>
<Gender>Male</Gender>
<WorkPhone>789-012-3456</WorkPhone>
<CellPhone>123-456-7890</CellPhone>
<HomePhone>567-890-1234</HomePhone>
</Person>
<Role>OWNER</Role>
</Party>
<Party>
<GovtId>789-12-3456</GovtId>
<HasDriversLicense>false</HasDriversLicense>
<PartyType>TRUST</PartyType>
<Person>
<Address1>Address-Smith</Address1>
<City>Somewhere--40</City>
<State>Massachusetts</State>
<PostalCode>03001</PostalCode>
<Country>United States of America</Country>
<AddressType xmlns="http://schemas.datacontract.org/2004/07/SAM.BusinessDto.Platform.Request">HomeAddress</AddressType>
<BestMethodOfContact>CELLPHONE</BestMethodOfContact>
<Fax>345-678-9012</Fax>
<FirstName>Ken</FirstName>
<LastName>Smith</LastName>
<MiddleName/>
<MaritalStatus>MARRIED</MaritalStatus>
<BirthDate>6/8/1981 8:28:40 AM</BirthDate>
<Smoker>Never</Smoker>
<Gender>Male</Gender>
<WorkPhone>789-012-3456</WorkPhone>
<CellPhone>123-456-7890</CellPhone>
<HomePhone>567-890-1234</HomePhone>
</Person>
<Role>INSURED</Role>
<TrustName>Sometrust</TrustName>
</Party>
<Party>
<Agent>
<Id>00901</Id>
<Name>test</Name>
<Percent>12</Percent>
</Agent>
<GovtId>123-45-6789</GovtId>
<HasDriversLicense>false</HasDriversLicense>
<OrganizationName>Some Organization</OrganizationName>
<PartyType>ORGANIZATION</PartyType>
<Person>
<Address1>Address-Jones</Address1>
<City>Somewhere--50</City>
<State>Massachusetts</State>
<PostalCode>03001</PostalCode>
<Country>United States of America</Country>
<AddressType xmlns="http://schemas.datacontract.org/2004/07/SAM.BusinessDto.Platform.Request">HomeAddress</AddressType>
<BestMethodOfContact>CELLPHONE</BestMethodOfContact>
<Fax>345-678-9012</Fax>
<FirstName>Jack</FirstName>
<LastName>Jones</LastName>
<MiddleName/>
<MaritalStatus>MARRIED</MaritalStatus>
<BirthDate>6/8/1971 8:28:40 AM</BirthDate>
<Smoker>Never</Smoker>
<Gender>Male</Gender>
<WorkPhone>789-012-3456</WorkPhone>
<CellPhone>123-456-7890</CellPhone>
<HomePhone>567-890-1234</HomePhone>
</Person>
<Role>SERVICINGAGENT</Role>
</Party>
<Party>
<Agent>
<Id>00901</Id>
<Name>test</Name>
<Percent>12</Percent>
</Agent>
<GovtId>123-45-6789</GovtId>
<HasDriversLicense>false</HasDriversLicense>
<OrganizationName>Some Organization</OrganizationName>
<PartyType>ORGANIZATION</PartyType>
<Person>
<Address1>Address-Jones</Address1>
<City>Somewhere--50</City>
<State>Massachusetts</State>
<PostalCode>03001</PostalCode>
<Country>United States of America</Country>
<AddressType xmlns="http://schemas.datacontract.org/2004/07/SAM.BusinessDto.Platform.Request">HomeAddress</AddressType>
<BestMethodOfContact>CELLPHONE</BestMethodOfContact>
<Fax>345-678-9012</Fax>
<FirstName>Jack</FirstName>
<LastName>Jones</LastName>
<MiddleName/>
<MaritalStatus>MARRIED</MaritalStatus>
<BirthDate>6/8/1971 8:28:40 AM</BirthDate>
<Smoker>Never</Smoker>
<Gender>Male</Gender>
<WorkPhone>789-012-3456</WorkPhone>
<CellPhone>123-456-7890</CellPhone>
<HomePhone>567-890-1234</HomePhone>
</Person>
<Role>PRIMARYWRITINGAGENT</Role>
</Party>
</Partys>
</PartyRecords>
<PaymentMethod i:nil="true" xmlns=""/>
<PaymentMode xmlns="">AnnualOrAnnually</PaymentMode>
<PremiumAmount xmlns="">0</PremiumAmount>
<Producer i:nil="true" xmlns=""/>
<Replacement xmlns="">false</Replacement>
</Policy>
</root>
Response Information
Resource Description
success
TXLife| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of Object |
None. |
|
| OLifEExtension | Collection of OLifEExtension |
None. |
|
| Version | string |
None. |
|
| xsiSchemaLocation | string |
None. |
Response Formats
application/json
Sample:
RESPONSE
{
"xsiSchemaLocation": "http://ACORD.org/Standards/Life/2 TXLife2.22.00.XSD",
"itemsField": [
{
"itemsField": [
"TXLIFEIT",
{
"cryptTypeField": null,
"pswd": null,
"itemField": "TXLIFEWS",
"itemElementNameField": 1,
"oLifEExtensionField": null
}
],
"itemsElementNameField": [ 1, 2 ],
"userDomainField": null,
"userDateFieldSpecified": false,
"userTimeFieldSpecified": false,
"vendorAppField": null,
"proxyVendorField": null,
"oLifEExtensionField": null,
"userLoginName": null,
"userPassword": null
},
{
"transRefGUIDField": "24531",
"transTypeField": {
"tcField": "103",
"valueField": "New Business Submission for a Policy"
},
"transSubTypeField": null,
"dataTransmittalSubTypeField": null,
"objectTypeCCField": null,
"transExeDateField": "2021-06-08T00:00:00",
"transExeDateFieldSpecified": true,
"transExeTimeFieldSpecified": false,
"transEffDateFieldSpecified": false,
"transModeField": {
"tcField": "2",
"valueField": "Original"
},
"inquiryLevelField": null,
"inquiryViewField": null,
"maxRecordsField": null,
"nextRecordField": null,
"startRecordField": null,
"startDateFieldSpecified": false,
"endDateFieldSpecified": false,
"pendingResponseOKField": null,
"noResponseOKField": null,
"testIndicatorField": null,
"uRLTargetRequestIndField": null,
"supressNotificationsIndField": null,
"caseStatusOnResponseIndField": null,
"benefitsInquiryTypeField": null,
"primaryObjectTypeField": null,
"transactionContextField": null,
"correlationGUIDField": null,
"correlationGUIDStateField": null,
"supportMultipleResponsesIndField": null,
"criteriaExpressionField": null,
"illustrationRequestField": null,
"mIBRequestField": null,
"reinsuranceRequestField": null,
"changeSubTypeField": null,
"formInstanceRequestField": null,
"distinguishedObjectField": null,
"processingInstructionField": null,
"oLifEField": {
"sourceInfoField": {
"creationDateField": "2021-06-08T00:00:00",
"creationDateFieldSpecified": true,
"creationTimeField": "0001-01-01T08:27:33-05:00",
"creationTimeFieldSpecified": true,
"sourceInfoNameField": "ArrayWorks",
"sourceInfoDescriptionField": null,
"sourceInfoCommentField": null,
"fileControlIDField": null,
"keyedValueField": null,
"oLifEExtensionField": null
},
"currentLanguageField": null,
"itemsField": [
{
"holdingKeyField": null,
"holdingSysKeyField": [
{
"persistFieldSpecified": false,
"systemCodeField": "24531",
"vendorCodeField": null,
"valueField": null
}
],
"accountDesignationField": null,
"holdingTypeCodeField": {
"tcField": "2",
"valueField": null
},
"holdingNameField": null,
"holdingStatusField": {
"tcField": "3",
"valueField": "Proposed"
},
"purposeField": null,
"currencyTypeCodeField": null,
"carrierAdminSystemField": null,
"carrierAdminSubSystemField": null,
"costBasisFieldSpecified": false,
"componentOfPackageField": null,
"assetValueFieldSpecified": false,
"liabilityValueFieldSpecified": false,
"asOfDateFieldSpecified": false,
"lastFinActivityDateFieldSpecified": false,
"lastFinActivityTypeField": null,
"lastNonFinActivityDateFieldSpecified": false,
"lastAnniversaryDateFieldSpecified": false,
"nextAnniversaryDateFieldSpecified": false,
"holdingFormField": null,
"assignmentCodeField": null,
"qualifiedCodeField": null,
"restrictionCodeField": null,
"distributorClientAcctNumField": null,
"commissionHoldIndField": null,
"marketTypeField": null,
"shareClassField": null,
"policyField": {
"carrierAdminSystemField": null,
"polNumberField": null,
"certificateNoField": null,
"lineOfBusinessField": {
"tcField": "1",
"valueField": "Life"
},
"productTypeField": null,
"productCodeField": "NT2095",
"productVersionCodeField": null,
"carrierCodeField": "SBLI",
"planNameField": "T20 Effective 04-01-12 [NT2095]",
"administeringCarrierCodeField": null,
"shortNameField": null,
"marketingNameField": null,
"policyStatusField": {
"tcField": "12",
"valueField": null
},
"statusReasonField": null,
"issueNationField": null,
"issueTypeField": {
"tcField": "1",
"valueField": "Full Underwriting"
},
"jurisdictionField": {
"tcField": "26",
"valueField": "Massachusetts"
},
"billNumberField": null,
"reinsuranceIndField": null,
"portabilityIndField": null,
"convertToPrivateIndField": null,
"taxStatusField": null,
"cusipNumField": null,
"replacementTypeField": null,
"commissionOptionSelectedField": null,
"commissionRollOverPctFieldSpecified": false,
"policyValueFieldSpecified": false,
"polFeeFieldSpecified": false,
"durationField": null,
"downloadDateFieldSpecified": false,
"effDateFieldSpecified": false,
"issueDateFieldSpecified": false,
"termDateFieldSpecified": false,
"reinstatementDateFieldSpecified": false,
"statusChangeDateFieldSpecified": false,
"paidToDateFieldSpecified": false,
"gracePeriodEndDateFieldSpecified": false,
"finalPaymentDateFieldSpecified": false,
"billedToDateFieldSpecified": false,
"billingStopDateFieldSpecified": false,
"lastCOIAnnivDateFieldSpecified": false,
"paymentModeField": {
"tcField": "1",
"valueField": "AnnualOrAnnually"
},
"paymentAmtFieldSpecified": false,
"annualPaymentAmtFieldSpecified": false,
"paymentMethodField": null,
"accountNumberField": null,
"routingNumberField": null,
"acctHolderNameField": null,
"creditCardExpDateField": null,
"creditCardTypeField": null,
"bankAcctTypeField": null,
"paymentDraftDayField": null,
"bankNameField": null,
"bankBranchNameField": null,
"eFTEndDateFieldSpecified": false,
"lastBankChangeDateFieldSpecified": false,
"paymentDueDateFieldSpecified": false,
"lastNoticeDateFieldSpecified": false,
"lastNoticeTypeField": null,
"statementBasisField": null,
"lastDeductedCOIChargesFieldSpecified": false,
"lastDeductedExpenseChargesFieldSpecified": false,
"lastCOIDateFieldSpecified": false,
"lastNoGoodCheckDateFieldSpecified": false,
"lastNoGoodCheckReasonField": null,
"govtAllotmentSuspenseAcctAmtFieldSpecified": false,
"lapseTaxableGainFieldSpecified": false,
"nonStdCommTakenField": null,
"commissionAnnualizedIndField": null,
"stampDutyFieldSpecified": false,
"ownerLegalNameField": null,
"caseControlNumberAssumingField": null,
"beneficiaryIndField": null,
"endorsementIndField": null,
"otherInsuredIndField": null,
"ratedIndField": null,
"freeAvailableAmtFieldSpecified": false,
"deductionDateFieldSpecified": false,
"contestabilityEndDateFieldSpecified": false,
"firstBillSkipMonthField": null,
"moneyTransferTypeField": null,
"carrierCommCodeField": null,
"specialHandlingField": null,
"formNoField": null,
"filedFormNumberField": null,
"illustratedMaturityHighFieldSpecified": false,
"illustratedMaturityLowFieldSpecified": false,
"premiumIndexRateFieldSpecified": false,
"priorPolicyStatusField": null,
"advancingRejectedIndField": null,
"nettingElectedIndField": null,
"iRSTriggerTypeField": null,
"iRSTriggerIndField": null,
"renewalDateFieldSpecified": false,
"minPremiumInitialAmtFieldSpecified": false,
"investRuleField": null,
"investRuleUserElectionIndField": null,
"faceIncreaseEffectiveDtFieldSpecified": false,
"faceIncreaseNetAmtFieldSpecified": false,
"parentCarrierCodeField": null,
"weightedAvgIntRateFieldSpecified": false,
"priorCarrierCodeField": null,
"priorEffDateFieldSpecified": false,
"priorPolNumberField": null,
"chargeTotalAmtFieldSpecified": false,
"finReportingCarrierCodeField": null,
"finalPaymentAmtFieldSpecified": false,
"totCommRetainedFieldSpecified": false,
"juvenilePolicyIndField": null,
"priorBillNumberField": null,
"priorIssueDateFieldSpecified": false,
"taxJurisdictionField": null,
"taxNationField": null,
"exchangeReasonCodeField": null,
"distributionAgreementCodeField": null,
"annualIndexTypeField": null,
"commissionExtensionField": null,
"billingResumeDateFieldSpecified": false,
"replacedPolicyPhysicalStatusField": null,
"productTransRefGUIDField": null,
"sponsoringPlanCodeField": null,
"sponsoringPlanTypeField": null,
"sponsoringPlanSeparationDateFieldSpecified": false,
"territoryField": null,
"participatingIndField": null,
"issuedAsAppliedIndField": null,
"itemField": {
"lifeKeyField": null,
"lifeSysKeyField": null,
"nonFortProvField": null,
"qualPlanTypeField": null,
"qualPlanSubTypeField": null,
"qualPlanOriginationDateFieldSpecified": false,
"excessPremAmtATDFieldSpecified": false,
"grossPremAmtATDFieldSpecified": false,
"premDurationDateFieldSpecified": false,
"premOffsetMethodField": null,
"targetPremAmtFieldSpecified": false,
"target2PremAmtFieldSpecified": false,
"totCumPremAmtFieldSpecified": false,
"cumMinPremAmtFieldSpecified": false,
"cumPremAmtFirstYrFieldSpecified": false,
"lastPremAmtFieldSpecified": false,
"lastPremDateFieldSpecified": false,
"suspenseAmtFieldSpecified": false,
"lastPremExpenseChargeFieldSpecified": false,
"minPremAmtFieldSpecified": false,
"initDepositAmtFieldSpecified": false,
"initDepositDateFieldSpecified": false,
"gDBDateFieldSpecified": false,
"gDBValueFieldSpecified": false,
"sumGDBLifePremsFieldSpecified": false,
"sumGDBLimPremsFieldSpecified": false,
"totalRolloverAmtFieldSpecified": false,
"premiumSuspenseAmtFieldSpecified": false,
"premiumSuspenseReasonField": null,
"grossPremAmtPriorAnnYrFieldSpecified": false,
"grossPremAmtITDFieldSpecified": false,
"grossPremAmtMTDFieldSpecified": false,
"grossPremAmtYTDFieldSpecified": false,
"unschedPremAmtITDFieldSpecified": false,
"lastUnschedPremDateFieldSpecified": false,
"unschedPremAmtATDFieldSpecified": false,
"nonCommPremAnnualizedFieldSpecified": false,
"fullyCommPremAnnualizedFieldSpecified": false,
"initialPremAmtFieldSpecified": false,
"eEContribAmtFieldSpecified": false,
"eRContribAmtFieldSpecified": false,
"eEContribPctFieldSpecified": false,
"eRContribPctFieldSpecified": false,
"currLoanIntRateFieldSpecified": false,
"lastLoanAmtFieldSpecified": false,
"lastLoanDateFieldSpecified": false,
"loanIntDueFieldSpecified": false,
"loanAmtATDFieldSpecified": false,
"loanIntAmtATDFieldSpecified": false,
"loanIntTimingField": null,
"loanIntTypeField": null,
"loanIntMethodField": null,
"loanedAmtIntRateFieldSpecified": false,
"loanBalanceForImpairedFieldSpecified": false,
"loanIntPaidToDateFieldSpecified": false,
"regularLoanBalanceFieldSpecified": false,
"preferredLoanBalanceFieldSpecified": false,
"maxAvailableLoanFieldSpecified": false,
"maxAvailPrefLoanFieldSpecified": false,
"loanPaymentMethodField": null,
"loanPaymentModeField": null,
"loanPaymentAmtFieldSpecified": false,
"loanPaymentDraftDayField": null,
"loanFedWithholdingFieldSpecified": false,
"loanJurisdictionWithholdingFieldSpecified": false,
"faceAmtField": 250000.0,
"faceAmtFieldSpecified": true,
"faceUnitsFieldSpecified": false,
"valuePerUnitFieldSpecified": false,
"netSurrValueAmtFieldSpecified": false,
"cashValueAmtFieldSpecified": false,
"deathBenefitAmtFieldSpecified": false,
"surrenderChargeAmtFieldSpecified": false,
"netDeathBenefitAmtFieldSpecified": false,
"currIntRateFieldSpecified": false,
"currIntRateDateFieldSpecified": false,
"withdrawalRuleField": null,
"grossWthdrwlAmtFieldSpecified": false,
"lastWthdrwlDateFieldSpecified": false,
"totWthdrwlAmtITDFieldSpecified": false,
"totWthdrwlAmtATDFieldSpecified": false,
"cumWthdrwlAmtMTDFieldSpecified": false,
"cumWthdrwlAmtYTDFieldSpecified": false,
"netWthdrwlAmtATDFieldSpecified": false,
"netWthdrwlAmtITDFieldSpecified": false,
"netWthdrwlAmtMTDFieldSpecified": false,
"netWthdrwlAmtYTDFieldSpecified": false,
"numWthdrwATDField": null,
"numWthdrwITDField": null,
"numWthdrwMTDField": null,
"numWthdrwYTDField": null,
"withdrwMaxPctFieldSpecified": false,
"cashValueIncreaseAmtATDFieldSpecified": false,
"cashValueIncreaseAmtPriorYrFieldSpecified": false,
"divTypeField": null,
"divOYTDateFieldSpecified": false,
"divOYTOptTypeField": null,
"divPaidInCashFieldSpecified": false,
"lastDivAmtFieldSpecified": false,
"lastDivDateFieldSpecified": false,
"termDivAmtFieldSpecified": false,
"divSeriesIndField": null,
"divSeriesIndStringField": null,
"nextDivAmtFieldSpecified": false,
"nextDivDateFieldSpecified": false,
"indexCoverField": null,
"indexRateFieldSpecified": false,
"rolloverDateFieldSpecified": false,
"transferToPaidDateFieldSpecified": false,
"taxableInterestEarnedATDFieldSpecified": false,
"taxWithheldOnInterestEarnedATDFieldSpecified": false,
"conversionCreditAmtFieldSpecified": false,
"totalMiscCashValueAdjustmentsFieldSpecified": false,
"totalRiskAmtFieldSpecified": false,
"premiumDepositFundAmtFieldSpecified": false,
"projectedCurrLapseDateFieldSpecified": false,
"projectedCurrIntRateFieldSpecified": false,
"projectedGuarLapseDateFieldSpecified": false,
"projectedGuarIntRateFieldSpecified": false,
"projectedLapseCalcDateFieldSpecified": false,
"divCashValFieldSpecified": false,
"divOnDepositIntRateFieldSpecified": false,
"divOnDepositIntAmtFieldSpecified": false,
"divOnDepositAmtFieldSpecified": false,
"divPUAFieldSpecified": false,
"totalPUAFieldSpecified": false,
"oYTPurchaseAmtFieldSpecified": false,
"premiumPerUnitFieldSpecified": false,
"premiumRatePerUnitFieldSpecified": false,
"renewalPremiumPerUnitFieldSpecified": false,
"renewalPremiumRatePerUnitFieldSpecified": false,
"cumPrefWthdrwlAmtYTDFieldSpecified": false,
"cumPrefWthdrwlAmtITDFieldSpecified": false,
"currImpairedLoanChgIntRateFieldSpecified": false,
"requestedMaturityAgeField": null,
"requestedMaturityDurField": null,
"requestedMaturityDateFieldSpecified": false,
"excessPremAmtITDFieldSpecified": false,
"premiumBonusReasonField": null,
"premiumBonusAmtFieldSpecified": false,
"carrierPricingIndicatorField": null,
"nonDivCashValFieldSpecified": false,
"nonDivOnDepositIntAmtFieldSpecified": false,
"nonDivOnDepositAmtFieldSpecified": false,
"nonDivPUAFieldSpecified": false,
"highestTableRatingField": null,
"commissionablePremiumAmtFieldSpecified": false,
"beneDesignationWordingField": null,
"totDivOnDepositAmtITDFieldSpecified": false,
"policyOptionCodeField": null,
"interestEarnedATDFieldSpecified": false,
"rPUInitialAmtFieldSpecified": false,
"rPUUltimateAmtFieldSpecified": false,
"rPUChangeDateFieldSpecified": false,
"xIYearsField": null,
"xIDaysField": null,
"xIAmtOfPureEndowFieldSpecified": false,
"excessDivAmtFieldSpecified": false,
"excessDivAmtDispField": null,
"excessDivTypeField": null,
"excessResidualDivAmtFieldSpecified": false,
"excessResidualDivAmtDispField": null,
"residualDivTypeField": null,
"residualDivAmtFieldSpecified": false,
"premiumOffsetStatusField": null,
"coverageField": [
{
"coverageKeyField": null,
"coverageSysKeyField": null,
"carrierAdminSystemField": null,
"planNameField": "T20 Effective 04-01-12 [NT2095]",
"shortNameField": null,
"marketingNameField": null,
"productCodeField": "NT2095",
"productVersionCodeField": null,
"covNumberField": null,
"formNoField": null,
"lifeCovStatusField": null,
"statusReasonField": null,
"issueTypeField": null,
"purposeField": null,
"issueNationField": null,
"jurisdictionField": null,
"lifeCovTypeCodeField": {
"tcField": "6",
"valueField": "TermLevelDeathBenefit"
},
"indicatorCodeField": {
"tcField": "1",
"valueField": "Base"
},
"dBOSwitchField": null,
"renewableIndField": null,
"durationDesignField": null,
"costOfInsDurationDesignField": null,
"livesTypeField": null,
"expiryDateFieldSpecified": false,
"paymentStructureField": null,
"premFreezeDateFieldSpecified": false,
"benefitStructureField": null,
"deathBenefitOptTypeField": null,
"guaranteedCoverageOptionField": null,
"equivalentAgeField": null,
"guarIntRateFieldSpecified": false,
"premSourceTypeField": null,
"qualAddBenefitIndField": null,
"beneDesignationWordingField": null,
"paymentModeField": null,
"divSeriesIndStringField": null,
"tIAInEffectIndField": null,
"tIAEffDateFieldSpecified": false,
"tIAAmountFieldSpecified": false,
"premAmtATDFieldSpecified": false,
"cashSurrValueFieldSpecified": false,
"cashValueFieldSpecified": false,
"surrChargeAmtFieldSpecified": false,
"currentAmtFieldSpecified": false,
"deathBenefitAmtFieldSpecified": false,
"initCovAmtField": 250000.0,
"initCovAmtFieldSpecified": true,
"intialNumberOfUnitsFieldSpecified": false,
"currentNumberOfUnitsFieldSpecified": false,
"valuePerUnitFieldSpecified": false,
"minPremAmtFieldSpecified": false,
"modalPremAmtFieldSpecified": false,
"targetPremAmtFieldSpecified": false,
"target2PremAmtFieldSpecified": false,
"targetPremAmtATDFieldSpecified": false,
"targetPremAmtITDFieldSpecified": false,
"targetPremAmtMTDFieldSpecified": false,
"targetPremAmtYTDFieldSpecified": false,
"annualPremAmtFieldSpecified": false,
"totAnnualPremAmtFieldSpecified": false,
"allocPremATDFieldSpecified": false,
"allocPremITDFieldSpecified": false,
"guarCOIChargesMTDFieldSpecified": false,
"deductedCOIChgsATDFieldSpecified": false,
"deductedCOIChgsITDFieldSpecified": false,
"deductedCOIChgsMTDFieldSpecified": false,
"deductedCOIChgsYTDFieldSpecified": false,
"surrTargetPremFieldSpecified": false,
"gDBPremFieldSpecified": false,
"surrChargeFieldSpecified": false,
"surrChargeITDFieldSpecified": false,
"conversionDateFieldSpecified": false,
"effDateFieldSpecified": false,
"termDateFieldSpecified": false,
"finalPaymentDateFieldSpecified": false,
"paymentDueDateFieldSpecified": false,
"lastPaymentDateFieldSpecified": false,
"benefitPeriodField": null,
"benefitModeField": null,
"benefitIndexFieldSpecified": false,
"monthlyBenefitAmtFieldSpecified": false,
"monthlyBenefitEffDateFieldSpecified": false,
"guidelineAnnPremFieldSpecified": false,
"guidelineAnnPremSumFieldSpecified": false,
"guidelineSinglePremFieldSpecified": false,
"guidelineFaceFieldSpecified": false,
"mec7DBLowestFieldSpecified": false,
"sECGuidelinePremFieldSpecified": false,
"salaryPctFieldSpecified": false,
"netAmtAtRiskFieldSpecified": false,
"interestEarnedATDFieldSpecified": false,
"interestEarnedITDFieldSpecified": false,
"grandfatheredIndField": null,
"benefitScheduleTypeField": null,
"coveragePercentageSelectedFieldSpecified": false,
"filedFormNumberField": null,
"eliminationPeriodField": null,
"mortgageInterestRateFieldSpecified": false,
"issuedAsAppliedIndField": null,
"equivalentUnderwritingClassField": null,
"equivalentUnderwritingSubClassField": null,
"excessPremAmtATDFieldSpecified": false,
"excessPremAmtITDFieldSpecified": false,
"excessPremAmtMTDFieldSpecified": false,
"excessPremAmtYTDFieldSpecified": false,
"premiumPerUnitFieldSpecified": false,
"premiumRatePerUnitFieldSpecified": false,
"renewalPremiumPerUnitFieldSpecified": false,
"renewalPremiumRatePerUnitFieldSpecified": false,
"tobaccoPremiumBasisField": null,
"commissionLinkField": null,
"valuationClassTypeField": null,
"valuationBaseSeriesField": null,
"valuationSubSeriesField": null,
"policyExhibitStatusField": null,
"reserveMethodField": null,
"lastPremAmtFieldSpecified": false,
"childMatureAgeField": null,
"childAgeUseField": null,
"benefitCoordinationIndField": null,
"preExistingConditionIndField": null,
"benefitPeriodAccField": null,
"benefitPeriodSickField": null,
"elimPeriodAccField": null,
"elimPeriodSickField": null,
"deductionOptionField": null,
"benefitAmtAccFieldSpecified": false,
"benefitAmtSickFieldSpecified": false,
"payToAgeField": null,
"payToYearField": null,
"levelPremiumPeriodField": null,
"levelPremiumPeriodUnitsField": null,
"commissionRateFieldSpecified": false,
"eRContribAmtFieldSpecified": false,
"eEContribAmtFieldSpecified": false,
"eRContribPctFieldSpecified": false,
"eEContribPctFieldSpecified": false,
"covOptionField": null,
"lifeParticipantField": [
{
"lifeParticipantKeyField": null,
"lifeParticipantSysKeyField": null,
"participantNameField": null,
"lifeParticipantRoleCodeField": null,
"participationPctFieldSpecified": false,
"issueAgeField": "50",
"closedAgeField": null,
"issueGenderField": {
"tcField": "1",
"valueField": "Male"
},
"residenceNationAtIssueField": null,
"residenceJurisdictionAtIssueField": null,
"occupRatingField": null,
"permFlatExtraAmtFieldSpecified": false,
"permFlatExtraEndDateFieldSpecified": false,
"smokerStatField": {
"tcField": "0",
"valueField": "False"
},
"tobaccoPremiumBasisField": null,
"ratingReasonField": null,
"ratingOverriddenIndField": null,
"permTableRatingField": null,
"permTableRatingEndDateFieldSpecified": false,
"tempTableRatingField": null,
"tempTableRatingStartDateFieldSpecified": false,
"tempTableRatingEndDateFieldSpecified": false,
"tempFlatEndDateFieldSpecified": false,
"tempFlatExtraAmtFieldSpecified": false,
"flatExtraPremBasisField": null,
"modalGrossFlatExtraPremAmtFieldSpecified": false,
"modalGrossFlatExtraAllowanceAmtFieldSpecified": false,
"issuedAsAppliedIndField": null,
"underwritingClassField": {
"tcField": "2147483647",
"valueField": "Other"
},
"underwritingSubClassField": null,
"beneficiarySeqNumField": null,
"beneficiaryPercentDistributionFieldSpecified": false,
"beneficiaryAmountDistributionFieldSpecified": false,
"irrevokableIndField": null,
"beneficiaryShareMethodField": null,
"beneficiaryCommonDisasterPeriodField": null,
"distributionOptionField": null,
"beneficiaryDesignationField": null,
"beneficiaryRoleCodeField": null,
"beneficiaryRoleCodeDescField": null,
"aSCOCodeField": null,
"reconsiderationDateFieldSpecified": false,
"ratingCommissionRuleField": null,
"classNameField": null,
"commissionLinkField": null,
"participantStatusField": null,
"issueAgeSourceField": null,
"ageSetBackQuantityField": null,
"originalIssueAgeField": null,
"insuredSeqNumField": null,
"modalGrossPermFlatExtraAllowanceAmtFieldSpecified": false,
"modalGrossTempFlatExtraAllowanceAmtFieldSpecified": false,
"tempFlatExtraDurationField": null,
"effDateFieldSpecified": false,
"ageCalculationTypeField": null,
"tempPercentageLoadingFieldSpecified": false,
"permPercentageLoadingFieldSpecified": false,
"permTableRatingAlphaCodeField": null,
"tempTableRatingCodeField": null,
"occupationField": null,
"occupClassField": null,
"privacyLastCommunicationDateFieldSpecified": false,
"beneficiaryIncomeOptionField": null,
"tempRatingTypeField": null,
"proceedsHoldDurationField": null,
"proceedsHoldDurUnitMeasureField": null,
"lastRatingDateFieldSpecified": false,
"employmentClassField": null,
"beneficiaryClaimPeriodField": null,
"beneClaimPeriodMeasureUnitField": null,
"permRatingTypeField": null,
"termDateFieldSpecified": false,
"faceAmtFieldSpecified": false,
"livesWithPrimaryInsIndField": null,
"dependentOnPrimaryInsIndField": null,
"tempFlatStartDateFieldSpecified": false,
"tempFlatExtraOverrideEndDateFieldSpecified": false,
"tempFlatExtraOverrideEffDateFieldSpecified": false,
"permRatingAmtPerThouFieldSpecified": false,
"tempRatingAmtPerThouFieldSpecified": false,
"temporaryRoleIndField": null,
"preferredBeneficiaryIndField": null,
"substandardRatingField": null,
"assocParticipantObjectInfoField": null,
"underwritingResultField": null,
"deliveryInfoField": null,
"beneficiaryIncomeOptionInfoField": null,
"oLifEExtensionField": null,
"idField": null,
"partyIDField": null,
"mailingAddressIDField": null,
"dataRepFieldSpecified": false
}
],
"attachmentField": null,
"reinsuranceInfoField": null,
"benefitLimitField": null,
"restrictionInfoField": null,
"underwritingReviewField": null,
"subAccountInfoField": null,
"addedDateFieldSpecified": false,
"issueDateFieldSpecified": false,
"exerciseDateFieldSpecified": false,
"durationField": null,
"lastAnniversaryDateFieldSpecified": false,
"nextAnniversaryDateFieldSpecified": false,
"issueGenderField": null,
"statusChangeDateFieldSpecified": false,
"groupCoverageField": null,
"conditionTypeOptionField": null,
"upgradeAvailableIndField": null,
"keyedValueField": null,
"coverageXLatField": null,
"paidUpDateFieldSpecified": false,
"mortalityOrMorbidityTableField": null,
"chargeTotalAmtFieldSpecified": false,
"reserveIntRateFieldSpecified": false,
"participatingCSVIndField": null,
"priorCovNumberField": null,
"issueBasisField": null,
"deathBenefitPctIncFieldSpecified": false,
"feeField": null,
"reserveFunctionField": null,
"jointAgeBasisField": null,
"lineOfBusinessField": null,
"paidToDateFieldSpecified": false,
"participatingIndField": null,
"priorEffDateFieldSpecified": false,
"descriptionField": null,
"numLivesField": null,
"numChildrenExcludedField": null,
"numChildrenField": null,
"initialReserveIntRateFieldSpecified": false,
"reserveIntRateSplitDurField": null,
"oLifEExtensionField": null,
"idField": "COV_Base_NT2095",
"dataRepFieldSpecified": false,
"carrierLicenseIDField": null
},
{
"coverageKeyField": null,
"coverageSysKeyField": null,
"carrierAdminSystemField": null,
"planNameField": "Accidental Death Benefit Rider - Term [AL1000]",
"shortNameField": null,
"marketingNameField": null,
"productCodeField": "AL1000",
"productVersionCodeField": null,
"covNumberField": null,
"formNoField": null,
"lifeCovStatusField": null,
"statusReasonField": null,
"issueTypeField": null,
"purposeField": null,
"issueNationField": null,
"jurisdictionField": null,
"lifeCovTypeCodeField": {
"tcField": "127",
"valueField": "AccidentalDeathAndorDisability"
},
"indicatorCodeField": {
"tcField": "2",
"valueField": "Rider"
},
"dBOSwitchField": null,
"renewableIndField": null,
"durationDesignField": null,
"costOfInsDurationDesignField": null,
"livesTypeField": null,
"expiryDateFieldSpecified": false,
"paymentStructureField": null,
"premFreezeDateFieldSpecified": false,
"benefitStructureField": null,
"deathBenefitOptTypeField": null,
"guaranteedCoverageOptionField": null,
"equivalentAgeField": null,
"guarIntRateFieldSpecified": false,
"premSourceTypeField": null,
"qualAddBenefitIndField": null,
"beneDesignationWordingField": null,
"paymentModeField": null,
"divSeriesIndStringField": null,
"tIAInEffectIndField": null,
"tIAEffDateFieldSpecified": false,
"tIAAmountFieldSpecified": false,
"premAmtATDFieldSpecified": false,
"cashSurrValueFieldSpecified": false,
"cashValueFieldSpecified": false,
"surrChargeAmtFieldSpecified": false,
"currentAmtFieldSpecified": false,
"deathBenefitAmtFieldSpecified": false,
"initCovAmtField": 10000.0,
"initCovAmtFieldSpecified": true,
"intialNumberOfUnitsFieldSpecified": false,
"currentNumberOfUnitsFieldSpecified": false,
"valuePerUnitFieldSpecified": false,
"minPremAmtFieldSpecified": false,
"modalPremAmtFieldSpecified": false,
"targetPremAmtFieldSpecified": false,
"target2PremAmtFieldSpecified": false,
"targetPremAmtATDFieldSpecified": false,
"targetPremAmtITDFieldSpecified": false,
"targetPremAmtMTDFieldSpecified": false,
"targetPremAmtYTDFieldSpecified": false,
"annualPremAmtFieldSpecified": false,
"totAnnualPremAmtFieldSpecified": false,
"allocPremATDFieldSpecified": false,
"allocPremITDFieldSpecified": false,
"guarCOIChargesMTDFieldSpecified": false,
"deductedCOIChgsATDFieldSpecified": false,
"deductedCOIChgsITDFieldSpecified": false,
"deductedCOIChgsMTDFieldSpecified": false,
"deductedCOIChgsYTDFieldSpecified": false,
"surrTargetPremFieldSpecified": false,
"gDBPremFieldSpecified": false,
"surrChargeFieldSpecified": false,
"surrChargeITDFieldSpecified": false,
"conversionDateFieldSpecified": false,
"effDateFieldSpecified": false,
"termDateFieldSpecified": false,
"finalPaymentDateFieldSpecified": false,
"paymentDueDateFieldSpecified": false,
"lastPaymentDateFieldSpecified": false,
"benefitPeriodField": null,
"benefitModeField": null,
"benefitIndexFieldSpecified": false,
"monthlyBenefitAmtFieldSpecified": false,
"monthlyBenefitEffDateFieldSpecified": false,
"guidelineAnnPremFieldSpecified": false,
"guidelineAnnPremSumFieldSpecified": false,
"guidelineSinglePremFieldSpecified": false,
"guidelineFaceFieldSpecified": false,
"mec7DBLowestFieldSpecified": false,
"sECGuidelinePremFieldSpecified": false,
"salaryPctFieldSpecified": false,
"netAmtAtRiskFieldSpecified": false,
"interestEarnedATDFieldSpecified": false,
"interestEarnedITDFieldSpecified": false,
"grandfatheredIndField": null,
"benefitScheduleTypeField": null,
"coveragePercentageSelectedFieldSpecified": false,
"filedFormNumberField": null,
"eliminationPeriodField": null,
"mortgageInterestRateFieldSpecified": false,
"issuedAsAppliedIndField": null,
"equivalentUnderwritingClassField": null,
"equivalentUnderwritingSubClassField": null,
"excessPremAmtATDFieldSpecified": false,
"excessPremAmtITDFieldSpecified": false,
"excessPremAmtMTDFieldSpecified": false,
"excessPremAmtYTDFieldSpecified": false,
"premiumPerUnitFieldSpecified": false,
"premiumRatePerUnitFieldSpecified": false,
"renewalPremiumPerUnitFieldSpecified": false,
"renewalPremiumRatePerUnitFieldSpecified": false,
"tobaccoPremiumBasisField": null,
"commissionLinkField": null,
"valuationClassTypeField": null,
"valuationBaseSeriesField": null,
"valuationSubSeriesField": null,
"policyExhibitStatusField": null,
"reserveMethodField": null,
"lastPremAmtFieldSpecified": false,
"childMatureAgeField": null,
"childAgeUseField": null,
"benefitCoordinationIndField": null,
"preExistingConditionIndField": null,
"benefitPeriodAccField": null,
"benefitPeriodSickField": null,
"elimPeriodAccField": null,
"elimPeriodSickField": null,
"deductionOptionField": null,
"benefitAmtAccFieldSpecified": false,
"benefitAmtSickFieldSpecified": false,
"payToAgeField": null,
"payToYearField": null,
"levelPremiumPeriodField": null,
"levelPremiumPeriodUnitsField": null,
"commissionRateFieldSpecified": false,
"eRContribAmtFieldSpecified": false,
"eEContribAmtFieldSpecified": false,
"eRContribPctFieldSpecified": false,
"eEContribPctFieldSpecified": false,
"covOptionField": null,
"lifeParticipantField": null,
"attachmentField": null,
"reinsuranceInfoField": null,
"benefitLimitField": null,
"restrictionInfoField": null,
"underwritingReviewField": null,
"subAccountInfoField": null,
"addedDateFieldSpecified": false,
"issueDateFieldSpecified": false,
"exerciseDateFieldSpecified": false,
"durationField": null,
"lastAnniversaryDateFieldSpecified": false,
"nextAnniversaryDateFieldSpecified": false,
"issueGenderField": null,
"statusChangeDateFieldSpecified": false,
"groupCoverageField": null,
"conditionTypeOptionField": null,
"upgradeAvailableIndField": null,
"keyedValueField": null,
"coverageXLatField": null,
"paidUpDateFieldSpecified": false,
"mortalityOrMorbidityTableField": null,
"chargeTotalAmtFieldSpecified": false,
"reserveIntRateFieldSpecified": false,
"participatingCSVIndField": null,
"priorCovNumberField": null,
"issueBasisField": null,
"deathBenefitPctIncFieldSpecified": false,
"feeField": null,
"reserveFunctionField": null,
"jointAgeBasisField": null,
"lineOfBusinessField": null,
"paidToDateFieldSpecified": false,
"participatingIndField": null,
"priorEffDateFieldSpecified": false,
"descriptionField": null,
"numLivesField": null,
"numChildrenExcludedField": null,
"numChildrenField": null,
"initialReserveIntRateFieldSpecified": false,
"reserveIntRateSplitDurField": null,
"oLifEExtensionField": null,
"idField": "COV_Rider_AL1000",
"dataRepFieldSpecified": false,
"carrierLicenseIDField": null
}
],
"lifeUSAField": null,
"lifeCanadaField": null,
"keyedValueField": null,
"superannuationField": null,
"oLifEExtensionField": null,
"idField": null,
"dataRepFieldSpecified": false
},
"applicationInfoField": {
"hOAssignedAppNumberField": null,
"trackingIDField": "24531",
"trackingIDVendorCodeField": null,
"hOAppFormNumberField": null,
"applicationTypeField": {
"tcField": "1",
"valueField": "New Application"
},
"applicationJurisdictionField": {
"tcField": "26",
"valueField": "Massachusetts"
},
"applicationCountyField": null,
"applicationCountryField": null,
"territoryField": null,
"formalAppIndField": {
"tcField": "1",
"valueField": "true"
},
"counterOfferOKField": null,
"signedDateFieldSpecified": false,
"submissionDateFieldSpecified": false,
"submissionTimeFieldSpecified": false,
"submissionTypeField": null,
"applicationCollectionDateFieldSpecified": false,
"hOReceiptDateFieldSpecified": false,
"carrierInputDateFieldSpecified": false,
"resubmitDateFieldSpecified": false,
"caseRewriteDateFieldSpecified": false,
"hOCompletionDateFieldSpecified": false,
"requestedIssueDateFieldSpecified": false,
"hOPolicyMailDateFieldSpecified": false,
"hOPolicyRemailDateFieldSpecified": false,
"placementEndDateFieldSpecified": false,
"agentCWADateFieldSpecified": false,
"hOCWADateFieldSpecified": false,
"policyDeliveryReceiptDateFieldSpecified": false,
"tIASignedDateFieldSpecified": false,
"appRequestDateFieldSpecified": false,
"initialBillToDateFieldSpecified": false,
"requestedPolDateFieldSpecified": false,
"cWAAmtFieldSpecified": false,
"totalCWAAmtFieldSpecified": false,
"paymentFormField": null,
"premBalDueFieldSpecified": false,
"maxRiskAmtFieldSpecified": false,
"caseOrgCodeFunctionField": null,
"caseOrgCodeField": null,
"caseLocationDateFieldSpecified": false,
"appProposedInsuredSignatureOKField": null,
"appOwnerSignatureOKField": null,
"appWritingAgentSignatureOKField": null,
"blanketAuthorizationIndField": null,
"defaultEnrollmentIndField": null,
"prefLanguageField": null,
"nBContactNameField": null,
"hOUnderwriterNameField": null,
"lastUnderwritingActivityDateFieldSpecified": false,
"lastUnderwritingActivityTimeFieldSpecified": false,
"additionalIndField": null,
"alternateIndField": null,
"clientMaterialsIndField": null,
"consumerInfoIndField": null,
"disclosureIndField": null,
"hIVConsentAuthIndField": null,
"hIVTestedIndField": null,
"homeOfficePurchaseIndField": null,
"replacementIndField": {
"tcField": "0",
"valueField": "false"
},
"salesMaterialIndField": null,
"suitabiltyPerformedIndField": null,
"suitabilityIndField": null,
"applicationSignatureTypeField": null,
"fundingDisclosureIndField": null,
"replacementReasonField": null,
"producerReplacementDisclosureIndField": null,
"producerReplacementAppropriatenessIndField": null,
"userCodeField": null,
"agentRelatedIndField": null,
"illustrationConfirmationNumField": null,
"illustrationProvidedIndField": null,
"backDateTypeField": null,
"quotedPremiumAmtFieldSpecified": false,
"hOAppFormTypeField": null,
"applicationOriginField": null,
"quotedPremiumModeField": null,
"distributorReceiptDateFieldSpecified": false,
"reqPolicyDeliveryMethodField": {
"tcField": "1999900001",
"valueField": "Customer E-policy Delivery"
},
"applicationCountyTCField": null,
"creditCardOfferedField": null,
"contractSitusDiffersIndField": null,
"contractSitusReasonCodeField": null,
"cashOnDeliveryIndField": null,
"anticipatedEnrollmentDateFieldSpecified": false,
"questionsFromCarrierDueDateFieldSpecified": false,
"proposalDueDateFieldSpecified": false,
"anticipatedClientIntenDateFieldSpecified": false,
"applicationSignedStateField": null,
"requestedPresentationDateFieldSpecified": false,
"proposalDueTimeFieldSpecified": false,
"applicationCollectionTimeFieldSpecified": false,
"appPackageTypeField": null,
"solicitationDateFieldSpecified": false,
"orderSolicitationIndField": null,
"signatureInfoField": null,
"identityVerificationField": null,
"oLifEExtensionField": [
{
"anyField": [
{
"RemarksInd": {
"@xmlns": "",
"#text": "0"
}
},
{
"SBLIAppSectNQ1": {
"@tc": "0",
"@xmlns": ""
}
},
{
"SBLIAppSectNQ2": {
"@tc": "0",
"@xmlns": ""
}
},
{
"SBLIAppSectNQ3": {
"@tc": "0",
"@xmlns": ""
}
},
{
"SBLIAppSectNQ4": {
"@tc": "0",
"@xmlns": ""
}
},
{
"SBLIAppSectNQ5": {
"@tc": "0",
"@xmlns": ""
}
},
{
"SBLIAppSectNQ6": {
"@tc": "0",
"@xmlns": ""
}
},
{
"SBLIAppSectNQ7": {
"@tc": "0",
"@xmlns": ""
}
},
{
"CRAEligible": {
"@tc": "0",
"@xmlns": ""
}
},
{
"SectionJRemarks": {
"@xmlns": "",
"#cdata-section": ""
}
},
{
"LeadOriginationCode": {
"@xmlns": "",
"#text": "0168"
}
}
],
"vendorCodeField": "100",
"extensionCodeField": null,
"dataRepFieldSpecified": false,
"systemCodeField": null
}
],
"idField": null,
"casePartyIDField": null,
"reqPolicyDeliverToPartyIDField": null,
"dataRepFieldSpecified": false
},
"requirementInfoField": [
{
"reqCodeField": {
"tcField": "535",
"valueField": "Diagnose"
},
"requirementInfoKeyField": null,
"requirementInfoSysKeyField": null,
"hORequirementRefIDField": null,
"requirementInfoUniqueIDField": null,
"sequenceField": null,
"formNoField": null,
"formVersionField": null,
"requirementDetailsField": null,
"restrictIssueCodeField": null,
"reqStatusField": {
"tcField": "2",
"valueField": "Submitted"
},
"requestedDateFieldSpecified": false,
"reRequestedDateFieldSpecified": false,
"fulfilledDateFieldSpecified": false,
"fulfilledTimeFieldSpecified": false,
"receivedDateFieldSpecified": false,
"scheduledDateFieldSpecified": false,
"receivedAtLocationDateFieldSpecified": false,
"requestedScheduleDateFieldSpecified": false,
"requestedScheduleTimeStartFieldSpecified": false,
"requestedScheduleTimeEndFieldSpecified": false,
"userCodeField": null,
"formRecievedWithAppIndField": null,
"referredDateFieldSpecified": false,
"statusDateFieldSpecified": false,
"statusTimeFieldSpecified": false,
"historyStartDateFieldSpecified": false,
"historyEndDateFieldSpecified": false,
"requirementStatusReasonField": null,
"responsiblePartyTypeField": null,
"receivedPartyOrgCodeField": null,
"referredPartyOrgCodeField": null,
"releasePartyOrgCodeField": null,
"mIBInquiryReasonField": null,
"appliesToPartyTypeField": null,
"requirementAcctNumField": "90001",
"providerOrderNumField": null,
"carrierOrderNumField": null,
"reqCategoryField": null,
"providerServiceCodeField": null,
"reqSubStatusField": null,
"dueDateFieldSpecified": false,
"dueTimeFieldSpecified": false,
"orderReceivedDateFieldSpecified": false,
"historyDurationField": null,
"historyDurationQualifierField": null,
"intendedUseOfInformationTypeField": null,
"submissionTypeField": null,
"reqSubmissionTypeField": null,
"priorityField": null,
"followUpCountField": null,
"languageInterpreterNeededField": null,
"interpretedLanguageField": null,
"statusReceiverPartyField": null,
"resultsReceiverPartyField": null,
"statusEventField": null,
"attachmentField": null,
"preferredReqFulfillerField": null,
"trackingInfoField": null,
"evaluationFaceAmtFieldSpecified": false,
"keyedValueField": null,
"oLifEExtensionField": null,
"idField": null,
"appliesToPartyIDField": null,
"requesterPartyIDField": null,
"fulfillerPartyIDField": null,
"receivedPartyIDField": null,
"referredPartyIDField": null,
"requestedAddressIdField": null,
"dataRepFieldSpecified": false,
"requestorContactPartyIDField": null,
"appliesToParticipantIDField": null,
"physicianPartyIDField": null,
"facilityPartyIDField": null
}
],
"endorsementField": null,
"financialActivityField": null,
"claimField": null,
"altPremModeField": null,
"groupPolicyField": null,
"exchangeReasonField": null,
"keyedValueField": null,
"oLifEExtensionField": null,
"idField": null,
"productIDField": null,
"carrierPartyIDField": null,
"bankIDField": null,
"bankHoldingIDField": null,
"dataRepFieldSpecified": false
},
"investmentField": null,
"attachmentField": null,
"compensationPaymentField": null,
"intentField": null,
"arrangementField": null,
"loanField": null,
"systemMessageField": null,
"bankingField": null,
"authorizationField": null,
"holdingXLatField": null,
"feeField": null,
"restrictionInfoField": null,
"policyValuesField": null,
"surrenderChargeScheduleField": null,
"keyedValueField": null,
"oLifEExtensionField": null,
"idField": "Holding_24531",
"dataRepFieldSpecified": false
},
{
"formInstanceKeyField": null,
"formInstanceSysKeyField": null,
"formNameField": null,
"primaryFormIndField": null,
"providerFormNumberField": null,
"formVersionField": null,
"submitDateFieldSpecified": false,
"completionDateFieldSpecified": false,
"imageSubmissionTypeField": null,
"originalInputModeField": null,
"formInstanceCategoryField": null,
"carrierCodeField": null,
"polNumberField": null,
"creationDateFieldSpecified": false,
"creationTimeFieldSpecified": false,
"companyProducerIDField": null,
"relatedObjectTypeField": null,
"formInstanceTrackingIDField": null,
"formInstanceVersionField": null,
"documentControlNumberField": null,
"documentControlTypeField": null,
"formInstanceStatusField": null,
"updateModeField": null,
"formInstanceUpdateReasonField": null,
"formInstanceStatusDateFieldSpecified": false,
"imageFormField": null,
"userCodeField": null,
"originatingTransTypeField": null,
"originatingTransSubTypeField": null,
"formResponseField": [
{
"formResponseKeyField": null,
"formResponseSysKeyField": null,
"questionNumberField": "cond_coverage",
"questionTextField": "Does the proposed insured intend to apply for a Conditional Coverage?",
"helpTextField": null,
"responseCodeField": null,
"responseDataField": null,
"responseTextField": "No",
"questionTypeField": null,
"responseTypeField": null,
"answerTypeField": null,
"sectionIdentifierField": null,
"attachmentField": null,
"associatedResponseDataField": null,
"answerChoiceField": null,
"oLifEExtensionField": null,
"idField": null,
"dataRepFieldSpecified": false
}
],
"signatureInfoField": null,
"attachmentField": null,
"jurisdictionApprovalField": null,
"keyedValueField": null,
"oLifEExtensionField": null,
"idField": null,
"providerPartyIDField": null,
"relatedObjectIDField": null,
"receiverPartyIDField": null,
"dataRepFieldSpecified": false
},
{
"partyTypeCodeField": {
"tcField": "2",
"valueField": null
},
"carrierAdminSystemField": null,
"partyKeyField": null,
"partySysKeyField": null,
"fullNameField": "test",
"govtIDField": "123456789",
"govtIDStatField": null,
"govtIDTCField": {
"tcField": "1",
"valueField": null
},
"residenceStateField": {
"tcField": "26",
"valueField": "Massachusetts"
},
"residenceCountryField": {
"tcField": "0",
"valueField": "Unknown"
},
"residenceCountyField": null,
"residenceZipField": null,
"estNetWorthFieldSpecified": false,
"estTotLiabilitiesAmtFieldSpecified": false,
"currencyTypeCodeField": null,
"prefCommField": null,
"bestTimeToCallFromFieldSpecified": false,
"bestTimeToCallToFieldSpecified": false,
"iDReferenceNoField": "00901",
"iDReferenceTypeField": null,
"taxOfficeField": null,
"liquidNetWorthAmtFieldSpecified": false,
"estTotAssetsAmtFieldSpecified": false,
"businessAssetAmtFieldSpecified": false,
"withholdingRequiredIndField": null,
"residenceCountyTCField": null,
"itemField": {
"organizationKeyField": null,
"organizationSysKeyField": null,
"orgFormField": {
"tcField": "23",
"valueField": null
},
"trustTypeField": null,
"trustTypeDescField": null,
"trustForBeneOfNaturalPersIndField": null,
"irrevokableIndField": null,
"abbrNameField": "test",
"natureCategoryField": null,
"estabDateFieldSpecified": false,
"numOwnersField": null,
"dBAField": null,
"orgCodeField": null,
"orgCodeNameField": "test",
"orgCodeFunctionField": null,
"profitObjectiveField": null,
"dUNSNumberField": null,
"dTCCMemberCodeField": null,
"estTaxBracketFieldSpecified": false,
"aCORDVendorCodeField": null,
"dissolvedDateFieldSpecified": false,
"branchField": null,
"publiclyTradedIndField": null,
"natureSubCategoryField": null,
"dTCCAssociatedMemberCodeField": null,
"businessDescField": null,
"secondaryBusinessDescField": null,
"sICCodeDescriptionField": null,
"minRetirementYearsServiceField": null,
"minRetirementAgeField": null,
"nAICSCodeField": null,
"nAICSCodeDescriptionField": null,
"sICCodeField": null,
"durationField": null,
"durQualifierField": null,
"taxStatusField": null,
"organizationFinancialDataField": null,
"situsInfoField": null,
"unionInvolvementInfoField": null,
"businessInsPurposeInfoField": null,
"oLifEExtensionField": null,
"idField": "Person_123456789_Party_Organization_Agency",
"dataRepFieldSpecified": false
},
"addressField": [
{
"addressKeyField": null,
"addressSysKeyField": null,
"addressTypeCodeField": {
"tcField": "1",
"valueField": "Residence"
},
"attentionLineField": null,
"line1Field": "Address-Jones",
"line2Field": "",
"line3Field": null,
"line4Field": null,
"line5Field": null,
"cityField": "Somewhere--50",
"cityCodeField": null,
"addressStateField": null,
"addressStateTCField": {
"tcField": "26",
"valueField": "Massachusetts"
},
"zipField": "03001",
"addressCountryField": null,
"addressCountryTCField": {
"tcField": "0",
"valueField": "Unknown"
},
"prefAddrField": null,
"solicitationIndField": null,
"endDateFieldSpecified": false,
"startDateFieldSpecified": false,
"yearsAtAddressFieldSpecified": false,
"recurringEndMoDayField": null,
"recurringStartMoDayField": null,
"postalDropCodeField": null,
"returnedMailIndField": null,
"addressFormatTCField": null,
"addressBarCodeIndField": null,
"preventOverrideIndField": null,
"legalAddressIndField": null,
"languageField": null,
"addressValidIndField": null,
"countyNameField": null,
"countyCodeField": null,
"oLifEExtensionField": null,
"idField": "Address_123456789_Party_Organization_Agency",
"dataRepFieldSpecified": false
}
],
"phoneField": [
{
"phoneKeyField": null,
"phoneSysKeyField": null,
"phoneTypeCodeField": {
"tcField": "2",
"valueField": "Business"
},
"countryCodeField": null,
"areaCodeField": "789",
"dialNumberField": "0123456",
"aliasDialNumberField": null,
"extField": null,
"prefPhoneField": null,
"bestTimeToCallFromFieldSpecified": false,
"bestTimeToCallToFieldSpecified": false,
"invalidIndField": null,
"solicitationIndField": null,
"startDateFieldSpecified": false,
"endDateFieldSpecified": false,
"recurringEndMoDayField": null,
"recurringStartMoDayField": null,
"phoneCountryTCField": null,
"tTYIndField": null,
"sequenceField": null,
"bestDayToCallCCField": null,
"speedDialField": null,
"oLifEExtensionField": null,
"idField": "BusinessPhone_123456789_Party_Organization_Agency",
"dataRepFieldSpecified": false
}
],
"attachmentField": null,
"carrierField": null,
"clientField": null,
"producerField": {
"producerKeyField": null,
"producerSysKeyField": null,
"certificationField": null,
"nIPRNumberField": null,
"prefLanguageField": null,
"alternateLanguageField": null,
"alternateLanguageProficiencyField": null,
"cRDNumberField": null,
"licenseField": null,
"carrierAppointmentField": [
{
"carrierAppointmentKeyField": null,
"carrierAppointmentSysKeyField": null,
"companyProducerIDField": "00901",
"companyProducerIDSourceField": null,
"carrierAppointmentNameField": null,
"carrierCodeField": null,
"carrierNameField": null,
"apptCountryField": null,
"apptStateField": null,
"effDateFieldSpecified": false,
"expDateFieldSpecified": false,
"durationField": null,
"carrierApptTypeCodeField": null,
"carrierApptStatusField": null,
"classField": null,
"lineOfBusinessField": null,
"licenseProvisionTCField": null,
"backgroundCheckAuthorizationIndField": null,
"employeeIndField": null,
"eOWaiverU4SuppliedIndField": null,
"appointmentCategoryField": null,
"carrierApptStatusDateFieldSpecified": false,
"carrierApptStatusReasonField": null,
"qualOfficerOr3WayField": null,
"underwritingPrivilegeTypeField": null,
"workStatusCodeField": null,
"solicitorTypeField": null,
"vestedTypeField": null,
"apptCountyField": null,
"distributionChannelCCField": null,
"distributionAgreementInfoField": null,
"distributionLevelField": null,
"lineOfAuthorityField": null,
"distributionChannelInfoField": null,
"requirementInfoField": null,
"feeField": null,
"serviceModelContactField": null,
"attachmentField": null,
"keyedValueField": null,
"oLifEExtensionField": null,
"idField": null,
"partyIDField": null,
"licenseIDField": null,
"dataRepFieldSpecified": false,
"appointmentAddressIDField": null,
"agencyAffiliationIDField": null,
"qualifyingOfficerIDField": null
}
],
"registrationField": null,
"producerAgreementField": null,
"designationInfoField": null,
"nationApprovalField": null,
"oLifEExtensionField": null,
"idField": null,
"dataRepFieldSpecified": false,
"eOCoverageIDField": null
},
"eMailAddressField": null,
"uRLField": null,
"priorNameField": null,
"riskField": null,
"physicianField": null,
"pharmacyField": null,
"employmentField": null,
"govtIDInfoField": null,
"ratingAgencyInfoField": null,
"partialIdentificationField": null,
"residenceStateDurationField": null,
"deliveryInfoField": null,
"keyedValueField": null,
"partyXLatField": null,
"oLifEExtensionField": null,
"idField": "Party_123456789_Party_Organization_Agency",
"dataRepFieldSpecified": false
},
{
"partyTypeCodeField": {
"tcField": "1",
"valueField": null
},
"carrierAdminSystemField": null,
"partyKeyField": null,
"partySysKeyField": null,
"fullNameField": "Fred Long",
"govtIDField": "456789123",
"govtIDStatField": null,
"govtIDTCField": {
"tcField": "1",
"valueField": null
},
"residenceStateField": {
"tcField": "2147483647",
"valueField": "Other"
},
"residenceCountryField": {
"tcField": "0",
"valueField": "Unknown"
},
"residenceCountyField": null,
"residenceZipField": null,
"estNetWorthFieldSpecified": false,
"estTotLiabilitiesAmtFieldSpecified": false,
"currencyTypeCodeField": null,
"prefCommField": {
"tcField": "6",
"valueField": "CellPhone"
},
"bestTimeToCallFromFieldSpecified": false,
"bestTimeToCallToFieldSpecified": false,
"iDReferenceNoField": null,
"iDReferenceTypeField": null,
"taxOfficeField": null,
"liquidNetWorthAmtFieldSpecified": false,
"estTotAssetsAmtFieldSpecified": false,
"businessAssetAmtFieldSpecified": false,
"withholdingRequiredIndField": null,
"residenceCountyTCField": null,
"itemField": {
"personKeyField": null,
"personSysKeyField": null,
"firstNameField": "Fred",
"middleNameField": "",
"lastNameField": "Long",
"nickNameField": null,
"initialsField": null,
"prefixField": null,
"suffixField": null,
"titleField": null,
"occupationField": null,
"marStatField": {
"tcField": "1",
"valueField": null
},
"genderField": {
"tcField": "1",
"valueField": "Male"
},
"birthDateField": "1971-06-08T00:00:00",
"birthDateFieldSpecified": true,
"dOBEstimatedField": null,
"educationTypeField": null,
"eyeColorField": null,
"hairColorField": null,
"passportNoField": null,
"ageField": "50",
"citizenshipField": {
"tcField": "0",
"valueField": "Unknown"
},
"occupClassField": null,
"occupationTypeField": null,
"estRetireDateFieldSpecified": false,
"estMortalityDateFieldSpecified": false,
"estSalaryFieldSpecified": false,
"estGrossAnnualOtherIncomeFieldSpecified": false,
"netIncomeAmtFieldSpecified": false,
"netSavingsAmtFieldSpecified": false,
"tobaccoTypeField": null,
"tobaccoFreeFieldSpecified": false,
"smokerStatField": {
"tcField": "0",
"valueField": "non-smoker"
},
"smokingFrequencyModeField": null,
"smokingFrequencyNumberField": null,
"heightField": null,
"height2Field": null,
"weightFieldSpecified": false,
"weight2Field": null,
"driversLicenseNumField": "",
"noDriversLicenseIndField": null,
"noDriversLicenseReasonField": null,
"driversLicenseStateField": {
"tcField": "2147483647",
"valueField": "Other"
},
"driversLicenseCountryField": null,
"driversLicenseStatusField": null,
"incomeInfoFromPartyIndField": null,
"birthCountryField": {
"tcField": "1",
"valueField": "United States of America"
},
"birthJurisdictionField": null,
"birthJurisdictionTCField": {
"tcField": "2147483647",
"valueField": "Other"
},
"birthCityField": null,
"govtImmigrationNoField": null,
"immigrationStatusField": null,
"immigrationEntryDateFieldSpecified": false,
"alternateTaxIDField": null,
"alternateTaxIDTCField": null,
"visaClassTypeField": null,
"visaDetailsField": null,
"visaExpDateFieldSpecified": false,
"visaNationOfOriginField": null,
"visaNationOfOriginDescField": null,
"guestCountryField": null,
"guestLengthOfStayYearsField": null,
"guestLengthOfStayMonthsField": null,
"guestLengthOfStayDaysField": null,
"restrictionIndField": null,
"restrictionReasonField": null,
"aSCOCodeField": null,
"workExperienceTravelFieldSpecified": false,
"workExperienceManualFieldSpecified": false,
"workExperienceAdminFieldSpecified": false,
"workExperienceSupervisoryManualFieldSpecified": false,
"workExperienceSupervisoryAdminFieldSpecified": false,
"highestEducationLevelField": null,
"proofOfAgeIndField": null,
"mortalityConfirmDateFieldSpecified": false,
"deathCountryField": null,
"deathJurisdictionTCField": null,
"ethnicTypeField": null,
"driversLicenseIssueDateFieldSpecified": false,
"driversLicenseExpDateFieldSpecified": false,
"driversLicenseIssueAgencyField": null,
"nonResidentAlienIndField": null,
"educationField": null,
"causeOfDeathField": null,
"keyedValueField": null,
"oLifEExtensionField": null,
"idField": "Person_456789123_Party_Person_Owner",
"dataRepFieldSpecified": false
},
"addressField": [
{
"addressKeyField": null,
"addressSysKeyField": null,
"addressTypeCodeField": {
"tcField": "1",
"valueField": "Residence"
},
"attentionLineField": null,
"line1Field": "Address-Long",
"line2Field": "",
"line3Field": null,
"line4Field": null,
"line5Field": null,
"cityField": "Somewhere--35",
"cityCodeField": null,
"addressStateField": null,
"addressStateTCField": {
"tcField": "26",
"valueField": "Massachusetts"
},
"zipField": "03001",
"addressCountryField": null,
"addressCountryTCField": {
"tcField": "0",
"valueField": "Unknown"
},
"prefAddrField": null,
"solicitationIndField": null,
"endDateFieldSpecified": false,
"startDateFieldSpecified": false,
"yearsAtAddressFieldSpecified": false,
"recurringEndMoDayField": null,
"recurringStartMoDayField": null,
"postalDropCodeField": null,
"returnedMailIndField": null,
"addressFormatTCField": null,
"addressBarCodeIndField": null,
"preventOverrideIndField": null,
"legalAddressIndField": null,
"languageField": null,
"addressValidIndField": null,
"countyNameField": null,
"countyCodeField": null,
"oLifEExtensionField": null,
"idField": "Address_456789123_Party_Person_Owner",
"dataRepFieldSpecified": false
}
],
"phoneField": [
{
"phoneKeyField": null,
"phoneSysKeyField": null,
"phoneTypeCodeField": {
"tcField": "1",
"valueField": "Home"
},
"countryCodeField": null,
"areaCodeField": "567",
"dialNumberField": "8901234",
"aliasDialNumberField": null,
"extField": null,
"prefPhoneField": null,
"bestTimeToCallFromFieldSpecified": false,
"bestTimeToCallToFieldSpecified": false,
"invalidIndField": null,
"solicitationIndField": null,
"startDateFieldSpecified": false,
"endDateFieldSpecified": false,
"recurringEndMoDayField": null,
"recurringStartMoDayField": null,
"phoneCountryTCField": null,
"tTYIndField": null,
"sequenceField": null,
"bestDayToCallCCField": null,
"speedDialField": null,
"oLifEExtensionField": null,
"idField": "HomePhone_456789123_Party_Person_Owner",
"dataRepFieldSpecified": false
},
{
"phoneKeyField": null,
"phoneSysKeyField": null,
"phoneTypeCodeField": {
"tcField": "2",
"valueField": "Business"
},
"countryCodeField": null,
"areaCodeField": "789",
"dialNumberField": "0123456",
"aliasDialNumberField": null,
"extField": null,
"prefPhoneField": null,
"bestTimeToCallFromFieldSpecified": false,
"bestTimeToCallToFieldSpecified": false,
"invalidIndField": null,
"solicitationIndField": null,
"startDateFieldSpecified": false,
"endDateFieldSpecified": false,
"recurringEndMoDayField": null,
"recurringStartMoDayField": null,
"phoneCountryTCField": null,
"tTYIndField": null,
"sequenceField": null,
"bestDayToCallCCField": null,
"speedDialField": null,
"oLifEExtensionField": null,
"idField": "BusinessPhone_456789123_Party_Person_Owner",
"dataRepFieldSpecified": false
}
],
"attachmentField": null,
"carrierField": null,
"clientField": null,
"producerField": null,
"eMailAddressField": null,
"uRLField": null,
"priorNameField": null,
"riskField": null,
"physicianField": null,
"pharmacyField": null,
"employmentField": null,
"govtIDInfoField": null,
"ratingAgencyInfoField": null,
"partialIdentificationField": null,
"residenceStateDurationField": null,
"deliveryInfoField": null,
"keyedValueField": null,
"partyXLatField": null,
"oLifEExtensionField": null,
"idField": "Party_456789123_Party_Person_Owner",
"dataRepFieldSpecified": false
},
{
"partyTypeCodeField": {
"tcField": "2",
"valueField": null
},
"carrierAdminSystemField": null,
"partyKeyField": null,
"partySysKeyField": null,
"fullNameField": "",
"govtIDField": "123456789",
"govtIDStatField": null,
"govtIDTCField": {
"tcField": "1",
"valueField": null
},
"residenceStateField": {
"tcField": "26",
"valueField": "Massachusetts"
},
"residenceCountryField": {
"tcField": "0",
"valueField": "Unknown"
},
"residenceCountyField": null,
"residenceZipField": null,
"estNetWorthFieldSpecified": false,
"estTotLiabilitiesAmtFieldSpecified": false,
"currencyTypeCodeField": null,
"prefCommField": null,
"bestTimeToCallFromFieldSpecified": false,
"bestTimeToCallToFieldSpecified": false,
"iDReferenceNoField": null,
"iDReferenceTypeField": null,
"taxOfficeField": null,
"liquidNetWorthAmtFieldSpecified": false,
"estTotAssetsAmtFieldSpecified": false,
"businessAssetAmtFieldSpecified": false,
"withholdingRequiredIndField": null,
"residenceCountyTCField": null,
"itemField": {
"organizationKeyField": null,
"organizationSysKeyField": null,
"orgFormField": {
"tcField": "23",
"valueField": null
},
"trustTypeField": null,
"trustTypeDescField": null,
"trustForBeneOfNaturalPersIndField": null,
"irrevokableIndField": null,
"abbrNameField": "",
"natureCategoryField": null,
"estabDateFieldSpecified": false,
"numOwnersField": null,
"dBAField": null,
"orgCodeField": null,
"orgCodeNameField": "",
"orgCodeFunctionField": null,
"profitObjectiveField": null,
"dUNSNumberField": null,
"dTCCMemberCodeField": null,
"estTaxBracketFieldSpecified": false,
"aCORDVendorCodeField": null,
"dissolvedDateFieldSpecified": false,
"branchField": null,
"publiclyTradedIndField": null,
"natureSubCategoryField": null,
"dTCCAssociatedMemberCodeField": null,
"businessDescField": null,
"secondaryBusinessDescField": null,
"sICCodeDescriptionField": null,
"minRetirementYearsServiceField": null,
"minRetirementAgeField": null,
"nAICSCodeField": null,
"nAICSCodeDescriptionField": null,
"sICCodeField": null,
"durationField": null,
"durQualifierField": null,
"taxStatusField": null,
"organizationFinancialDataField": null,
"situsInfoField": null,
"unionInvolvementInfoField": null,
"businessInsPurposeInfoField": null,
"oLifEExtensionField": null,
"idField": "Person_123456789_Party_Organization_ServicingAgent_00901",
"dataRepFieldSpecified": false
},
"addressField": [
{
"addressKeyField": null,
"addressSysKeyField": null,
"addressTypeCodeField": {
"tcField": "1",
"valueField": "Residence"
},
"attentionLineField": null,
"line1Field": "Address-Jones",
"line2Field": "",
"line3Field": null,
"line4Field": null,
"line5Field": null,
"cityField": "Somewhere--50",
"cityCodeField": null,
"addressStateField": null,
"addressStateTCField": {
"tcField": "26",
"valueField": "Massachusetts"
},
"zipField": "03001",
"addressCountryField": null,
"addressCountryTCField": {
"tcField": "0",
"valueField": "Unknown"
},
"prefAddrField": null,
"solicitationIndField": null,
"endDateFieldSpecified": false,
"startDateFieldSpecified": false,
"yearsAtAddressFieldSpecified": false,
"recurringEndMoDayField": null,
"recurringStartMoDayField": null,
"postalDropCodeField": null,
"returnedMailIndField": null,
"addressFormatTCField": null,
"addressBarCodeIndField": null,
"preventOverrideIndField": null,
"legalAddressIndField": null,
"languageField": null,
"addressValidIndField": null,
"countyNameField": null,
"countyCodeField": null,
"oLifEExtensionField": null,
"idField": "Address_123456789_Party_Organization_ServicingAgent_00901",
"dataRepFieldSpecified": false
}
],
"phoneField": [
{
"phoneKeyField": null,
"phoneSysKeyField": null,
"phoneTypeCodeField": {
"tcField": "2",
"valueField": "Business"
},
"countryCodeField": null,
"areaCodeField": "789",
"dialNumberField": "0123456",
"aliasDialNumberField": null,
"extField": null,
"prefPhoneField": null,
"bestTimeToCallFromFieldSpecified": false,
"bestTimeToCallToFieldSpecified": false,
"invalidIndField": null,
"solicitationIndField": null,
"startDateFieldSpecified": false,
"endDateFieldSpecified": false,
"recurringEndMoDayField": null,
"recurringStartMoDayField": null,
"phoneCountryTCField": null,
"tTYIndField": null,
"sequenceField": null,
"bestDayToCallCCField": null,
"speedDialField": null,
"oLifEExtensionField": null,
"idField": "BusinessPhone_123456789_Party_Organization_ServicingAgent_00901",
"dataRepFieldSpecified": false
}
],
"attachmentField": null,
"carrierField": null,
"clientField": null,
"producerField": null,
"eMailAddressField": null,
"uRLField": null,
"priorNameField": null,
"riskField": null,
"physicianField": null,
"pharmacyField": null,
"employmentField": null,
"govtIDInfoField": null,
"ratingAgencyInfoField": null,
"partialIdentificationField": null,
"residenceStateDurationField": null,
"deliveryInfoField": null,
"keyedValueField": null,
"partyXLatField": null,
"oLifEExtensionField": null,
"idField": "Party_123456789_Party_Organization_ServicingAgent_00901",
"dataRepFieldSpecified": false
},
{
"partyTypeCodeField": {
"tcField": "2",
"valueField": null
},
"carrierAdminSystemField": null,
"partyKeyField": null,
"partySysKeyField": null,
"fullNameField": "",
"govtIDField": "123456789",
"govtIDStatField": null,
"govtIDTCField": {
"tcField": "1",
"valueField": null
},
"residenceStateField": {
"tcField": "26",
"valueField": "Massachusetts"
},
"residenceCountryField": {
"tcField": "0",
"valueField": "Unknown"
},
"residenceCountyField": null,
"residenceZipField": null,
"estNetWorthFieldSpecified": false,
"estTotLiabilitiesAmtFieldSpecified": false,
"currencyTypeCodeField": null,
"prefCommField": null,
"bestTimeToCallFromFieldSpecified": false,
"bestTimeToCallToFieldSpecified": false,
"iDReferenceNoField": null,
"iDReferenceTypeField": null,
"taxOfficeField": null,
"liquidNetWorthAmtFieldSpecified": false,
"estTotAssetsAmtFieldSpecified": false,
"businessAssetAmtFieldSpecified": false,
"withholdingRequiredIndField": null,
"residenceCountyTCField": null,
"itemField": {
"organizationKeyField": null,
"organizationSysKeyField": null,
"orgFormField": {
"tcField": "23",
"valueField": null
},
"trustTypeField": null,
"trustTypeDescField": null,
"trustForBeneOfNaturalPersIndField": null,
"irrevokableIndField": null,
"abbrNameField": "",
"natureCategoryField": null,
"estabDateFieldSpecified": false,
"numOwnersField": null,
"dBAField": null,
"orgCodeField": null,
"orgCodeNameField": "",
"orgCodeFunctionField": null,
"profitObjectiveField": null,
"dUNSNumberField": null,
"dTCCMemberCodeField": null,
"estTaxBracketFieldSpecified": false,
"aCORDVendorCodeField": null,
"dissolvedDateFieldSpecified": false,
"branchField": null,
"publiclyTradedIndField": null,
"natureSubCategoryField": null,
"dTCCAssociatedMemberCodeField": null,
"businessDescField": null,
"secondaryBusinessDescField": null,
"sICCodeDescriptionField": null,
"minRetirementYearsServiceField": null,
"minRetirementAgeField": null,
"nAICSCodeField": null,
"nAICSCodeDescriptionField": null,
"sICCodeField": null,
"durationField": null,
"durQualifierField": null,
"taxStatusField": null,
"organizationFinancialDataField": null,
"situsInfoField": null,
"unionInvolvementInfoField": null,
"businessInsPurposeInfoField": null,
"oLifEExtensionField": null,
"idField": "Person_123456789_Party_Organization_PrimaryWritingAgent_00901",
"dataRepFieldSpecified": false
},
"addressField": [
{
"addressKeyField": null,
"addressSysKeyField": null,
"addressTypeCodeField": {
"tcField": "1",
"valueField": "Residence"
},
"attentionLineField": null,
"line1Field": "Address-Jones",
"line2Field": "",
"line3Field": null,
"line4Field": null,
"line5Field": null,
"cityField": "Somewhere--50",
"cityCodeField": null,
"addressStateField": null,
"addressStateTCField": {
"tcField": "26",
"valueField": "Massachusetts"
},
"zipField": "03001",
"addressCountryField": null,
"addressCountryTCField": {
"tcField": "0",
"valueField": "Unknown"
},
"prefAddrField": null,
"solicitationIndField": null,
"endDateFieldSpecified": false,
"startDateFieldSpecified": false,
"yearsAtAddressFieldSpecified": false,
"recurringEndMoDayField": null,
"recurringStartMoDayField": null,
"postalDropCodeField": null,
"returnedMailIndField": null,
"addressFormatTCField": null,
"addressBarCodeIndField": null,
"preventOverrideIndField": null,
"legalAddressIndField": null,
"languageField": null,
"addressValidIndField": null,
"countyNameField": null,
"countyCodeField": null,
"oLifEExtensionField": null,
"idField": "Address_123456789_Party_Organization_PrimaryWritingAgent_00901",
"dataRepFieldSpecified": false
}
],
"phoneField": [
{
"phoneKeyField": null,
"phoneSysKeyField": null,
"phoneTypeCodeField": {
"tcField": "2",
"valueField": "Business"
},
"countryCodeField": null,
"areaCodeField": "789",
"dialNumberField": "0123456",
"aliasDialNumberField": null,
"extField": null,
"prefPhoneField": null,
"bestTimeToCallFromFieldSpecified": false,
"bestTimeToCallToFieldSpecified": false,
"invalidIndField": null,
"solicitationIndField": null,
"startDateFieldSpecified": false,
"endDateFieldSpecified": false,
"recurringEndMoDayField": null,
"recurringStartMoDayField": null,
"phoneCountryTCField": null,
"tTYIndField": null,
"sequenceField": null,
"bestDayToCallCCField": null,
"speedDialField": null,
"oLifEExtensionField": null,
"idField": "BusinessPhone_123456789_Party_Organization_PrimaryWritingAgent_00901",
"dataRepFieldSpecified": false
}
],
"attachmentField": null,
"carrierField": null,
"clientField": null,
"producerField": null,
"eMailAddressField": null,
"uRLField": null,
"priorNameField": null,
"riskField": null,
"physicianField": null,
"pharmacyField": null,
"employmentField": null,
"govtIDInfoField": null,
"ratingAgencyInfoField": null,
"partialIdentificationField": null,
"residenceStateDurationField": null,
"deliveryInfoField": null,
"keyedValueField": null,
"partyXLatField": null,
"oLifEExtensionField": null,
"idField": "Party_123456789_Party_Organization_PrimaryWritingAgent_00901",
"dataRepFieldSpecified": false
},
{
"relationKeyField": null,
"relationSysKeyField": null,
"originatingObjectTypeField": {
"tcField": "4",
"valueField": null
},
"relatedObjectTypeField": {
"tcField": "6",
"valueField": null
},
"relationRoleCodeField": {
"tcField": "48",
"valueField": null
},
"relationDescriptionField": null,
"temporaryRoleIndField": null,
"nameFromRelatedObjectField": null,
"keyFromRelatedObjectField": null,
"startDateFieldSpecified": false,
"endDateFieldSpecified": false,
"dependentField": null,
"interestPercentFieldSpecified": false,
"interestAmtFieldSpecified": false,
"volumeSharePctFieldSpecified": false,
"relatedRefIDField": null,
"relatedRefIDTypeField": null,
"primaryAddressIDField": null,
"primaryPhoneToCallIDField": null,
"primaryEmailIDField": null,
"beneficiarySeqNumField": null,
"beneficiaryShareMethodField": null,
"beneficiaryCommonDisasterPeriodField": null,
"beneficiaryDesignationField": null,
"irrevokableIndField": null,
"durationField": null,
"sequenceField": null,
"commissionLinkCCField": null,
"advancingElectedIndField": null,
"commScheduleCodeField": null,
"distributionAgreementCodeField": null,
"renewalInterestPercentFieldSpecified": false,
"initialInterestPercentFieldSpecified": false,
"signatureReqTypeField": null,
"signatureReqDescField": null,
"distributionOptionField": null,
"preferredBeneficiaryIndField": null,
"associatedObjectInfoField": null,
"deliveryInfoField": null,
"keyedValueField": null,
"oLifEExtensionField": null,
"idField": "Relation_Holding_245314_Party_123456789_Party_Organization_Agency6_48",
"originatingObjectIDField": "Holding_24531",
"relatedObjectIDField": "Party_123456789_Party_Organization_Agency",
"participantIDField": null,
"dataRepFieldSpecified": false,
"secondaryAddressIDField": null,
"producerAgreementIDField": null
},
{
"relationKeyField": null,
"relationSysKeyField": null,
"originatingObjectTypeField": {
"tcField": "6",
"valueField": null
},
"relatedObjectTypeField": {
"tcField": "6",
"valueField": null
},
"relationRoleCodeField": {
"tcField": "48",
"valueField": null
},
"relationDescriptionField": null,
"temporaryRoleIndField": null,
"nameFromRelatedObjectField": null,
"keyFromRelatedObjectField": null,
"startDateFieldSpecified": false,
"endDateFieldSpecified": false,
"dependentField": null,
"interestPercentFieldSpecified": false,
"interestAmtFieldSpecified": false,
"volumeSharePctFieldSpecified": false,
"relatedRefIDField": null,
"relatedRefIDTypeField": null,
"primaryAddressIDField": null,
"primaryPhoneToCallIDField": null,
"primaryEmailIDField": null,
"beneficiarySeqNumField": null,
"beneficiaryShareMethodField": null,
"beneficiaryCommonDisasterPeriodField": null,
"beneficiaryDesignationField": null,
"irrevokableIndField": null,
"durationField": null,
"sequenceField": null,
"commissionLinkCCField": null,
"advancingElectedIndField": null,
"commScheduleCodeField": null,
"distributionAgreementCodeField": null,
"renewalInterestPercentFieldSpecified": false,
"initialInterestPercentFieldSpecified": false,
"signatureReqTypeField": null,
"signatureReqDescField": null,
"distributionOptionField": null,
"preferredBeneficiaryIndField": null,
"associatedObjectInfoField": null,
"deliveryInfoField": null,
"keyedValueField": null,
"oLifEExtensionField": null,
"idField": "Relation_Party_123456789_Party_Organization_PrimaryWritingAgent_009016_Party_123456789_Party_Organization_Agency6_48",
"originatingObjectIDField": "Party_123456789_Party_Organization_PrimaryWritingAgent_00901",
"relatedObjectIDField": "Party_123456789_Party_Organization_Agency",
"participantIDField": null,
"dataRepFieldSpecified": false,
"secondaryAddressIDField": null,
"producerAgreementIDField": null
},
{
"relationKeyField": null,
"relationSysKeyField": null,
"originatingObjectTypeField": {
"tcField": "4",
"valueField": null
},
"relatedObjectTypeField": {
"tcField": "6",
"valueField": null
},
"relationRoleCodeField": {
"tcField": "8",
"valueField": null
},
"relationDescriptionField": null,
"temporaryRoleIndField": null,
"nameFromRelatedObjectField": null,
"keyFromRelatedObjectField": null,
"startDateFieldSpecified": false,
"endDateFieldSpecified": false,
"dependentField": null,
"interestPercentFieldSpecified": false,
"interestAmtFieldSpecified": false,
"volumeSharePctFieldSpecified": false,
"relatedRefIDField": null,
"relatedRefIDTypeField": null,
"primaryAddressIDField": null,
"primaryPhoneToCallIDField": null,
"primaryEmailIDField": null,
"beneficiarySeqNumField": null,
"beneficiaryShareMethodField": null,
"beneficiaryCommonDisasterPeriodField": null,
"beneficiaryDesignationField": null,
"irrevokableIndField": null,
"durationField": null,
"sequenceField": null,
"commissionLinkCCField": null,
"advancingElectedIndField": null,
"commScheduleCodeField": null,
"distributionAgreementCodeField": null,
"renewalInterestPercentFieldSpecified": false,
"initialInterestPercentFieldSpecified": false,
"signatureReqTypeField": null,
"signatureReqDescField": null,
"distributionOptionField": null,
"preferredBeneficiaryIndField": null,
"associatedObjectInfoField": null,
"deliveryInfoField": null,
"keyedValueField": null,
"oLifEExtensionField": null,
"idField": "Relation_Holding_245314_Party_456789123_Party_Person_Owner6_8",
"originatingObjectIDField": "Holding_24531",
"relatedObjectIDField": "Party_456789123_Party_Person_Owner",
"participantIDField": null,
"dataRepFieldSpecified": false,
"secondaryAddressIDField": null,
"producerAgreementIDField": null
},
{
"relationKeyField": null,
"relationSysKeyField": null,
"originatingObjectTypeField": {
"tcField": "4",
"valueField": null
},
"relatedObjectTypeField": {
"tcField": "6",
"valueField": null
},
"relationRoleCodeField": {
"tcField": "32",
"valueField": null
},
"relationDescriptionField": null,
"temporaryRoleIndField": null,
"nameFromRelatedObjectField": null,
"keyFromRelatedObjectField": null,
"startDateFieldSpecified": false,
"endDateFieldSpecified": false,
"dependentField": null,
"interestPercentFieldSpecified": false,
"interestAmtFieldSpecified": false,
"volumeSharePctFieldSpecified": false,
"relatedRefIDField": null,
"relatedRefIDTypeField": null,
"primaryAddressIDField": null,
"primaryPhoneToCallIDField": null,
"primaryEmailIDField": null,
"beneficiarySeqNumField": null,
"beneficiaryShareMethodField": null,
"beneficiaryCommonDisasterPeriodField": null,
"beneficiaryDesignationField": null,
"irrevokableIndField": null,
"durationField": null,
"sequenceField": null,
"commissionLinkCCField": null,
"advancingElectedIndField": null,
"commScheduleCodeField": null,
"distributionAgreementCodeField": null,
"renewalInterestPercentFieldSpecified": false,
"initialInterestPercentFieldSpecified": false,
"signatureReqTypeField": null,
"signatureReqDescField": null,
"distributionOptionField": null,
"preferredBeneficiaryIndField": null,
"associatedObjectInfoField": null,
"deliveryInfoField": null,
"keyedValueField": null,
"oLifEExtensionField": null,
"idField": "Relation_Holding_245314_Party_Trust_Insured6_32",
"originatingObjectIDField": "Holding_24531",
"relatedObjectIDField": "Party_Trust_Insured",
"participantIDField": null,
"dataRepFieldSpecified": false,
"secondaryAddressIDField": null,
"producerAgreementIDField": null
},
{
"relationKeyField": null,
"relationSysKeyField": null,
"originatingObjectTypeField": {
"tcField": "4",
"valueField": null
},
"relatedObjectTypeField": {
"tcField": "6",
"valueField": null
},
"relationRoleCodeField": {
"tcField": "38",
"valueField": null
},
"relationDescriptionField": null,
"temporaryRoleIndField": null,
"nameFromRelatedObjectField": null,
"keyFromRelatedObjectField": null,
"startDateFieldSpecified": false,
"endDateFieldSpecified": false,
"dependentField": null,
"interestPercentFieldSpecified": false,
"interestAmtFieldSpecified": false,
"volumeSharePctFieldSpecified": false,
"relatedRefIDField": null,
"relatedRefIDTypeField": null,
"primaryAddressIDField": null,
"primaryPhoneToCallIDField": null,
"primaryEmailIDField": null,
"beneficiarySeqNumField": null,
"beneficiaryShareMethodField": null,
"beneficiaryCommonDisasterPeriodField": null,
"beneficiaryDesignationField": null,
"irrevokableIndField": null,
"durationField": null,
"sequenceField": null,
"commissionLinkCCField": null,
"advancingElectedIndField": null,
"commScheduleCodeField": null,
"distributionAgreementCodeField": null,
"renewalInterestPercentFieldSpecified": false,
"initialInterestPercentFieldSpecified": false,
"signatureReqTypeField": null,
"signatureReqDescField": null,
"distributionOptionField": null,
"preferredBeneficiaryIndField": null,
"associatedObjectInfoField": null,
"deliveryInfoField": null,
"keyedValueField": null,
"oLifEExtensionField": null,
"idField": "Relation_Holding_245314_Party_123456789_Party_Organization_ServicingAgent_009016_38",
"originatingObjectIDField": "Holding_24531",
"relatedObjectIDField": "Party_123456789_Party_Organization_ServicingAgent_00901",
"participantIDField": null,
"dataRepFieldSpecified": false,
"secondaryAddressIDField": null,
"producerAgreementIDField": null
},
{
"relationKeyField": null,
"relationSysKeyField": null,
"originatingObjectTypeField": {
"tcField": "4",
"valueField": null
},
"relatedObjectTypeField": {
"tcField": "6",
"valueField": null
},
"relationRoleCodeField": {
"tcField": "37",
"valueField": null
},
"relationDescriptionField": null,
"temporaryRoleIndField": null,
"nameFromRelatedObjectField": null,
"keyFromRelatedObjectField": null,
"startDateFieldSpecified": false,
"endDateFieldSpecified": false,
"dependentField": null,
"interestPercentField": 12.0,
"interestPercentFieldSpecified": true,
"interestAmtFieldSpecified": false,
"volumeSharePctFieldSpecified": false,
"relatedRefIDField": null,
"relatedRefIDTypeField": null,
"primaryAddressIDField": null,
"primaryPhoneToCallIDField": null,
"primaryEmailIDField": null,
"beneficiarySeqNumField": null,
"beneficiaryShareMethodField": null,
"beneficiaryCommonDisasterPeriodField": null,
"beneficiaryDesignationField": null,
"irrevokableIndField": null,
"durationField": null,
"sequenceField": null,
"commissionLinkCCField": null,
"advancingElectedIndField": null,
"commScheduleCodeField": null,
"distributionAgreementCodeField": null,
"renewalInterestPercentFieldSpecified": false,
"initialInterestPercentFieldSpecified": false,
"signatureReqTypeField": null,
"signatureReqDescField": null,
"distributionOptionField": null,
"preferredBeneficiaryIndField": null,
"associatedObjectInfoField": null,
"deliveryInfoField": null,
"keyedValueField": null,
"oLifEExtensionField": null,
"idField": "Relation_Holding_245314_Party_123456789_Party_Organization_PrimaryWritingAgent_009016_37",
"originatingObjectIDField": "Holding_24531",
"relatedObjectIDField": "Party_123456789_Party_Organization_PrimaryWritingAgent_00901",
"participantIDField": null,
"dataRepFieldSpecified": false,
"secondaryAddressIDField": null,
"producerAgreementIDField": null
}
],
"versionField": null
},
"xTbMLField": null,
"oLifEExtensionField": null,
"idField": null,
"primaryObjectIDField": null
}
],
"oLifEExtensionField": null,
"versionField": null
}
application/xml
Sample:
RESPONSE
<TXLife xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" schemaLocation="http://ACORD.org/Standards/Life/2 TXLife2.22.00.XSD" xmlns="http://ACORD.org/Standards/Life/2">
<UserAuthRequest>
<UserLoginName>TXLIFEIT</UserLoginName>
<UserPswd>
<Pswd>TXLIFEWS</Pswd>
</UserPswd>
</UserAuthRequest>
<TXLifeRequest>
<TransRefGUID>20639</TransRefGUID>
<TransType tc="103">New Business Submission for a Policy</TransType>
<TransExeDate>2021-06-08</TransExeDate>
<TransMode tc="2">Original</TransMode>
<OLifE>
<SourceInfo>
<CreationDate>2021-06-08</CreationDate>
<CreationTime>08:28:46.0000000-04:00</CreationTime>
<SourceInfoName>ArrayWorks</SourceInfoName>
</SourceInfo>
<Holding id="Holding_20639">
<HoldingSysKey SystemCode="20639" />
<HoldingTypeCode tc="2" />
<HoldingStatus tc="3">Proposed</HoldingStatus>
<Policy>
<LineOfBusiness tc="1">Life</LineOfBusiness>
<ProductCode>NT2095</ProductCode>
<CarrierCode>SBLI</CarrierCode>
<PlanName>T20 Effective 04-01-12 [NT2095]</PlanName>
<PolicyStatus tc="12" />
<IssueType tc="1">Full Underwriting</IssueType>
<Jurisdiction tc="26">Massachusetts</Jurisdiction>
<PaymentMode tc="1">AnnualOrAnnually</PaymentMode>
<Life>
<FaceAmt>250000.0</FaceAmt>
<Coverage id="COV_Base_NT2095">
<PlanName>T20 Effective 04-01-12 [NT2095]</PlanName>
<ProductCode>NT2095</ProductCode>
<LifeCovTypeCode tc="6">TermLevelDeathBenefit</LifeCovTypeCode>
<IndicatorCode tc="1">Base</IndicatorCode>
<InitCovAmt>250000.0</InitCovAmt>
<LifeParticipant>
<IssueAge>50</IssueAge>
<IssueGender tc="1">Male</IssueGender>
<SmokerStat tc="0">False</SmokerStat>
<UnderwritingClass tc="2147483647">Other</UnderwritingClass>
</LifeParticipant>
</Coverage>
<Coverage id="COV_Rider_AL1000">
<PlanName>Accidental Death Benefit Rider - Term [AL1000]</PlanName>
<ProductCode>AL1000</ProductCode>
<LifeCovTypeCode tc="127">AccidentalDeathAndorDisability</LifeCovTypeCode>
<IndicatorCode tc="2">Rider</IndicatorCode>
<InitCovAmt>10000.0</InitCovAmt>
</Coverage>
</Life>
<ApplicationInfo>
<TrackingID>20639</TrackingID>
<ApplicationType tc="1">New Application</ApplicationType>
<ApplicationJurisdiction tc="26">Massachusetts</ApplicationJurisdiction>
<FormalAppInd tc="1">true</FormalAppInd>
<ReplacementInd tc="0">false</ReplacementInd>
<ReqPolicyDeliveryMethod tc="1999900001">Customer E-policy Delivery</ReqPolicyDeliveryMethod>
<OLifEExtension VendorCode="100">
<RemarksInd xmlns="">0</RemarksInd>
<SBLIAppSectNQ1 tc="0" xmlns=""></SBLIAppSectNQ1>
<SBLIAppSectNQ2 tc="0" xmlns=""></SBLIAppSectNQ2>
<SBLIAppSectNQ3 tc="0" xmlns=""></SBLIAppSectNQ3>
<SBLIAppSectNQ4 tc="0" xmlns=""></SBLIAppSectNQ4>
<SBLIAppSectNQ5 tc="0" xmlns=""></SBLIAppSectNQ5>
<SBLIAppSectNQ6 tc="0" xmlns=""></SBLIAppSectNQ6>
<SBLIAppSectNQ7 tc="0" xmlns=""></SBLIAppSectNQ7>
<CRAEligible tc="0" xmlns=""></CRAEligible>
<SectionJRemarks xmlns=""><![CDATA[]]></SectionJRemarks>
<LeadOriginationCode xmlns="">0168</LeadOriginationCode>
</OLifEExtension>
</ApplicationInfo>
<RequirementInfo>
<ReqCode tc="535">Diagnose</ReqCode>
<ReqStatus tc="2">Submitted</ReqStatus>
<RequirementAcctNum>90001</RequirementAcctNum>
</RequirementInfo>
</Policy>
</Holding>
<FormInstance>
<FormResponse>
<QuestionNumber>cond_coverage</QuestionNumber>
<QuestionText>Does the proposed insured intend to apply for a Conditional Coverage?</QuestionText>
<ResponseText>No</ResponseText>
</FormResponse>
</FormInstance>
<Party id="Party_123456789_Party_Organization_Agency">
<PartyTypeCode tc="2" />
<FullName>test</FullName>
<GovtID>123456789</GovtID>
<GovtIDTC tc="1" />
<ResidenceState tc="26">Massachusetts</ResidenceState>
<ResidenceCountry tc="0">Unknown</ResidenceCountry>
<IDReferenceNo>00901</IDReferenceNo>
<Organization id="Person_123456789_Party_Organization_Agency">
<OrgForm tc="23" />
<AbbrName>test</AbbrName>
<OrgCodeName>test</OrgCodeName>
</Organization>
<Address id="Address_123456789_Party_Organization_Agency">
<AddressTypeCode tc="1">Residence</AddressTypeCode>
<Line1>Address-Jones</Line1>
<Line2 />
<City>Somewhere--50</City>
<AddressStateTC tc="26">Massachusetts</AddressStateTC>
<Zip>03001</Zip>
<AddressCountryTC tc="0">Unknown</AddressCountryTC>
</Address>
<Phone id="BusinessPhone_123456789_Party_Organization_Agency">
<PhoneTypeCode tc="2">Business</PhoneTypeCode>
<AreaCode>789</AreaCode>
<DialNumber>0123456</DialNumber>
</Phone>
<Producer>
<CarrierAppointment>
<CompanyProducerID>00901</CompanyProducerID>
</CarrierAppointment>
</Producer>
</Party>
<Party id="Party_456789123_Party_Person_Owner">
<PartyTypeCode tc="1" />
<FullName>Fred Long</FullName>
<GovtID>456789123</GovtID>
<GovtIDTC tc="1" />
<ResidenceState tc="2147483647">Other</ResidenceState>
<ResidenceCountry tc="0">Unknown</ResidenceCountry>
<PrefComm tc="6">CellPhone</PrefComm>
<Person id="Person_456789123_Party_Person_Owner">
<FirstName>Fred</FirstName>
<MiddleName />
<LastName>Long</LastName>
<MarStat tc="1" />
<Gender tc="1">Male</Gender>
<BirthDate>1971-06-08</BirthDate>
<Age>50</Age>
<Citizenship tc="0">Unknown</Citizenship>
<SmokerStat tc="0">non-smoker</SmokerStat>
<DriversLicenseNum />
<DriversLicenseState tc="2147483647">Other</DriversLicenseState>
<BirthCountry tc="1">United States of America</BirthCountry>
<BirthJurisdictionTC tc="2147483647">Other</BirthJurisdictionTC>
</Person>
<Address id="Address_456789123_Party_Person_Owner">
<AddressTypeCode tc="1">Residence</AddressTypeCode>
<Line1>Address-Long</Line1>
<Line2 />
<City>Somewhere--35</City>
<AddressStateTC tc="26">Massachusetts</AddressStateTC>
<Zip>03001</Zip>
<AddressCountryTC tc="0">Unknown</AddressCountryTC>
</Address>
<Phone id="HomePhone_456789123_Party_Person_Owner">
<PhoneTypeCode tc="1">Home</PhoneTypeCode>
<AreaCode>567</AreaCode>
<DialNumber>8901234</DialNumber>
</Phone>
<Phone id="BusinessPhone_456789123_Party_Person_Owner">
<PhoneTypeCode tc="2">Business</PhoneTypeCode>
<AreaCode>789</AreaCode>
<DialNumber>0123456</DialNumber>
</Phone>
</Party>
<Party id="Party_123456789_Party_Organization_ServicingAgent_00901">
<PartyTypeCode tc="2" />
<FullName />
<GovtID>123456789</GovtID>
<GovtIDTC tc="1" />
<ResidenceState tc="26">Massachusetts</ResidenceState>
<ResidenceCountry tc="0">Unknown</ResidenceCountry>
<Organization id="Person_123456789_Party_Organization_ServicingAgent_00901">
<OrgForm tc="23" />
<AbbrName />
<OrgCodeName />
</Organization>
<Address id="Address_123456789_Party_Organization_ServicingAgent_00901">
<AddressTypeCode tc="1">Residence</AddressTypeCode>
<Line1>Address-Jones</Line1>
<Line2 />
<City>Somewhere--50</City>
<AddressStateTC tc="26">Massachusetts</AddressStateTC>
<Zip>03001</Zip>
<AddressCountryTC tc="0">Unknown</AddressCountryTC>
</Address>
<Phone id="BusinessPhone_123456789_Party_Organization_ServicingAgent_00901">
<PhoneTypeCode tc="2">Business</PhoneTypeCode>
<AreaCode>789</AreaCode>
<DialNumber>0123456</DialNumber>
</Phone>
</Party>
<Party id="Party_123456789_Party_Organization_PrimaryWritingAgent_00901">
<PartyTypeCode tc="2" />
<FullName />
<GovtID>123456789</GovtID>
<GovtIDTC tc="1" />
<ResidenceState tc="26">Massachusetts</ResidenceState>
<ResidenceCountry tc="0">Unknown</ResidenceCountry>
<Organization id="Person_123456789_Party_Organization_PrimaryWritingAgent_00901">
<OrgForm tc="23" />
<AbbrName />
<OrgCodeName />
</Organization>
<Address id="Address_123456789_Party_Organization_PrimaryWritingAgent_00901">
<AddressTypeCode tc="1">Residence</AddressTypeCode>
<Line1>Address-Jones</Line1>
<Line2 />
<City>Somewhere--50</City>
<AddressStateTC tc="26">Massachusetts</AddressStateTC>
<Zip>03001</Zip>
<AddressCountryTC tc="0">Unknown</AddressCountryTC>
</Address>
<Phone id="BusinessPhone_123456789_Party_Organization_PrimaryWritingAgent_00901">
<PhoneTypeCode tc="2">Business</PhoneTypeCode>
<AreaCode>789</AreaCode>
<DialNumber>0123456</DialNumber>
</Phone>
</Party>
<Relation id="Relation_Holding_206394_Party_123456789_Party_Organization_Agency6_48" OriginatingObjectID="Holding_20639" RelatedObjectID="Party_123456789_Party_Organization_Agency">
<OriginatingObjectType tc="4" />
<RelatedObjectType tc="6" />
<RelationRoleCode tc="48" />
</Relation>
<Relation id="Relation_Party_123456789_Party_Organization_PrimaryWritingAgent_009016_Party_123456789_Party_Organization_Agency6_48" OriginatingObjectID="Party_123456789_Party_Organization_PrimaryWritingAgent_00901" RelatedObjectID="Party_123456789_Party_Organization_Agency">
<OriginatingObjectType tc="6" />
<RelatedObjectType tc="6" />
<RelationRoleCode tc="48" />
</Relation>
<Relation id="Relation_Holding_206394_Party_456789123_Party_Person_Owner6_8" OriginatingObjectID="Holding_20639" RelatedObjectID="Party_456789123_Party_Person_Owner">
<OriginatingObjectType tc="4" />
<RelatedObjectType tc="6" />
<RelationRoleCode tc="8" />
</Relation>
<Relation id="Relation_Holding_206394_Party_Trust_Insured6_32" OriginatingObjectID="Holding_20639" RelatedObjectID="Party_Trust_Insured">
<OriginatingObjectType tc="4" />
<RelatedObjectType tc="6" />
<RelationRoleCode tc="32" />
</Relation>
<Relation id="Relation_Holding_206394_Party_123456789_Party_Organization_ServicingAgent_009016_38" OriginatingObjectID="Holding_20639" RelatedObjectID="Party_123456789_Party_Organization_ServicingAgent_00901">
<OriginatingObjectType tc="4" />
<RelatedObjectType tc="6" />
<RelationRoleCode tc="38" />
</Relation>
<Relation id="Relation_Holding_206394_Party_123456789_Party_Organization_PrimaryWritingAgent_009016_37" OriginatingObjectID="Holding_20639" RelatedObjectID="Party_123456789_Party_Organization_PrimaryWritingAgent_00901">
<OriginatingObjectType tc="4" />
<RelatedObjectType tc="6" />
<RelationRoleCode tc="37" />
<InterestPercent>12</InterestPercent>
</Relation>
</OLifE>
</TXLifeRequest>
</TXLife>