POST api/leadV2/captureBalanceOfFunds

Request Information

URI Parameters

None.

Body Parameters

BalanceOfFundsCapture
NameDescriptionTypeAdditional information
TypeOfPropertyLabel

string

None.

TypeOfProperty

string

None.

TypeOfBuyerLabel

string

None.

TypeOfBuyer

string

None.

CustomerEmail

string

None.

PurchasePrice

decimal number

None.

StampDuty

decimal number

None.

SolicitorsFees

decimal number

None.

Valuation

decimal number

None.

Survey

decimal number

None.

TotalServicesFees

decimal number

None.

CompleteHomeBuyerPackLabel

string

None.

CompleteHomeBuyerPack

string

None.

OldPropertySalePrice

decimal number

None.

EstateAgentCommission

decimal number

None.

OldMortgage

decimal number

None.

NetFundsFromSale

decimal number

None.

HelpToBuy

decimal number

None.

HelpToBuyMax

decimal number

None.

FirstHomeScheme

decimal number

None.

FirstHomeSchemeMax

decimal number

None.

DepositPaid

decimal number

None.

AvailableDeposit

decimal number

None.

Gifts

decimal number

None.

NewMortgage

decimal number

None.

TotalCosts

decimal number

None.

TotalFunds

decimal number

None.

ActualBalanceOfFunds

decimal number

None.

OfferIncludingStamp

decimal number

None.

LenderRequiredCosts

decimal number

None.

LenderBalanceOfFunds

decimal number

None.

NextStepsForCustomer

string

None.

PercentOfRequired

decimal number

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:
{
  "TypeOfPropertyLabel": "sample string 1",
  "TypeOfProperty": "sample string 2",
  "TypeOfBuyerLabel": "sample string 3",
  "TypeOfBuyer": "sample string 4",
  "CustomerEmail": "sample string 5",
  "PurchasePrice": 1.1,
  "StampDuty": 1.1,
  "SolicitorsFees": 1.1,
  "Valuation": 1.1,
  "Survey": 1.1,
  "TotalServicesFees": 1.1,
  "CompleteHomeBuyerPackLabel": "sample string 6",
  "CompleteHomeBuyerPack": "sample string 7",
  "OldPropertySalePrice": 1.1,
  "EstateAgentCommission": 1.1,
  "OldMortgage": 1.1,
  "NetFundsFromSale": 1.1,
  "HelpToBuy": 1.1,
  "HelpToBuyMax": 1.1,
  "FirstHomeScheme": 1.1,
  "FirstHomeSchemeMax": 1.1,
  "DepositPaid": 1.1,
  "AvailableDeposit": 1.1,
  "Gifts": 1.1,
  "NewMortgage": 1.1,
  "TotalCosts": 1.1,
  "TotalFunds": 1.1,
  "ActualBalanceOfFunds": 1.1,
  "OfferIncludingStamp": 1.1,
  "LenderRequiredCosts": 1.1,
  "LenderBalanceOfFunds": 1.1,
  "NextStepsForCustomer": "sample string 8",
  "PercentOfRequired": 1.1,
  "UserId": "sample string 9",
  "Timestamp": "2025-12-11T21:43:22.967397+00:00",
  "LastUpdated": "2025-12-11T21:43:22.967397+00:00",
  "CreatedBy": "sample string 10",
  "UpdatedBy": "sample string 11",
  "EntryStatus": 1,
  "IP": "sample string 12",
  "ID": 1,
  "Key": "sample string 13"
}

application/xml, text/xml

Sample:
<BalanceOfFundsCapture xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MoneySherpaAPI.Models">
  <ActualBalanceOfFunds>1.1</ActualBalanceOfFunds>
  <AvailableDeposit>1.1</AvailableDeposit>
  <CompleteHomeBuyerPack>sample string 7</CompleteHomeBuyerPack>
  <CompleteHomeBuyerPackLabel>sample string 6</CompleteHomeBuyerPackLabel>
  <CreatedBy>sample string 10</CreatedBy>
  <CustomerEmail>sample string 5</CustomerEmail>
  <DepositPaid>1.1</DepositPaid>
  <EntryStatus>1</EntryStatus>
  <EstateAgentCommission>1.1</EstateAgentCommission>
  <FirstHomeScheme>1.1</FirstHomeScheme>
  <FirstHomeSchemeMax>1.1</FirstHomeSchemeMax>
  <Gifts>1.1</Gifts>
  <HelpToBuy>1.1</HelpToBuy>
  <HelpToBuyMax>1.1</HelpToBuyMax>
  <ID>1</ID>
  <IP>sample string 12</IP>
  <Key>sample string 13</Key>
  <LastUpdated>2025-12-11T21:43:22.967397+00:00</LastUpdated>
  <LenderBalanceOfFunds>1.1</LenderBalanceOfFunds>
  <LenderRequiredCosts>1.1</LenderRequiredCosts>
  <NetFundsFromSale>1.1</NetFundsFromSale>
  <NewMortgage>1.1</NewMortgage>
  <NextStepsForCustomer>sample string 8</NextStepsForCustomer>
  <OfferIncludingStamp>1.1</OfferIncludingStamp>
  <OldMortgage>1.1</OldMortgage>
  <OldPropertySalePrice>1.1</OldPropertySalePrice>
  <PercentOfRequired>1.1</PercentOfRequired>
  <PurchasePrice>1.1</PurchasePrice>
  <SolicitorsFees>1.1</SolicitorsFees>
  <StampDuty>1.1</StampDuty>
  <Survey>1.1</Survey>
  <Timestamp>2025-12-11T21:43:22.967397+00:00</Timestamp>
  <TotalCosts>1.1</TotalCosts>
  <TotalFunds>1.1</TotalFunds>
  <TotalServicesFees>1.1</TotalServicesFees>
  <TypeOfBuyer>sample string 4</TypeOfBuyer>
  <TypeOfBuyerLabel>sample string 3</TypeOfBuyerLabel>
  <TypeOfProperty>sample string 2</TypeOfProperty>
  <TypeOfPropertyLabel>sample string 1</TypeOfPropertyLabel>
  <UpdatedBy>sample string 11</UpdatedBy>
  <UserId>sample string 9</UserId>
  <Valuation>1.1</Valuation>
</BalanceOfFundsCapture>

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.