Request Information
URI Parameters
None.
Body Parameters
The underwriting decision.
Nano.UnderwritingDecision| Name | Description | Type | Additional information |
|---|---|---|---|
| date |
Gets or sets the date. |
date |
None. |
| decision |
Gets or sets the decision. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| createdBy |
Gets or sets the created by identifier. |
integer |
None. |
| loanProcessEvent |
Gets or sets the loan process event identifier. |
string |
None. |
| id |
Gets or sets the underwriting decision identifier. |
integer |
None. |
| notes |
Gets or sets the note ids. |
Collection of integer |
None. |
Request Formats
application/json, text/json
{
"date": "2025-11-09T05:58:45.9522169Z",
"decision": "sample String 2",
"description": "sample String 3",
"app": "4",
"createdBy": "1",
"loanProcessEvent": "sample String 5",
"id": "6",
"notes": [
"1",
"2"
]
}
text/html
{"date":"2025-11-09T05:58:45.9522169Z","decision":"sample String 2","description":"sample String 3","app":"4","createdBy":"1","loanProcessEvent":"sample String 5","id":"6","notes":["1","2"]}
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The created underwriting decision.
Nano.UnderwritingDecision| Name | Description | Type | Additional information |
|---|---|---|---|
| date |
Gets or sets the date. |
date |
None. |
| decision |
Gets or sets the decision. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| createdBy |
Gets or sets the created by identifier. |
integer |
None. |
| loanProcessEvent |
Gets or sets the loan process event identifier. |
string |
None. |
| id |
Gets or sets the underwriting decision identifier. |
integer |
None. |
| notes |
Gets or sets the note ids. |
Collection of integer |
None. |
Response Formats
application/json, text/json
{
"date": "2025-11-09T05:58:45.9522169Z",
"decision": "sample String 2",
"description": "sample String 3",
"app": "4",
"createdBy": "1",
"loanProcessEvent": "sample String 5",
"id": "6",
"notes": [
"1",
"2"
]
}
text/html
{"date":"2025-11-09T05:58:45.9522169Z","decision":"sample String 2","description":"sample String 3","app":"4","createdBy":"1","loanProcessEvent":"sample String 5","id":"6","notes":["1","2"]}
application/vnd.api+json
Sample not available.