Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| creditInquiryId |
The credit inquiry identifier. |
integer |
Required |
Body Parameters
The credit inquiry.
Nano.CreditInquiry| Name | 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. |
Request Formats
application/json, text/json
{
"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
{"date":"sample String 1","inquirer":"sample String 2","inquiryReason":"sample String 3","resultedInNewDebt":1,"id":"4","creditReport":"1","liability":"1","persons":["1","2"]}
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The updated credit inquiry.
Nano.CreditInquiry| Name | 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
{
"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
{"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 not available.