Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| affectedEntity |
Gets or sets the affected entity. |
string |
None. |
| loanProductId |
Gets or sets the loan product identifier. |
integer |
None. |
| lockPeriod |
Gets or sets the lock period. |
integer |
None. |
| searchByProductCode |
Gets or sets a value indicating whether search base rates by product code. |
boolean |
None. |
| startDate |
Gets or sets the start date. |
date |
None. |
| startTime |
Gets or sets the start time. |
time interval |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of base rates.
Collection of Pico.BaseRate| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the base rate identifier. |
integer |
None. |
| baseRateType |
Gets or sets the base rate type Id. |
integer |
None. |
| investor |
Gets or sets the investor identifier. |
integer |
None. |
| specialFeature |
Gets or sets the special feature identifier. |
integer |
None. |
| affectedEntity |
Gets or sets the affected entity. |
string |
None. |
| endDate |
Gets or sets the end date. |
date |
None. |
| lockPeriod |
Gets or sets the lock period. |
integer |
None. |
| maxCreditScore |
Gets or sets the maximum credit score. |
integer |
None. |
| minCreditScore |
Gets or sets the minimum credit score. |
integer |
None. |
| points |
Gets or sets the points. |
decimal number |
None. |
| productCode |
Gets or sets the product code. |
string |
None. |
| rate |
Gets or sets the rate. |
decimal number |
None. |
| startDate |
Gets or sets the start date. |
date |
None. |
Response Formats
application/json, text/json
[
{
"id": "1",
"baseRateType": "2",
"investor": "1",
"specialFeature": "1",
"affectedEntity": "sample String 3",
"endDate": "2025-11-08T17:54:59.3428129Z",
"lockPeriod": 4,
"maxCreditScore": 1,
"minCreditScore": 1,
"points": 5.0,
"productCode": "sample String 6",
"rate": 7.0,
"startDate": "2025-11-08T17:54:59.3428129Z"
},
{
"id": "1",
"baseRateType": "2",
"investor": "1",
"specialFeature": "1",
"affectedEntity": "sample String 3",
"endDate": "2025-11-08T17:54:59.3428129Z",
"lockPeriod": 4,
"maxCreditScore": 1,
"minCreditScore": 1,
"points": 5.0,
"productCode": "sample String 6",
"rate": 7.0,
"startDate": "2025-11-08T17:54:59.3428129Z"
}
]
text/html
[{"id":"1","baseRateType":"2","investor":"1","specialFeature":"1","affectedEntity":"sample String 3","endDate":"2025-11-08T17:54:59.3428129Z","lockPeriod":4,"maxCreditScore":1,"minCreditScore":1,"points":5.0,"productCode":"sample String 6","rate":7.0,"startDate":"2025-11-08T17:54:59.3428129Z"},{"id":"1","baseRateType":"2","investor":"1","specialFeature":"1","affectedEntity":"sample String 3","endDate":"2025-11-08T17:54:59.3428129Z","lockPeriod":4,"maxCreditScore":1,"minCreditScore":1,"points":5.0,"productCode":"sample String 6","rate":7.0,"startDate":"2025-11-08T17:54:59.3428129Z"}]
application/xml, text/xml
<ArrayOfBaseRate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<BaseRate>
<BaseRateId>1</BaseRateId>
<BaseRateTypeId>2</BaseRateTypeId>
<InvestorId>1</InvestorId>
<SpecialFeatureId>1</SpecialFeatureId>
<AffectedEntity>sample String 3</AffectedEntity>
<EndDate>2025-11-08T17:54:59.3428129Z</EndDate>
<LockPeriod>4</LockPeriod>
<MaxCreditScore>1</MaxCreditScore>
<MinCreditScore>1</MinCreditScore>
<Points>5</Points>
<ProductCode>sample String 6</ProductCode>
<Rate>7</Rate>
<StartDate>2025-11-08T17:54:59.3428129Z</StartDate>
</BaseRate>
<BaseRate>
<BaseRateId>1</BaseRateId>
<BaseRateTypeId>2</BaseRateTypeId>
<InvestorId>1</InvestorId>
<SpecialFeatureId>1</SpecialFeatureId>
<AffectedEntity>sample String 3</AffectedEntity>
<EndDate>2025-11-08T17:54:59.3428129Z</EndDate>
<LockPeriod>4</LockPeriod>
<MaxCreditScore>1</MaxCreditScore>
<MinCreditScore>1</MinCreditScore>
<Points>5</Points>
<ProductCode>sample String 6</ProductCode>
<Rate>7</Rate>
<StartDate>2025-11-08T17:54:59.3428129Z</StartDate>
</BaseRate>
</ArrayOfBaseRate>