POST api/leadV2/captureSolicitorLead
Request Information
URI Parameters
None.
Body Parameters
SolicitorLeadCapture| Name | Description | Type | Additional information |
|---|---|---|---|
| NumberOfApplicants | integer |
None. |
|
| FirstName1 | string |
None. |
|
| LastName1 | string |
None. |
|
| Email1 | string |
None. |
|
| Mobile1 | string |
None. |
|
| FirstName2 | string |
None. |
|
| LastName2 | string |
None. |
|
| Email2 | string |
None. |
|
| Mobile2 | string |
None. |
|
| CorrespondenceAddress | string |
None. |
|
| CorrespondenceAddressLine1 | string |
None. |
|
| CorrespondenceAddressLine2 | string |
None. |
|
| CorrespondenceAddressCity | string |
None. |
|
| CorrespondenceAddressCounty | string |
None. |
|
| CorrespondenceAddressEirCode | string |
None. |
|
| CorrespondenceAddressCountry | string |
None. |
|
| MortgageAddressSameAsCorrespondence | string |
None. |
|
| PropertyAddress | string |
None. |
|
| PropertyAddressLine1 | string |
None. |
|
| PropertyAddressLine2 | string |
None. |
|
| PropertyAddressCity | string |
None. |
|
| PropertyAddressCounty | string |
None. |
|
| PropertyAddressEirCode | string |
None. |
|
| PropertyAddressCountry | string |
None. |
|
| AreYouRemortgagingSwitching | string |
None. |
|
| HowMuchAreYouBorrowing | decimal number |
None. |
|
| HowMuchIsLeftOnCurrentMortgage | decimal number |
None. |
|
| CurrentLender | string |
None. |
|
| NewLender | string |
None. |
|
| IBAN | string |
None. |
|
| ProofOfIdentity1 | string |
None. |
|
| ProofOfIdentity2 | string |
None. |
|
| ProofOfAddress1 | string |
None. |
|
| ProofOfAddress2 | string |
None. |
|
| PleasePassToRecommendedAdvisor | string |
None. |
|
| IConsentToContact | string |
None. |
|
| MoneySherpaMortgageCustomer | string |
None. |
|
| HomeBuyingPack | string |
None. |
|
| Notes | string |
None. |
|
| Date | date |
None. |
|
| UserId | string |
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:
{
"NumberOfApplicants": 1,
"FirstName1": "sample string 1",
"LastName1": "sample string 2",
"Email1": "sample string 3",
"Mobile1": "sample string 4",
"FirstName2": "sample string 5",
"LastName2": "sample string 6",
"Email2": "sample string 7",
"Mobile2": "sample string 8",
"CorrespondenceAddress": "sample string 9",
"CorrespondenceAddressLine1": "sample string 10",
"CorrespondenceAddressLine2": "sample string 11",
"CorrespondenceAddressCity": "sample string 12",
"CorrespondenceAddressCounty": "sample string 13",
"CorrespondenceAddressEirCode": "sample string 14",
"CorrespondenceAddressCountry": "sample string 15",
"MortgageAddressSameAsCorrespondence": "sample string 16",
"PropertyAddress": "sample string 17",
"PropertyAddressLine1": "sample string 18",
"PropertyAddressLine2": "sample string 19",
"PropertyAddressCity": "sample string 20",
"PropertyAddressCounty": "sample string 21",
"PropertyAddressEirCode": "sample string 22",
"PropertyAddressCountry": "sample string 23",
"AreYouRemortgagingSwitching": "sample string 24",
"HowMuchAreYouBorrowing": 1.1,
"HowMuchIsLeftOnCurrentMortgage": 1.1,
"CurrentLender": "sample string 25",
"NewLender": "sample string 26",
"IBAN": "sample string 27",
"ProofOfIdentity1": "sample string 28",
"ProofOfIdentity2": "sample string 29",
"ProofOfAddress1": "sample string 30",
"ProofOfAddress2": "sample string 31",
"PleasePassToRecommendedAdvisor": "sample string 32",
"IConsentToContact": "sample string 33",
"MoneySherpaMortgageCustomer": "sample string 34",
"HomeBuyingPack": "sample string 35",
"Notes": "sample string 36",
"Date": "2025-12-14T18:48:28.6757698+00:00",
"UserId": "sample string 37",
"Timestamp": "2025-12-14T18:48:28.6757698+00:00",
"LastUpdated": "2025-12-14T18:48:28.6757698+00:00",
"CreatedBy": "sample string 38",
"UpdatedBy": "sample string 39",
"EntryStatus": 1,
"IP": "sample string 40",
"ID": 1,
"Key": "sample string 41"
}
application/xml, text/xml
Sample:
<SolicitorLeadCapture xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MoneySherpaAPI.Models"> <AreYouRemortgagingSwitching>sample string 24</AreYouRemortgagingSwitching> <CorrespondenceAddress>sample string 9</CorrespondenceAddress> <CorrespondenceAddressCity>sample string 12</CorrespondenceAddressCity> <CorrespondenceAddressCountry>sample string 15</CorrespondenceAddressCountry> <CorrespondenceAddressCounty>sample string 13</CorrespondenceAddressCounty> <CorrespondenceAddressEirCode>sample string 14</CorrespondenceAddressEirCode> <CorrespondenceAddressLine1>sample string 10</CorrespondenceAddressLine1> <CorrespondenceAddressLine2>sample string 11</CorrespondenceAddressLine2> <CreatedBy>sample string 38</CreatedBy> <CurrentLender>sample string 25</CurrentLender> <Date>2025-12-14T18:48:28.6757698+00:00</Date> <Email1>sample string 3</Email1> <Email2>sample string 7</Email2> <EntryStatus>1</EntryStatus> <FirstName1>sample string 1</FirstName1> <FirstName2>sample string 5</FirstName2> <HomeBuyingPack>sample string 35</HomeBuyingPack> <HowMuchAreYouBorrowing>1.1</HowMuchAreYouBorrowing> <HowMuchIsLeftOnCurrentMortgage>1.1</HowMuchIsLeftOnCurrentMortgage> <IBAN>sample string 27</IBAN> <IConsentToContact>sample string 33</IConsentToContact> <ID>1</ID> <IP>sample string 40</IP> <Key>sample string 41</Key> <LastName1>sample string 2</LastName1> <LastName2>sample string 6</LastName2> <LastUpdated>2025-12-14T18:48:28.6757698+00:00</LastUpdated> <Mobile1>sample string 4</Mobile1> <Mobile2>sample string 8</Mobile2> <MoneySherpaMortgageCustomer>sample string 34</MoneySherpaMortgageCustomer> <MortgageAddressSameAsCorrespondence>sample string 16</MortgageAddressSameAsCorrespondence> <NewLender>sample string 26</NewLender> <Notes>sample string 36</Notes> <NumberOfApplicants>1</NumberOfApplicants> <PleasePassToRecommendedAdvisor>sample string 32</PleasePassToRecommendedAdvisor> <ProofOfAddress1>sample string 30</ProofOfAddress1> <ProofOfAddress2>sample string 31</ProofOfAddress2> <ProofOfIdentity1>sample string 28</ProofOfIdentity1> <ProofOfIdentity2>sample string 29</ProofOfIdentity2> <PropertyAddress>sample string 17</PropertyAddress> <PropertyAddressCity>sample string 20</PropertyAddressCity> <PropertyAddressCountry>sample string 23</PropertyAddressCountry> <PropertyAddressCounty>sample string 21</PropertyAddressCounty> <PropertyAddressEirCode>sample string 22</PropertyAddressEirCode> <PropertyAddressLine1>sample string 18</PropertyAddressLine1> <PropertyAddressLine2>sample string 19</PropertyAddressLine2> <Timestamp>2025-12-14T18:48:28.6757698+00:00</Timestamp> <UpdatedBy>sample string 39</UpdatedBy> <UserId>sample string 37</UserId> </SolicitorLeadCapture>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.