POST v1/api/SaveDropTicket?caseId={caseId}
Create (Save) an DropTicket for 103
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
DropTicketDtoName | Description | Type | Additional information |
---|---|---|---|
Policy | PolicyDto |
Required |
Request Formats
application/json
Sample:
REQUEST { "Policy": { "IssueState": "Massachusetts", "PaymentMode": "AnnualOrAnnually", "Replacement": false, "Life": { "FaceAmount": 250000.0, "CoverageRecords": { "Coverages": [ { "BirthDate": "1971-06-08T08:33:10.6618746-04:00", "CovProductCode": "NT2095", "CovIndicator": "Base", "CovParticipant": "Primary_Insured", "CovTypeCd": "Term_Level_Death_Benefit", "FaceAmount": 250000.0 }, { "BirthDate": "2011-06-08T08:33:10.6628722-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:33:10 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:33:10 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:33:10 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:33:10 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:33:10 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:33:59.9945234-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:33:59.9955218-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:33:59 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:33:59 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:33:59 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:33:59 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:33:59 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>