Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The loan product identifier. |
integer |
Required |
Body Parameters
The loan product.
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. |
Request Formats
application/json, text/json
Sample:
{
"basisPoints": 1.0,
"days": 2,
"type": "sample String 3",
"startDate": "2025-11-09T05:56:24.7158299Z",
"endDate": "2025-11-09T05:56:24.7158299Z",
"id": "4",
"organization": "5",
"loanProductGroup": "6"
}
text/html
Sample:
{"basisPoints":1.0,"days":2,"type":"sample String 3","startDate":"2025-11-09T05:56:24.7158299Z","endDate":"2025-11-09T05:56:24.7158299Z","id":"4","organization":"5","loanProductGroup":"6"}
application/xml, text/xml
Sample:
<LockExtensionTariff xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <BasisPoints>1</BasisPoints> <Days>2</Days> <Type>sample String 3</Type> <StartDate>2025-11-09T05:56:24.7158299Z</StartDate> <EndDate>2025-11-09T05:56:24.7158299Z</EndDate> <LockExtensionTariffId>4</LockExtensionTariffId> <OrganizationId>5</OrganizationId> <LoanProductGroupId>6</LoanProductGroupId> </LockExtensionTariff>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The updated loan product.
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-09T05:56:24.7158299Z",
"endDate": "2025-11-09T05:56:24.7158299Z",
"id": "4",
"organization": "5",
"loanProductGroup": "6"
}
text/html
Sample:
{"basisPoints":1.0,"days":2,"type":"sample String 3","startDate":"2025-11-09T05:56:24.7158299Z","endDate":"2025-11-09T05:56:24.7158299Z","id":"4","organization":"5","loanProductGroup":"6"}
application/xml, text/xml
Sample:
<LockExtensionTariff xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <BasisPoints>1</BasisPoints> <Days>2</Days> <Type>sample String 3</Type> <StartDate>2025-11-09T05:56:24.7158299Z</StartDate> <EndDate>2025-11-09T05:56:24.7158299Z</EndDate> <LockExtensionTariffId>4</LockExtensionTariffId> <OrganizationId>5</OrganizationId> <LoanProductGroupId>6</LoanProductGroupId> </LockExtensionTariff>