GuidesRecipesAPI Reference
Log In
API Reference

đźš§ Update a specific liability 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 liability 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

Liability record ID.

Body Params

Body for updating a liability 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 liability's type.

number | null

This liability's balance (integer or decimal).

string | null

This liability's provider.

string | null

The borrower responsible for this liability: "Borrower", "Co-borrower", or "Both".

boolean | null

Whether this liability is paid off with loan proceeds.

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