Managing assets
Updated over a week ago

Creating an asset against an opportunity

METHOD: POST

Sample request

Fetching assets for an single opportunity

METHOD: GET

Sample request

[ { "uniqueId": "43d638fc-a501-42be-a319-b94e5a3b0bc8", "company": "P200052", "parentType": "loan", "parentId": "d4045ee6-a122-11e9-8cca-0a9abd68703b", "name": "Motor Vehicle", "type": "vehicle", "value": 50000, "valueBasis": "Applicant Estimate", "details": "Ford", "institution": "", "accountName": "", "accountNumber": "", "accountBSB": "", "realEstateUseAsSecurity": false, "realEstatePurpose": "Owner Occupied", "realEstateZoning": "Residential", "realEstateToBePurchased": true, "realEstateRentalIncome": 0, "realEstateRentalIncomeFrequency": "monthly", "realEstateRentalEvidenceOfTenancy": false, "existingMortgageCreditor": "", "existingMortgageBalance": 0, "existingMortgageRepayment": 0, "existingMortgageInterestRate": 0, "existingMortgageRepaymentFrequency": "monthly", "existingMortgageRepaymentClearing": false, "motorVehicleType": "Medium", "motorVehiceYear": "2016", "motorVehicleMake": "Ford", "propertyTitleType": "", "propertyStatus": "", "propertyType": "", "valueObjectOwnershipList": [ { "uniqueId": "562576ff-244f-4595-8d05-e1d2fea16269", "personId": "ebd5cebc-8a86-4309-9c66-6dda0a10538b", "valueObjectId": "43d638fc-a501-42be-a319-b94e5a3b0bc8", "ownership": 100, "name": "Alastair Pryor", "relationship": "Primary Applicant" } ], "address": { "requiresConfirmation": false, "poBoxType": "", "addrGeoLatitude": "0.00000000", "addrGeoLongitude": "0.00000000" } }]

Updating an asset

METHOD: PUT

Sample request

{ "name":"Motor Vehicle", "type":"Vehicle", "value":10000}

Deleting an asset

METHOD: PUT

Sample request

{ "isDeleted":true}

Available Type Values

realEstate

account

standard

vehicle

Available Name Values Under realEstate

Real Estate

Available Name Values Under account

Cheque Account

Term Deposit

Investment Savings

Cash Management

Savings Account

Available Name Values Under standard

Charge Over Cash

Home Contents

Guarantee

Business Entity

Life Insurance

Managed Funds

Debenture Charge

Boat

Shares

Other

Gifts

Superannuation

Available Name Values Under vehicle

Motor Vehicle

Did this answer your question?