POST api/leadV2/captureSurveyorLead
Request Information
URI Parameters
None.
Body Parameters
SurveyorLeadCapture| Name | Description | Type | Additional information |
|---|---|---|---|
| SurveyPaid | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| string |
None. |
||
| PhoneNumber | string |
None. |
|
| EstateAgent | string |
None. |
|
| EstateAgentPhoneNumber | string |
None. |
|
| EstateAgencyAndBranch | string |
None. |
|
| EstateAgentEmail | string |
None. |
|
| PropertyAddress | string |
None. |
|
| PropertyStreetAddress1 | string |
None. |
|
| PropertyStreetAddress2 | string |
None. |
|
| PropertyTown | string |
None. |
|
| PropertyCounty | string |
None. |
|
| PropertyPostalCode | string |
None. |
|
| PropertyCountry | string |
None. |
|
| PleasePassToPartnerSurveyor | string |
None. |
|
| IConsentToMyContactDetailsBeingUsedToContactMe | string |
None. |
|
| Notes | string |
None. |
|
| MoneySherpaUserId | 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:
{
"SurveyPaid": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Email": "sample string 4",
"PhoneNumber": "sample string 5",
"EstateAgent": "sample string 6",
"EstateAgentPhoneNumber": "sample string 7",
"EstateAgencyAndBranch": "sample string 8",
"EstateAgentEmail": "sample string 9",
"PropertyAddress": "sample string 10",
"PropertyStreetAddress1": "sample string 11",
"PropertyStreetAddress2": "sample string 12",
"PropertyTown": "sample string 13",
"PropertyCounty": "sample string 14",
"PropertyPostalCode": "sample string 15",
"PropertyCountry": "sample string 16",
"PleasePassToPartnerSurveyor": "sample string 17",
"IConsentToMyContactDetailsBeingUsedToContactMe": "sample string 18",
"Notes": "sample string 19",
"MoneySherpaUserId": "sample string 20",
"Timestamp": "2025-12-13T02:34:18.8820033+00:00",
"LastUpdated": "2025-12-13T02:34:18.8977322+00:00",
"CreatedBy": "sample string 21",
"UpdatedBy": "sample string 22",
"EntryStatus": 1,
"IP": "sample string 23",
"ID": 1,
"Key": "sample string 24"
}
application/xml, text/xml
Sample:
<SurveyorLeadCapture xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MoneySherpaAPI.Models"> <CreatedBy>sample string 21</CreatedBy> <Email>sample string 4</Email> <EntryStatus>1</EntryStatus> <EstateAgencyAndBranch>sample string 8</EstateAgencyAndBranch> <EstateAgent>sample string 6</EstateAgent> <EstateAgentEmail>sample string 9</EstateAgentEmail> <EstateAgentPhoneNumber>sample string 7</EstateAgentPhoneNumber> <FirstName>sample string 2</FirstName> <IConsentToMyContactDetailsBeingUsedToContactMe>sample string 18</IConsentToMyContactDetailsBeingUsedToContactMe> <ID>1</ID> <IP>sample string 23</IP> <Key>sample string 24</Key> <LastName>sample string 3</LastName> <LastUpdated>2025-12-13T02:34:18.8977322+00:00</LastUpdated> <MoneySherpaUserId>sample string 20</MoneySherpaUserId> <Notes>sample string 19</Notes> <PhoneNumber>sample string 5</PhoneNumber> <PleasePassToPartnerSurveyor>sample string 17</PleasePassToPartnerSurveyor> <PropertyAddress>sample string 10</PropertyAddress> <PropertyCountry>sample string 16</PropertyCountry> <PropertyCounty>sample string 14</PropertyCounty> <PropertyPostalCode>sample string 15</PropertyPostalCode> <PropertyStreetAddress1>sample string 11</PropertyStreetAddress1> <PropertyStreetAddress2>sample string 12</PropertyStreetAddress2> <PropertyTown>sample string 13</PropertyTown> <SurveyPaid>sample string 1</SurveyPaid> <Timestamp>2025-12-13T02:34:18.8820033+00:00</Timestamp> <UpdatedBy>sample string 22</UpdatedBy> </SurveyorLeadCapture>
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.