POST v1/api/SaveApplication?caseId={caseId}
Create (Save) an Application for 103
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
caseId |
(optional)The unique identifier to Get, Save or Send the application. If not supplied, a unqique identifier will be created. |
string |
None. |
Body Parameters
ApplicationDto
ApplicationDtoName | Description | Type | Additional information |
---|---|---|---|
Policy | PolicyDto |
Required |
Request Formats
application/json
Sample:
REQUEST { "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:
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:31:12.1816069-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:31:12.1826053-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:31:12 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:31:12 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:31:12 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:31:12 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:31:12 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
booleanResponse Formats
application/json
Sample:
RESPONSE true
application/xml
Sample:
RESPONSE <boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>