Sample Request
{
"Package": {
"Content": {
"Application": {
"ContributionFunds": {
"@Amount": "100000",
"@UniqueID": "c2080badb441",
"@Description": "Cash Down Payment",
"@Loan": "Yes",
"@Type": "Cash"
}
}
}
}
}
Detailed description of each field:
Field Name | Description | Type | Path | Required | Enumerations | Note |
---|
ContributionFunds | Details 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 contributions | object | Package.Content.Application.ContributionFunds | | | |
@Amount | The amount of the particular contribution | string | Package.Content.Application.ContributionFunds.Amount | | | |
@UniqueID | System assigned unique identifier | string | Package.Content.Application.ContributionFunds.UniqueID | | | |
@Description | A free form description of the contribution used when the selected Contribution Fund Type = "Other" | string | Package.Content.Application.ContributionFunds.Description | | | |
@Loan | Indicates whether the contribution is borrowed from a third party | string | Package.Content.Application.ContributionFunds.Loan | | Yes, No | |
@Type | The type of the particular contribution | string | Package.Content.Application.ContributionFunds.Type | | Cash, 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 | |