V3 Contracts

Resource Lock Contract Attributes

The following attributes define the resourceLock object.

ATTRIBUTEDESCRIPTION
id
string
The lockId, which is the unique identifier assigned to the lock and returned in the response when the lock is created.
resource
ResourceContract object
Required. References the entity ID and entity type. Both must include the loan ID and borrower application ID associated with the loan. Both are returned by getLoan.
resource.entityId
string
The entity identifier. For example,
loanId or loanGuid.
resource.entityType
string
The type of resource. For example, Loan.
userId
string
The Encompass user ID of the user holding the lock.
lockType
string
Required. Whether the type of lock is Exclusive or NGSharedLock. This is case-insensitive.
lockTime
string
The date and time the resource was locked.