Request Information

URI Parameters

None.

Body Parameters

The underwriting decision.

Nano.UnderwritingDecision
NameDescriptionTypeAdditional 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

Sample:
{
  "date": "2025-04-25T18:50:50.1945547Z",
  "decision": "sample String 2",
  "description": "sample String 3",
  "app": "4",
  "createdBy": "1",
  "loanProcessEvent": "sample String 5",
  "id": "6",
  "notes": [
    "1",
    "2"
  ]
}

text/html

Sample:
{"date":"2025-04-25T18:50:50.1945547Z","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:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The created underwriting decision.

Nano.UnderwritingDecision
NameDescriptionTypeAdditional 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

Sample:
{
  "date": "2025-04-25T18:50:50.1945547Z",
  "decision": "sample String 2",
  "description": "sample String 3",
  "app": "4",
  "createdBy": "1",
  "loanProcessEvent": "sample String 5",
  "id": "6",
  "notes": [
    "1",
    "2"
  ]
}

text/html

Sample:
{"date":"2025-04-25T18:50:50.1945547Z","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:

Sample not available.