Direct Integration API icon

Direct Integration API

(0 reviews)

ContributionFunds

Sample Request

{
    "Package": {
        "Content": {
            "Application": {
                "ContributionFunds": {
                    "@Amount": "100000",
                    "@UniqueID": "c2080badb441",
                    "@Description": "Cash Down Payment",
                    "@Loan": "Yes",
                    "@Type": "Cash"
                }
            }
        }
    }
}

Detailed description of each field:
Field NameDescriptionTypePathRequiredEnumerationsNote
ContributionFundsDetails the amounts and sources of funds that will be contributed by the applicant to complete the contemplated transaction, generally a property purchase but may also be a refinance or other purchase. There may be 0 or more contributionsobjectPackage.Content.Application.ContributionFunds
@AmountThe amount of the particular contributionstringPackage.Content.Application.ContributionFunds.Amount
@UniqueIDSystem assigned unique identifierstringPackage.Content.Application.ContributionFunds.UniqueID
@DescriptionA free form description of the contribution used when the selected Contribution Fund Type = "Other"stringPackage.Content.Application.ContributionFunds.Description
@LoanIndicates whether the contribution is borrowed from a third partystringPackage.Content.Application.ContributionFunds.LoanYes, No
@TypeThe type of the particular contributionstringPackage.Content.Application.ContributionFunds.TypeCash, Existing Equity, First Home Owner Grant, Gift,Inheritance, KiwiSaver, Net Proceeds from Sale of Property, Other, Redraw, Sale of Non Real Estate Asset, Superannuation, Term Deposit, Unsecured Borrowing

Reviews