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 inquiries.
Collection of Nano.CreditInquiryName | Description | Type | Additional information |
---|---|---|---|
date |
Gets or sets the date. |
string |
None. |
inquirer |
Gets or sets the inquirer. |
string |
None. |
inquiryReason |
Gets or sets the inquiry reason. |
string |
None. |
resultedInNewDebt |
Gets or sets resulted in new debt. |
integer |
None. |
id |
Gets or sets the credit inquiry identifier. |
integer |
None. |
creditReport |
Gets or sets the credit report identifier. |
integer |
None. |
liability |
Gets or sets the liability identifier. |
integer |
None. |
persons |
Gets or sets the person identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "date": "sample String 1", "inquirer": "sample String 2", "inquiryReason": "sample String 3", "resultedInNewDebt": 1, "id": "4", "creditReport": "1", "liability": "1", "persons": [ "1", "2" ] }, { "date": "sample String 1", "inquirer": "sample String 2", "inquiryReason": "sample String 3", "resultedInNewDebt": 1, "id": "4", "creditReport": "1", "liability": "1", "persons": [ "1", "2" ] } ]
text/html
Sample:
[{"date":"sample String 1","inquirer":"sample String 2","inquiryReason":"sample String 3","resultedInNewDebt":1,"id":"4","creditReport":"1","liability":"1","persons":["1","2"]},{"date":"sample String 1","inquirer":"sample String 2","inquiryReason":"sample String 3","resultedInNewDebt":1,"id":"4","creditReport":"1","liability":"1","persons":["1","2"]}]
application/vnd.api+json
Sample:
Sample not available.