Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appId |
The application identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of credit report errors.
Collection of Nano.CreditReportError| Name | Description | Type | Additional information |
|---|---|---|---|
| errorType |
Gets or sets the type of the error. |
string |
None. |
| message |
Gets or sets the message. |
string |
None. |
| sourceType |
Gets or sets the type of the source. |
string |
None. |
| id |
Gets or sets the credit report error identifier. |
integer |
None. |
| creditReport |
Gets or sets the credit report identifier. |
integer |
None. |
| person |
Gets or sets the person identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"errorType": "sample String 1",
"message": "sample String 2",
"sourceType": "sample String 3",
"id": "4",
"creditReport": "5",
"person": "1"
},
{
"errorType": "sample String 1",
"message": "sample String 2",
"sourceType": "sample String 3",
"id": "4",
"creditReport": "5",
"person": "1"
}
]
text/html
Sample:
[{"errorType":"sample String 1","message":"sample String 2","sourceType":"sample String 3","id":"4","creditReport":"5","person":"1"},{"errorType":"sample String 1","message":"sample String 2","sourceType":"sample String 3","id":"4","creditReport":"5","person":"1"}]
application/xml, text/xml
Sample:
<ArrayOfCreditReportError xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<CreditReportError>
<ErrorType>sample String 1</ErrorType>
<Message>sample String 2</Message>
<SourceType>sample String 3</SourceType>
<CreditReportErrorId>4</CreditReportErrorId>
<CreditReportId>5</CreditReportId>
<PersonId>1</PersonId>
</CreditReportError>
<CreditReportError>
<ErrorType>sample String 1</ErrorType>
<Message>sample String 2</Message>
<SourceType>sample String 3</SourceType>
<CreditReportErrorId>4</CreditReportErrorId>
<CreditReportId>5</CreditReportId>
<PersonId>1</PersonId>
</CreditReportError>
</ArrayOfCreditReportError>
application/vnd.api+json
Sample:
Sample not available.