Skip to main content

Update custom field values (loan account)

PATCH 

/loans/{loanAccountId}/custominformation

Update custom field values in a custom field set for a given loan account.

Update a single custom field value

{
"customInformation": [
{
"customFieldID": "custom_field_2",
"value": "3"
}
]
}

Update a field in a group

{
"customInformation": [
{
"customFieldID": "cf_grouped_field",
"value": "new value",
"customFieldSetGroupIndex": "0"
}
]
}

Request

Responses

ok