GET v1/api/GetApplication?caseId={caseId}
Retrieve an Application by CaseId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
caseId |
The unique identifier created after calling Create Case or Save Application. |
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
ApplicationDto
ApplicationDtoName | Description | Type | Additional information |
---|---|---|---|
Policy | PolicyDto |
Required |
Response Formats
application/json
Sample:
RESPONSE { "Policy": { "IssueState": "MA", "PaymentMode": "MonthOrMonthly", "Replacement": false, "Life": { "FaceAmount": 750000, "CoverageRecords": { "Coverages": [ { "BirthDate": "1983-04-11", "CovProductCode": "NT2595", "CovIndicator": "Base", "CovParticipant": "PrimaryInsured", "CovTypeCd": "TermLevelDeathBenefit", "FaceAmount": 750000 } ] } }, "Producer": { "ExisitingInsurance": false, "FinanceFromExisitingInsurance": true, "ChangeOwnership": false, "FinancedByThirdParty": false, "InducedToApply": false, "LaunderingTraining": true, "Incompliance": true }, "PartyRecords": { "Partys": [ { "Role": "INSURED", "GovtId": "666888222", "HasDriversLicense": true, "OrganizationName": "", "TrustName": "", "Person": { "Email": "atester@sbli.com", "State": "MA", "Country": "US", "FirstName": "Alice", "LastName": "Tester", "MiddleName": "", "Title": "", "MaritalStatus": "SINGLE", "BirthDate": "1983-04-11", "Smoker": "Never", "Gender": "Female", "WorkPhone": "", "CellPhone": "(555) 123-1288", "Name": "", "HomePhone": "", "Fax": "", "BestMethodOfContact": "CELLPHONE", "Address1": "456 Main Street", "Address2": "", "City": "Woburn", "PostalCode": "01801" }, "Risk": { "UsCitizen": true, "BirthDate": "1983-04-11", "Height": "5-3", "Weight": 125, "UnderwritingClass": "PreferredPlus" }, "DriversLicenseNumber": "S7309203", "DriversLicenseState": "MA" }, { "Role": "PRIMARYWRITINGAGENT", "GovtId": "", "OrganizationName": "", "TrustName": "", "Person": { "Email": "svaphiades@sbli.com" }, "Agent": { "Name": "Steven Vaphiades", "Percent": 100, "Id": "46166" } } ] } } }
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:14:25.4794043-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:14:25.4813986-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> <Name>SBLI - WOBURN</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> <Email xmlns="http://schemas.datacontract.org/2004/07/SAM.BusinessDto.Platform.Request">Noreply_MBORISLOW@test.com</Email> <BestMethodOfContact>CELLPHONE</BestMethodOfContact> <Fax>345-678-9012</Fax> <FirstName>Jack</FirstName> <LastName>Jones</LastName> <MiddleName></MiddleName> <MaritalStatus>MARRIED</MaritalStatus> <BirthDate>6/8/1971 8:14:25 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:14:25 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:14:25 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:14:25 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> <Email xmlns="http://schemas.datacontract.org/2004/07/SAM.BusinessDto.Platform.Request">Noreply_MBORISLOW@test.com</Email> <BestMethodOfContact>CELLPHONE</BestMethodOfContact> <Fax>345-678-9012</Fax> <FirstName>Jack</FirstName> <LastName>Jones</LastName> <MiddleName></MiddleName> <MaritalStatus>MARRIED</MaritalStatus> <BirthDate>6/8/1971 8:14:25 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>