GET v1/api/GetDropTicket?caseId={caseId}
Retrieve an DropTicket by CaseId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| caseId |
The unique identifier created after calling Create Case or Save DropTicket. |
string |
Required |
Body Parameters
None.
Request Formats
application/json
Sample:
REQUEST
{
"GET REQUEST": "NO INPUT - Case Id on URL"
}
application/xml
Sample:
REQUEST
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">GET REQUEST NO INPUT - Case Id on URL</string>
Response Information
Resource Description
DropTicketDto
DropTicketDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Policy | PolicyDto |
Required |
|
| LeadId | string |
None. |
|
| PrescreenId | string |
None. |
Response Formats
application/json
Sample:
RESPONSE
{
"Policy": {
"IssueState": "Massachusetts",
"PaymentMode": "AnnualOrAnnually",
"Replacement": false,
"Life": {
"FaceAmount": 250000.0,
"CoverageRecords": {
"Coverages": [
{
"BirthDate": "1971-06-08T08:20:51.1313481-04:00",
"CovProductCode": "NT2095",
"CovIndicator": "Base",
"CovParticipant": "Primary_Insured",
"CovTypeCd": "Term_Level_Death_Benefit",
"FaceAmount": 250000.0
},
{
"BirthDate": "2011-06-08T08:20:51.1333427-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:20:51 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:20:51 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:20:51 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:20:51 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:20:51 AM",
"Smoker": "Never",
"Gender": "Male",
"WorkPhone": "789-012-3456",
"CellPhone": "123-456-7890",
"Name": "test",
"HomePhone": "567-890-1234",
"Address1": "Address-Jones",
"City": "Somewhere--50",
"PostalCode": "03001"
}
}
]
},
"PaymentMethod": null,
"PremiumAmount": 0.0
}
}
application/xml
Sample:
RESPONSE
<root xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAM.BusinessDto.Platform.Request">
<Policy>
<IssueState xmlns="">Massachusetts</IssueState>
<Life xmlns="">
<FaceAmount>250000</FaceAmount>
<CoverageRecords>
<Coverages xmlns:d5p1="http://schemas.datacontract.org/2004/07/LPESService">
<d5p1:SBLICoverage>
<d5p1:BirthDate>1971-06-08T08:19:10.3733449-04:00</d5p1:BirthDate>
<d5p1:CovProductCode>NT2095</d5p1:CovProductCode>
<d5p1:CovIndicator>Base</d5p1:CovIndicator>
<d5p1:CovParticipant>Primary_Insured</d5p1:CovParticipant>
<d5p1:CovTypeCd>Term_Level_Death_Benefit</d5p1:CovTypeCd>
<d5p1:FaceAmount>250000.0</d5p1:FaceAmount>
</d5p1:SBLICoverage>
<d5p1:SBLICoverage>
<d5p1:BirthDate>2011-06-08T08:19:10.3753395-04:00</d5p1:BirthDate>
<d5p1:CovProductCode>AL1000</d5p1:CovProductCode>
<d5p1:CovIndicator>Rider</d5p1:CovIndicator>
<d5p1:CovParticipant>Primary_Insured</d5p1:CovParticipant>
<d5p1:CovTypeCd>Accidental_Death_andor_Disability</d5p1:CovTypeCd>
<d5p1:FaceAmount>10000.0</d5p1:FaceAmount>
</d5p1: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></MiddleName>
<MaritalStatus>MARRIED</MaritalStatus>
<BirthDate>6/8/1971 8:19:10 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></MiddleName>
<MaritalStatus>MARRIED</MaritalStatus>
<BirthDate>6/8/1986 8:19:10 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></MiddleName>
<MaritalStatus>MARRIED</MaritalStatus>
<BirthDate>6/8/1981 8:19:10 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></MiddleName>
<MaritalStatus>MARRIED</MaritalStatus>
<BirthDate>6/8/1971 8:19:10 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>
<Name>test</Name>
<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></MiddleName>
<MaritalStatus>MARRIED</MaritalStatus>
<BirthDate>6/8/1971 8:19:10 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.0</PremiumAmount>
<Producer i:nil="true" xmlns="" />
<Replacement xmlns="">false</Replacement>
</Policy>
</root>