POST api/leadV2/captureValuationLead
Request Information
URI Parameters
None.
Body Parameters
ValuationLeadCapture| Name | Description | Type | Additional information |
|---|---|---|---|
| ValuationPaid | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| string |
None. |
||
| PhoneNumber | string |
None. |
|
| ValuerFirstName | string |
None. |
|
| ValuerLastName | string |
None. |
|
| Valuer | string |
None. |
|
| ValuerPhoneNumber | string |
None. |
|
| ValuerAgencyAndBranch | string |
None. |
|
| ValuerEmail | string |
None. |
|
| EstateAgentFirstName | string |
None. |
|
| EstateAgentLastName | 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. |
|
| SaleAgreedPrice | decimal number |
None. |
|
| Lender | string |
None. |
|
| LenderReference | string |
None. |
|
| AdditionalInformation | 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:
{
"ValuationPaid": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Email": "sample string 4",
"PhoneNumber": "sample string 5",
"ValuerFirstName": "sample string 6",
"ValuerLastName": "sample string 7",
"Valuer": "sample string 8",
"ValuerPhoneNumber": "sample string 9",
"ValuerAgencyAndBranch": "sample string 10",
"ValuerEmail": "sample string 11",
"EstateAgentFirstName": "sample string 12",
"EstateAgentLastName": "sample string 13",
"EstateAgent": "sample string 14",
"EstateAgentPhoneNumber": "sample string 15",
"EstateAgencyAndBranch": "sample string 16",
"EstateAgentEmail": "sample string 17",
"PropertyAddress": "sample string 18",
"PropertyStreetAddress1": "sample string 19",
"PropertyStreetAddress2": "sample string 20",
"PropertyTown": "sample string 21",
"PropertyCounty": "sample string 22",
"PropertyPostalCode": "sample string 23",
"PropertyCountry": "sample string 24",
"SaleAgreedPrice": 1.1,
"Lender": "sample string 25",
"LenderReference": "sample string 26",
"AdditionalInformation": "sample string 27",
"MoneySherpaUserId": "sample string 28",
"Timestamp": "2025-12-14T22:46:38.1545759+00:00",
"LastUpdated": "2025-12-14T22:46:38.1545759+00:00",
"CreatedBy": "sample string 29",
"UpdatedBy": "sample string 30",
"EntryStatus": 1,
"IP": "sample string 31",
"ID": 1,
"Key": "sample string 32"
}
application/xml, text/xml
Sample:
<ValuationLeadCapture xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MoneySherpaAPI.Models"> <AdditionalInformation>sample string 27</AdditionalInformation> <CreatedBy>sample string 29</CreatedBy> <Email>sample string 4</Email> <EntryStatus>1</EntryStatus> <EstateAgencyAndBranch>sample string 16</EstateAgencyAndBranch> <EstateAgent>sample string 14</EstateAgent> <EstateAgentEmail>sample string 17</EstateAgentEmail> <EstateAgentFirstName>sample string 12</EstateAgentFirstName> <EstateAgentLastName>sample string 13</EstateAgentLastName> <EstateAgentPhoneNumber>sample string 15</EstateAgentPhoneNumber> <FirstName>sample string 2</FirstName> <ID>1</ID> <IP>sample string 31</IP> <Key>sample string 32</Key> <LastName>sample string 3</LastName> <LastUpdated>2025-12-14T22:46:38.1545759+00:00</LastUpdated> <Lender>sample string 25</Lender> <LenderReference>sample string 26</LenderReference> <MoneySherpaUserId>sample string 28</MoneySherpaUserId> <PhoneNumber>sample string 5</PhoneNumber> <PropertyAddress>sample string 18</PropertyAddress> <PropertyCountry>sample string 24</PropertyCountry> <PropertyCounty>sample string 22</PropertyCounty> <PropertyPostalCode>sample string 23</PropertyPostalCode> <PropertyStreetAddress1>sample string 19</PropertyStreetAddress1> <PropertyStreetAddress2>sample string 20</PropertyStreetAddress2> <PropertyTown>sample string 21</PropertyTown> <SaleAgreedPrice>1.1</SaleAgreedPrice> <Timestamp>2025-12-14T22:46:38.1545759+00:00</Timestamp> <UpdatedBy>sample string 30</UpdatedBy> <ValuationPaid>sample string 1</ValuationPaid> <Valuer>sample string 8</Valuer> <ValuerAgencyAndBranch>sample string 10</ValuerAgencyAndBranch> <ValuerEmail>sample string 11</ValuerEmail> <ValuerFirstName>sample string 6</ValuerFirstName> <ValuerLastName>sample string 7</ValuerLastName> <ValuerPhoneNumber>sample string 9</ValuerPhoneNumber> </ValuationLeadCapture>
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.