GuidesRecipesAPI Reference
Log In
API Reference

đźš§ Update a specific asset record. (BETA)

đźš§

Under construction

This endpoint is in beta. Functionality may change without notice, support is limited, and use in production is not recommended. Your feedback is appreciated.

Updates a specific asset record by ID. Pass only the fields to change;
omitted fields keep their current values. A field set to null is
stored as null.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Loan application ID.

string
required

Asset record ID.

Body Params

Body for updating an asset record. Pass only the fields to update;
omitted fields keep their current values. A field set to null is stored
as null.

string | null

This asset's type.

number | null

This asset's estimated value (integer or decimal).

string | null

The owner(s) of this asset: "Borrower", "Co-borrower", or "Both".

Headers
string

Specify API version, for example '1.0'. By default, the version configured in the company settings is used.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json