V3 Update Field Lock Data

Use the Field Lock Data API to add, remove, or replace fields in the fieldLockData collection in a loan.

Usage Note
The collection passed to this API is appendable and does not replace the existing list of fields in fieldLockData.

Path Params
string
required

Unique identifier of the loan for which to update field lock data.

Query Params
string

Action to be performed on the field lock data. Possible values are Add, Remove, and Replace.

Body Params
fieldLockData
array of strings

Comma-separated list of locked fields to add, remove, or replace.

fieldLockData
Headers
string
required

Bearer token

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json