Registration Log Contracts
The following section lists each contract used in the Registration Log API and describes all the attributes that make up each contract. All attributes are optional unless otherwise specified.
Registration Log Attributes
The following attributes are contained within the RegistrationLogContract object.
ATTRIBUTES | DESCRIPTION |
---|---|
id string | Unique identifier that was assigned to the registration log at the time is was created. |
isCurrent boolean | Indicates whether the registration log is the most current one on the loan. RetrieveOnly. |
registrationDate string | CreateOnly. The date when the loan was registered. The format is Date: yyyy-MM-dd |
expirationDate string | The date when the loan registration expires. The format is Date: yyyy-MM-dd |
investorName string | The name of the investor for this loan. |
referenceNumber string | A Reference Number, such as the commitment number. |
registeredBy EntityReferenceContract | Details about the user who is entering registration information. RetrieveOnly. |
registeredBy. entityId string | Required. The user ID of the user who entered registration information. |
registeredBy.entityName string | The name of the user who entered registration information. RetrieveOnly. |
registeredBy.entityUri string | Location of the entity in Encompass. RetrieveOnly. |
registeredBy.entityType string | The role, persona, etc of the user who entered registration information. |
createdDate string | The date when the registration log was created or updated. The format is Date: yyyy-MM-dd |