Skip to main content

Create a loan account

POST 

/loans

Create basic loan accounts for individual clients and update the custom field values. The loan account details must be connected to a specific active product.

Details can be provided either by query parameters or as a JSON body.

For JSON POST, if the identifier or encoded key is provided, an update will be executed (for now, only the custom fields can be updated via JSON).

See Custom Fields API for more information about custom fields and custom fields sets.

warning

When making a POST request that sends data through query parameters, the Content-Type header must not be set.

Request

Responses

ok