Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of lock extension tariffs.
Collection of Pico.LockExtensionTariff| Name | Description | Type | Additional information |
|---|---|---|---|
| basisPoints |
Gets or sets the basis points. |
decimal number |
None. |
| days |
Gets or sets the days. |
integer |
None. |
| type |
Gets or sets the tariff type. |
string |
None. |
| startDate |
Gets or sets the start date. |
date |
None. |
| endDate |
Gets or sets the end date. |
date |
None. |
| id |
Gets or sets the lock extension tariff identifier. |
integer |
None. |
| organization |
Gets or sets organization identifier. |
integer |
None. |
| loanProductGroup |
Gets or sets loan product group identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"basisPoints": 1.0,
"days": 2,
"type": "sample String 3",
"startDate": "2025-11-09T06:01:07.2200849Z",
"endDate": "2025-11-09T06:01:07.2200849Z",
"id": "4",
"organization": "5",
"loanProductGroup": "6"
},
{
"basisPoints": 1.0,
"days": 2,
"type": "sample String 3",
"startDate": "2025-11-09T06:01:07.2200849Z",
"endDate": "2025-11-09T06:01:07.2200849Z",
"id": "4",
"organization": "5",
"loanProductGroup": "6"
}
]
text/html
Sample:
[{"basisPoints":1.0,"days":2,"type":"sample String 3","startDate":"2025-11-09T06:01:07.2200849Z","endDate":"2025-11-09T06:01:07.2200849Z","id":"4","organization":"5","loanProductGroup":"6"},{"basisPoints":1.0,"days":2,"type":"sample String 3","startDate":"2025-11-09T06:01:07.2200849Z","endDate":"2025-11-09T06:01:07.2200849Z","id":"4","organization":"5","loanProductGroup":"6"}]
application/xml, text/xml
Sample:
<ArrayOfLockExtensionTariff xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LockExtensionTariff>
<BasisPoints>1</BasisPoints>
<Days>2</Days>
<Type>sample String 3</Type>
<StartDate>2025-11-09T06:01:07.2200849Z</StartDate>
<EndDate>2025-11-09T06:01:07.2200849Z</EndDate>
<LockExtensionTariffId>4</LockExtensionTariffId>
<OrganizationId>5</OrganizationId>
<LoanProductGroupId>6</LoanProductGroupId>
</LockExtensionTariff>
<LockExtensionTariff>
<BasisPoints>1</BasisPoints>
<Days>2</Days>
<Type>sample String 3</Type>
<StartDate>2025-11-09T06:01:07.2200849Z</StartDate>
<EndDate>2025-11-09T06:01:07.2200849Z</EndDate>
<LockExtensionTariffId>4</LockExtensionTariffId>
<OrganizationId>5</OrganizationId>
<LoanProductGroupId>6</LoanProductGroupId>
</LockExtensionTariff>
</ArrayOfLockExtensionTariff>