Request Information

URI Parameters

NameDescriptionTypeAdditional information
appId

The application identifier.

integer

None.

Body Parameters

None.

Response Information

Resource Description

A list of credit history.

Collection of Nano.CreditHistory
NameDescriptionTypeAdditional information
id

Gets or sets the credit history identifier.

integer

None.

creditReport

Gets or sets the credit report identifier.

integer

None.

accountNumber

Gets or sets the account number.

string

None.

balance

Gets or sets the balance.

decimal number

None.

chargeOffAmount

Gets or sets the charge off amount.

decimal number

None.

creditEvent

Gets or sets the credit event.

string

None.

creditLiabilityId

Gets or sets the credit liability identifier.

string

None.

creditorName

Gets or sets the name of the creditor.

string

None.

currentRatingType

Gets or sets the type of the current rating.

string

None.

highestAdverseRatingType

Gets or sets the type of the highest adverse rating.

string

None.

lateCounts

Gets or sets the late counts.

string

None.

liabilityAccountClosedDate

Gets or sets the liability account closed date.

string

None.

liabilityAccountOpenedDate

Gets or sets the liability account opened date.

string

None.

liabilityAccountReportedDate

Gets or sets the liability account reported date.

string

None.

liabilityLastActivityDate

Gets or sets the liability last activity date.

string

None.

liabilityStatusType

Gets or sets the type of the liability status.

string

None.

liabilityType

Gets or sets the type of the liability.

string

None.

publicRecordDispositionDate

Gets or sets the public record disposition date.

string

None.

publicRecordFiledDate

Gets or sets the public record filed date.

string

None.

publicRecordType

Gets or sets the type of the public record.

string

None.

type

Gets or sets the type.

string

None.

creditComments

Gets or sets the credit comment identifiers.

Collection of integer

None.

paymentPatterns

Gets or sets the payment pattern.

Collection of string

None.

persons

Gets or sets the person identifiers.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "1",
    "creditReport": "1",
    "accountNumber": "sample String 2",
    "balance": 1.0,
    "chargeOffAmount": 1.0,
    "creditEvent": "sample String 3",
    "creditLiabilityId": "sample String 4",
    "creditorName": "sample String 5",
    "currentRatingType": "sample String 6",
    "highestAdverseRatingType": "sample String 7",
    "lateCounts": "sample String 8",
    "liabilityAccountClosedDate": "sample String 9",
    "liabilityAccountOpenedDate": "sample String 10",
    "liabilityAccountReportedDate": "sample String 11",
    "liabilityLastActivityDate": "sample String 12",
    "liabilityStatusType": "sample String 13",
    "liabilityType": "sample String 14",
    "publicRecordDispositionDate": "sample String 15",
    "publicRecordFiledDate": "sample String 16",
    "publicRecordType": "sample String 17",
    "type": "sample String 18",
    "creditComments": [
      "1",
      "2"
    ],
    "paymentPatterns": [
      "sample String 1",
      "sample String 2"
    ],
    "persons": [
      1,
      2
    ]
  },
  {
    "id": "1",
    "creditReport": "1",
    "accountNumber": "sample String 2",
    "balance": 1.0,
    "chargeOffAmount": 1.0,
    "creditEvent": "sample String 3",
    "creditLiabilityId": "sample String 4",
    "creditorName": "sample String 5",
    "currentRatingType": "sample String 6",
    "highestAdverseRatingType": "sample String 7",
    "lateCounts": "sample String 8",
    "liabilityAccountClosedDate": "sample String 9",
    "liabilityAccountOpenedDate": "sample String 10",
    "liabilityAccountReportedDate": "sample String 11",
    "liabilityLastActivityDate": "sample String 12",
    "liabilityStatusType": "sample String 13",
    "liabilityType": "sample String 14",
    "publicRecordDispositionDate": "sample String 15",
    "publicRecordFiledDate": "sample String 16",
    "publicRecordType": "sample String 17",
    "type": "sample String 18",
    "creditComments": [
      "1",
      "2"
    ],
    "paymentPatterns": [
      "sample String 1",
      "sample String 2"
    ],
    "persons": [
      1,
      2
    ]
  }
]

text/html

Sample:
[{"id":"1","creditReport":"1","accountNumber":"sample String 2","balance":1.0,"chargeOffAmount":1.0,"creditEvent":"sample String 3","creditLiabilityId":"sample String 4","creditorName":"sample String 5","currentRatingType":"sample String 6","highestAdverseRatingType":"sample String 7","lateCounts":"sample String 8","liabilityAccountClosedDate":"sample String 9","liabilityAccountOpenedDate":"sample String 10","liabilityAccountReportedDate":"sample String 11","liabilityLastActivityDate":"sample String 12","liabilityStatusType":"sample String 13","liabilityType":"sample String 14","publicRecordDispositionDate":"sample String 15","publicRecordFiledDate":"sample String 16","publicRecordType":"sample String 17","type":"sample String 18","creditComments":["1","2"],"paymentPatterns":["sample String 1","sample String 2"],"persons":[1,2]},{"id":"1","creditReport":"1","accountNumber":"sample String 2","balance":1.0,"chargeOffAmount":1.0,"creditEvent":"sample String 3","creditLiabilityId":"sample String 4","creditorName":"sample String 5","currentRatingType":"sample String 6","highestAdverseRatingType":"sample String 7","lateCounts":"sample String 8","liabilityAccountClosedDate":"sample String 9","liabilityAccountOpenedDate":"sample String 10","liabilityAccountReportedDate":"sample String 11","liabilityLastActivityDate":"sample String 12","liabilityStatusType":"sample String 13","liabilityType":"sample String 14","publicRecordDispositionDate":"sample String 15","publicRecordFiledDate":"sample String 16","publicRecordType":"sample String 17","type":"sample String 18","creditComments":["1","2"],"paymentPatterns":["sample String 1","sample String 2"],"persons":[1,2]}]

application/vnd.api+json

Sample:

Sample not available.