Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| lockHistoryId |
The lock history identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The lock history, if it exists.
LockHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| agencyLoanNumber |
Gets or sets the agency loan number. |
string |
None. |
| bulkCommitmentNumber |
Gets or sets the bulk commitment number. |
string |
None. |
| finalMandatoryPrice |
Gets or sets the final mandatory price. |
decimal number |
None. |
| initialMandatoryPrice |
Gets or sets the initial mandatory price. |
decimal number |
None. |
| investorDeliveryDeadline |
Gets or sets the investor delivery deadline. |
string |
None. |
| investorLoanNumber |
Gets or sets the investor loan number. |
string |
None. |
| investorLockExpirationDate |
Gets or sets the investor lock expiration date. |
string |
None. |
| investorLockType |
Gets or sets the type of the investor lock. |
string |
None. |
| lockActionCode |
Gets or sets the lock action code. |
string |
None. |
| lockActionDate |
Gets or sets the lock action date. |
date |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| investor |
Gets or sets the investor identifier. |
integer |
None. |
| loanProduct |
Gets or sets the loan product identifier. |
integer |
None. |
| id |
Gets or sets the lock history identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"agencyLoanNumber": "sample String 1",
"bulkCommitmentNumber": "sample String 2",
"finalMandatoryPrice": 1.0,
"initialMandatoryPrice": 1.0,
"investorDeliveryDeadline": "sample String 3",
"investorLoanNumber": "sample String 4",
"investorLockExpirationDate": "sample String 5",
"investorLockType": "sample String 6",
"lockActionCode": "sample String 7",
"lockActionDate": "2025-11-09T05:58:47.526984Z",
"app": "9",
"investor": "1",
"loanProduct": "10",
"id": "11"
}
text/html
Sample:
{"agencyLoanNumber":"sample String 1","bulkCommitmentNumber":"sample String 2","finalMandatoryPrice":1.0,"initialMandatoryPrice":1.0,"investorDeliveryDeadline":"sample String 3","investorLoanNumber":"sample String 4","investorLockExpirationDate":"sample String 5","investorLockType":"sample String 6","lockActionCode":"sample String 7","lockActionDate":"2025-11-09T05:58:47.526984Z","app":"9","investor":"1","loanProduct":"10","id":"11"}
application/xml, text/xml
Sample:
<LockHistory xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AgencyLoanNumber>sample String 1</AgencyLoanNumber> <BulkCommitmentNumber>sample String 2</BulkCommitmentNumber> <FinalMandatoryPrice>1</FinalMandatoryPrice> <InitialMandatoryPrice>1</InitialMandatoryPrice> <InvestorDeliveryDeadline>sample String 3</InvestorDeliveryDeadline> <InvestorLoanNumber>sample String 4</InvestorLoanNumber> <InvestorLockExpirationDate>sample String 5</InvestorLockExpirationDate> <InvestorLockType>sample String 6</InvestorLockType> <LockActionCode>sample String 7</LockActionCode> <LockActionDate>2025-11-09T05:58:47.526984Z</LockActionDate> <AppId>9</AppId> <InvestorId>1</InvestorId> <LoanProductId>10</LoanProductId> <LockHistoryId>11</LockHistoryId> </LockHistory>
application/vnd.api+json
Sample:
Sample not available.