POST api/leadV2/captureMortgageProtection

Request Information

URI Parameters

None.

Body Parameters

MortgageProtectionCapture
NameDescriptionTypeAdditional information
FirstName

string

None.

LastName

string

None.

Email

string

None.

Mobile

string

None.

PolicyType

string

None.

Sex1

string

None.

DateOfBirth1

date

None.

DoYouSmoke1

string

None.

Sex2

string

None.

DateOfBirth2

date

None.

DoYouSmoke2

string

None.

AmountRemainingOnMortgage

decimal number

None.

TermRemainingOnMortgage

integer

None.

CurrentMonthlyProtectionPremium

decimal number

None.

EstimatedPolicyStartDate

date

None.

IdLikeYouToPassMyRequestToARecommendedAdvisor

string

None.

IConsentToMyContactDetailsBeingUsedToContactMe

string

None.

Appointment

string

None.

Notes

string

None.

UserId

string

None.

Date

date

None.

Timestamp

date

None.

LastUpdated

date

None.

CreatedBy

string

None.

UpdatedBy

string

None.

EntryStatus

integer

None.

IP

string

None.

ID

integer

None.

Key

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FirstName": "sample string 1",
  "LastName": "sample string 2",
  "Email": "sample string 3",
  "Mobile": "sample string 4",
  "PolicyType": "sample string 5",
  "Sex1": "sample string 6",
  "DateOfBirth1": "2025-12-11T21:43:26.8587439+00:00",
  "DoYouSmoke1": "sample string 7",
  "Sex2": "sample string 8",
  "DateOfBirth2": "2025-12-11T21:43:26.8587439+00:00",
  "DoYouSmoke2": "sample string 9",
  "AmountRemainingOnMortgage": 1.1,
  "TermRemainingOnMortgage": 1,
  "CurrentMonthlyProtectionPremium": 1.1,
  "EstimatedPolicyStartDate": "2025-12-11T21:43:26.8587439+00:00",
  "IdLikeYouToPassMyRequestToARecommendedAdvisor": "sample string 10",
  "IConsentToMyContactDetailsBeingUsedToContactMe": "sample string 11",
  "Appointment": "sample string 12",
  "Notes": "sample string 13",
  "UserId": "sample string 14",
  "Date": "2025-12-11T21:43:26.8587439+00:00",
  "Timestamp": "2025-12-11T21:43:26.8587439+00:00",
  "LastUpdated": "2025-12-11T21:43:26.8587439+00:00",
  "CreatedBy": "sample string 15",
  "UpdatedBy": "sample string 16",
  "EntryStatus": 1,
  "IP": "sample string 17",
  "ID": 1,
  "Key": "sample string 18"
}

application/xml, text/xml

Sample:
<MortgageProtectionCapture xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MoneySherpaAPI.Models">
  <AmountRemainingOnMortgage>1.1</AmountRemainingOnMortgage>
  <Appointment>sample string 12</Appointment>
  <CreatedBy>sample string 15</CreatedBy>
  <CurrentMonthlyProtectionPremium>1.1</CurrentMonthlyProtectionPremium>
  <Date>2025-12-11T21:43:26.8587439+00:00</Date>
  <DateOfBirth1>2025-12-11T21:43:26.8587439+00:00</DateOfBirth1>
  <DateOfBirth2>2025-12-11T21:43:26.8587439+00:00</DateOfBirth2>
  <DoYouSmoke1>sample string 7</DoYouSmoke1>
  <DoYouSmoke2>sample string 9</DoYouSmoke2>
  <Email>sample string 3</Email>
  <EntryStatus>1</EntryStatus>
  <EstimatedPolicyStartDate>2025-12-11T21:43:26.8587439+00:00</EstimatedPolicyStartDate>
  <FirstName>sample string 1</FirstName>
  <IConsentToMyContactDetailsBeingUsedToContactMe>sample string 11</IConsentToMyContactDetailsBeingUsedToContactMe>
  <ID>1</ID>
  <IP>sample string 17</IP>
  <IdLikeYouToPassMyRequestToARecommendedAdvisor>sample string 10</IdLikeYouToPassMyRequestToARecommendedAdvisor>
  <Key>sample string 18</Key>
  <LastName>sample string 2</LastName>
  <LastUpdated>2025-12-11T21:43:26.8587439+00:00</LastUpdated>
  <Mobile>sample string 4</Mobile>
  <Notes>sample string 13</Notes>
  <PolicyType>sample string 5</PolicyType>
  <Sex1>sample string 6</Sex1>
  <Sex2>sample string 8</Sex2>
  <TermRemainingOnMortgage>1</TermRemainingOnMortgage>
  <Timestamp>2025-12-11T21:43:26.8587439+00:00</Timestamp>
  <UpdatedBy>sample string 16</UpdatedBy>
  <UserId>sample string 14</UserId>
</MortgageProtectionCapture>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.