Request Information

URI Parameters

NameDescriptionTypeAdditional information
baseRateId

The base rate identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The base rate, if it exists.

Pico.BaseRate
NameDescriptionTypeAdditional 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

Sample:
{
  "id": "1",
  "baseRateType": "2",
  "investor": "1",
  "specialFeature": "1",
  "affectedEntity": "sample String 3",
  "endDate": "2025-04-26T00:50:06.8626323Z",
  "lockPeriod": 4,
  "maxCreditScore": 1,
  "minCreditScore": 1,
  "points": 5.0,
  "productCode": "sample String 6",
  "rate": 7.0,
  "startDate": "2025-04-26T00:50:06.8626323Z"
}

text/html

Sample:
{"id":"1","baseRateType":"2","investor":"1","specialFeature":"1","affectedEntity":"sample String 3","endDate":"2025-04-26T00:50:06.8626323Z","lockPeriod":4,"maxCreditScore":1,"minCreditScore":1,"points":5.0,"productCode":"sample String 6","rate":7.0,"startDate":"2025-04-26T00:50:06.8626323Z"}

application/xml, text/xml

Sample:
<BaseRate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <BaseRateId>1</BaseRateId>
  <BaseRateTypeId>2</BaseRateTypeId>
  <InvestorId>1</InvestorId>
  <SpecialFeatureId>1</SpecialFeatureId>
  <AffectedEntity>sample String 3</AffectedEntity>
  <EndDate>2025-04-26T00:50:06.8626323Z</EndDate>
  <LockPeriod>4</LockPeriod>
  <MaxCreditScore>1</MaxCreditScore>
  <MinCreditScore>1</MinCreditScore>
  <Points>5</Points>
  <ProductCode>sample String 6</ProductCode>
  <Rate>7</Rate>
  <StartDate>2025-04-26T00:50:06.8626323Z</StartDate>
</BaseRate>