POST api/leadV2/leadCapture

Request Information

URI Parameters

None.

Body Parameters

LeadCaputure
NameDescriptionTypeAdditional information
WhatDoYouWantToDo

string

None.

HowWillTheHouseBeUsed

string

None.

IncomeType

string

None.

WhereAreYouBuyingFrom

string

None.

HouseholdIncome

decimal number

None.

VariableIncome

decimal number

None.

RoughSizeOfMortgage

decimal number

None.

HowMuchAdditional

decimal number

None.

StressedMortgageRepayment

decimal number

None.

AssesableIncome

decimal number

None.

NetDisposableIncome1

string

None.

NetDisposableIncome2

string

None.

DisposableIncome

string

None.

NetMonthlyIncome

string

None.

MonthlyRepayments

string

None.

MonthlyLivingCosts

string

None.

MonthlyChildcare

string

None.

NetDisposableIncomeValidation

string

None.

SourceOfDeposit

string

None.

TotalDeposit

decimal number

None.

DepositBreakdown

string

None.

Children

string

None.

MaritalStatus

string

None.

Name

string

None.

Email

string

None.

Phone

string

None.

Notes

string

None.

FollowUp

string

None.

Advisor

string

None.

UserID

string

None.

Date

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:
{
  "WhatDoYouWantToDo": "sample string 1",
  "HowWillTheHouseBeUsed": "sample string 2",
  "IncomeType": "sample string 3",
  "WhereAreYouBuyingFrom": "sample string 4",
  "HouseholdIncome": 5.0,
  "VariableIncome": 6.0,
  "RoughSizeOfMortgage": 7.0,
  "HowMuchAdditional": 8.0,
  "StressedMortgageRepayment": 9.0,
  "AssesableIncome": 10.0,
  "NetDisposableIncome1": "sample string 11",
  "NetDisposableIncome2": "sample string 12",
  "DisposableIncome": "sample string 13",
  "NetMonthlyIncome": "sample string 14",
  "MonthlyRepayments": "sample string 15",
  "MonthlyLivingCosts": "sample string 16",
  "MonthlyChildcare": "sample string 17",
  "NetDisposableIncomeValidation": "sample string 18",
  "SourceOfDeposit": "sample string 19",
  "TotalDeposit": 20.0,
  "DepositBreakdown": "sample string 21",
  "Children": "sample string 22",
  "MaritalStatus": "sample string 23",
  "Name": "sample string 24",
  "Email": "sample string 25",
  "Phone": "sample string 26",
  "Notes": "sample string 27",
  "FollowUp": "sample string 28",
  "Advisor": "sample string 29",
  "UserID": "sample string 30",
  "Date": "sample string 31",
  "Timestamp": "2025-12-15T10:43:02.890992+00:00",
  "LastUpdated": "2025-12-15T10:43:02.890992+00:00",
  "CreatedBy": "sample string 34",
  "UpdatedBy": "sample string 35",
  "EntryStatus": 36,
  "IP": "sample string 37",
  "ID": 38,
  "Key": "sample string 39"
}

application/xml, text/xml

Sample:
<LeadCaputure xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MoneySherpaAPI.Models">
  <Advisor>sample string 29</Advisor>
  <AssesableIncome>10</AssesableIncome>
  <Children>sample string 22</Children>
  <CreatedBy>sample string 34</CreatedBy>
  <Date>sample string 31</Date>
  <DepositBreakdown>sample string 21</DepositBreakdown>
  <DisposableIncome>sample string 13</DisposableIncome>
  <Email>sample string 25</Email>
  <EntryStatus>36</EntryStatus>
  <FollowUp>sample string 28</FollowUp>
  <HouseholdIncome>5</HouseholdIncome>
  <HowMuchAdditional>8</HowMuchAdditional>
  <HowWillTheHouseBeUsed>sample string 2</HowWillTheHouseBeUsed>
  <ID>38</ID>
  <IP>sample string 37</IP>
  <IncomeType>sample string 3</IncomeType>
  <Key>sample string 39</Key>
  <LastUpdated>2025-12-15T10:43:02.890992+00:00</LastUpdated>
  <MaritalStatus>sample string 23</MaritalStatus>
  <MonthlyChildcare>sample string 17</MonthlyChildcare>
  <MonthlyLivingCosts>sample string 16</MonthlyLivingCosts>
  <MonthlyRepayments>sample string 15</MonthlyRepayments>
  <Name>sample string 24</Name>
  <NetDisposableIncome1>sample string 11</NetDisposableIncome1>
  <NetDisposableIncome2>sample string 12</NetDisposableIncome2>
  <NetDisposableIncomeValidation>sample string 18</NetDisposableIncomeValidation>
  <NetMonthlyIncome>sample string 14</NetMonthlyIncome>
  <Notes>sample string 27</Notes>
  <Phone>sample string 26</Phone>
  <RoughSizeOfMortgage>7</RoughSizeOfMortgage>
  <SourceOfDeposit>sample string 19</SourceOfDeposit>
  <StressedMortgageRepayment>9</StressedMortgageRepayment>
  <Timestamp>2025-12-15T10:43:02.890992+00:00</Timestamp>
  <TotalDeposit>20</TotalDeposit>
  <UpdatedBy>sample string 35</UpdatedBy>
  <UserID>sample string 30</UserID>
  <VariableIncome>6</VariableIncome>
  <WhatDoYouWantToDo>sample string 1</WhatDoYouWantToDo>
  <WhereAreYouBuyingFrom>sample string 4</WhereAreYouBuyingFrom>
</LeadCaputure>

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.