Request Information
URI Parameters
None.
Body Parameters
The app action query.
Nano.AppActionQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| appId |
Gets or sets the application identifier. |
integer |
None. |
| action |
Gets or sets the action. |
string |
None. |
| date |
Gets or sets the date. |
date |
None. |
| decision |
Gets or sets the decision. |
string |
None. |
| emails |
Gets or sets the emails. |
string |
None. |
| doNotReturnToUnderwriting |
Gets or sets a value indicating whether do not return to underwriting. |
boolean |
None. |
| mersBatchNumber |
Gets or sets the mers batch number. |
string |
None. |
| note |
Gets or sets the note. |
string |
None. |
| overridden |
Gets or sets a value indicating whether this action is overridden. |
boolean |
None. |
| userId |
Gets or sets the user identifier. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"appId": "1",
"action": "sample String 2",
"date": "2026-04-08T04:16:53.4710607Z",
"decision": "sample String 3",
"emails": "sample String 4",
"doNotReturnToUnderwriting": true,
"mersBatchNumber": "sample String 5",
"note": "sample String 6",
"overridden": true,
"userId": "1"
}
text/html
Sample:
{"appId":"1","action":"sample String 2","date":"2026-04-08T04:16:53.4710607Z","decision":"sample String 3","emails":"sample String 4","doNotReturnToUnderwriting":true,"mersBatchNumber":"sample String 5","note":"sample String 6","overridden":true,"userId":"1"}
application/xml, text/xml
Sample:
<AppActionQuery xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AppId>1</AppId> <Action>sample String 2</Action> <Date>2026-04-08T04:16:53.4710607Z</Date> <Decision>sample String 3</Decision> <Emails>sample String 4</Emails> <DoNotReturnToUnderwriting>true</DoNotReturnToUnderwriting> <MERSBatchNumber>sample String 5</MERSBatchNumber> <Note>sample String 6</Note> <Overridden>true</Overridden> <UserId>1</UserId> </AppActionQuery>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The result of the action.
RPCResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| data |
Gets or sets the data. |
Object |
None. |
| errors |
Gets or sets the errors. |
Collection of RPCError2 |
None. |
| included |
Gets or sets the included. |
Collection of Object |
None. |
| messages |
Gets or sets the errors. |
Collection of string |
None. |
| modelId |
Gets or sets the model identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {},
"errors": [
{
"code": "DataValidation",
"detail": "sample String 1",
"id": "sample String 2",
"status": 100,
"title": "sample String 3"
},
{
"code": "DataValidation",
"detail": "sample String 1",
"id": "sample String 2",
"status": 100,
"title": "sample String 3"
}
],
"included": [
{},
{}
],
"messages": [
"sample String 1",
"sample String 2"
],
"modelId": 1
}
text/html
Sample:
{"data":{},"errors":[{"code":"DataValidation","detail":"sample String 1","id":"sample String 2","status":100,"title":"sample String 3"},{"code":"DataValidation","detail":"sample String 1","id":"sample String 2","status":100,"title":"sample String 3"}],"included":[{},{}],"messages":["sample String 1","sample String 2"],"modelId":1}