Request Information

URI Parameters

None.

Body Parameters

The credit score.

Nano.CreditScore
NameDescriptionTypeAdditional information
bureau

Gets or sets the bureau.

string

None.

bureauStatus

Gets or sets the bureau status.

string

None.

date

Gets or sets the date.

date

None.

isAppRepresentative

Gets or sets a value indicating whether this is app representative.

boolean

None.

isPersonRepresentative

Gets or sets a value indicating whether this is person representative.

boolean

None.

isPreliminary

Gets or sets a value indicating whether this is the preliminary score.

boolean

None.

score

Gets or sets the score.

integer

None.

app

Gets or sets the application identifier.

integer

None.

creditReport

Gets or sets the credit report identifier.

integer

None.

id

Gets or sets the credit score identifier.

integer

None.

person

Gets or sets the person identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "bureau": "sample String 1",
  "bureauStatus": "sample String 2",
  "date": "2025-04-25T18:46:04.338911Z",
  "isAppRepresentative": true,
  "isPersonRepresentative": true,
  "isPreliminary": true,
  "score": 1,
  "app": "6",
  "creditReport": "1",
  "id": "7",
  "person": "1"
}

text/html

Sample:
{"bureau":"sample String 1","bureauStatus":"sample String 2","date":"2025-04-25T18:46:04.338911Z","isAppRepresentative":true,"isPersonRepresentative":true,"isPreliminary":true,"score":1,"app":"6","creditReport":"1","id":"7","person":"1"}

application/xml, text/xml

Sample:
<CreditScore xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Bureau>sample String 1</Bureau>
  <BureauStatus>sample String 2</BureauStatus>
  <Date>2025-04-25T18:46:04.338911Z</Date>
  <IsAppRepresentative>true</IsAppRepresentative>
  <IsPersonRepresentative>true</IsPersonRepresentative>
  <IsPreliminary>true</IsPreliminary>
  <Score>1</Score>
  <AppId>6</AppId>
  <CreditReportId>1</CreditReportId>
  <CreditScoreId>7</CreditScoreId>
  <PersonId>1</PersonId>
</CreditScore>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage.

Nano.CreditScore
NameDescriptionTypeAdditional information
bureau

Gets or sets the bureau.

string

None.

bureauStatus

Gets or sets the bureau status.

string

None.

date

Gets or sets the date.

date

None.

isAppRepresentative

Gets or sets a value indicating whether this is app representative.

boolean

None.

isPersonRepresentative

Gets or sets a value indicating whether this is person representative.

boolean

None.

isPreliminary

Gets or sets a value indicating whether this is the preliminary score.

boolean

None.

score

Gets or sets the score.

integer

None.

app

Gets or sets the application identifier.

integer

None.

creditReport

Gets or sets the credit report identifier.

integer

None.

id

Gets or sets the credit score identifier.

integer

None.

person

Gets or sets the person identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "bureau": "sample String 1",
  "bureauStatus": "sample String 2",
  "date": "2025-04-25T18:46:04.338911Z",
  "isAppRepresentative": true,
  "isPersonRepresentative": true,
  "isPreliminary": true,
  "score": 1,
  "app": "6",
  "creditReport": "1",
  "id": "7",
  "person": "1"
}

text/html

Sample:
{"bureau":"sample String 1","bureauStatus":"sample String 2","date":"2025-04-25T18:46:04.338911Z","isAppRepresentative":true,"isPersonRepresentative":true,"isPreliminary":true,"score":1,"app":"6","creditReport":"1","id":"7","person":"1"}

application/xml, text/xml

Sample:
<CreditScore xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Bureau>sample String 1</Bureau>
  <BureauStatus>sample String 2</BureauStatus>
  <Date>2025-04-25T18:46:04.338911Z</Date>
  <IsAppRepresentative>true</IsAppRepresentative>
  <IsPersonRepresentative>true</IsPersonRepresentative>
  <IsPreliminary>true</IsPreliminary>
  <Score>1</Score>
  <AppId>6</AppId>
  <CreditReportId>1</CreditReportId>
  <CreditScoreId>7</CreditScoreId>
  <PersonId>1</PersonId>
</CreditScore>

application/vnd.api+json

Sample:

Sample not available.