Request Information

URI Parameters

None.

Body Parameters

The app action query.

Nano.AppActionQuery
NameDescriptionTypeAdditional information
address

Gets or sets the address.

string

None.

appId

Gets or sets the application identifier.

integer

None.

action

Gets or sets the action.

string

None.

closingAtOtherAddress

Gets or sets a value indicating whether closing at other address.

boolean

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:
{
  "address": "sample String 1",
  "appId": "2",
  "action": "sample String 3",
  "closingAtOtherAddress": true,
  "date": "2025-04-25T17:56:42.8870065Z",
  "decision": "sample String 5",
  "emails": "sample String 6",
  "doNotReturnToUnderwriting": true,
  "mersBatchNumber": "sample String 7",
  "note": "sample String 8",
  "overridden": true,
  "userId": "1"
}

text/html

Sample:
{"address":"sample String 1","appId":"2","action":"sample String 3","closingAtOtherAddress":true,"date":"2025-04-25T17:56:42.8870065Z","decision":"sample String 5","emails":"sample String 6","doNotReturnToUnderwriting":true,"mersBatchNumber":"sample String 7","note":"sample String 8","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">
  <Address>sample String 1</Address>
  <AppId>2</AppId>
  <Action>sample String 3</Action>
  <ClosingAtOtherAddress>true</ClosingAtOtherAddress>
  <Date>2025-04-25T17:56:42.8870065Z</Date>
  <Decision>sample String 5</Decision>
  <Emails>sample String 6</Emails>
  <DoNotReturnToUnderwriting>true</DoNotReturnToUnderwriting>
  <MERSBatchNumber>sample String 7</MERSBatchNumber>
  <Note>sample String 8</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
NameDescriptionTypeAdditional 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}