Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The loan product identifier.

integer

Required

Body Parameters

The loan product.

Pico.LockExtensionTariff
NameDescriptionTypeAdditional 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-04-26T00:59:21.461273Z",
  "endDate": "2025-04-26T00:59:21.461273Z",
  "id": "4",
  "organization": "5",
  "loanProductGroup": "6"
}

text/html

Sample:
{"basisPoints":1.0,"days":2,"type":"sample String 3","startDate":"2025-04-26T00:59:21.461273Z","endDate":"2025-04-26T00:59:21.461273Z","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-04-26T00:59:21.461273Z</StartDate>
  <EndDate>2025-04-26T00:59:21.461273Z</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
NameDescriptionTypeAdditional 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-04-26T00:59:21.461273Z",
  "endDate": "2025-04-26T00:59:21.461273Z",
  "id": "4",
  "organization": "5",
  "loanProductGroup": "6"
}

text/html

Sample:
{"basisPoints":1.0,"days":2,"type":"sample String 3","startDate":"2025-04-26T00:59:21.461273Z","endDate":"2025-04-26T00:59:21.461273Z","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-04-26T00:59:21.461273Z</StartDate>
  <EndDate>2025-04-26T00:59:21.461273Z</EndDate>
  <LockExtensionTariffId>4</LockExtensionTariffId>
  <OrganizationId>5</OrganizationId>
  <LoanProductGroupId>6</LoanProductGroupId>
</LockExtensionTariff>