Request Information

URI Parameters

None.

Body Parameters

The appraisal eDelivery information.

AppraisalEDelivery
NameDescriptionTypeAdditional information
appId

Gets or sets the app identifier.

integer

None.

appraisalOrderId

Gets or sets the appraisal order identifier.

integer

None.

appraisalEDeliveryRecipients

Gets or sets the Appraisal eDelivery Recipients.

Collection of AppraisalEDeliveryRecipient

None.

Request Formats

application/json, text/json

Sample:
{
  "appId": 1,
  "appraisalOrderId": 1,
  "appraisalEDeliveryRecipients": [
    {
      "description": "sample String 1",
      "email": "sample String 2",
      "fullName": "sample String 3",
      "personId": 1,
      "recipientType": "sample String 4"
    },
    {
      "description": "sample String 1",
      "email": "sample String 2",
      "fullName": "sample String 3",
      "personId": 1,
      "recipientType": "sample String 4"
    }
  ]
}

text/html

Sample:
{"appId":1,"appraisalOrderId":1,"appraisalEDeliveryRecipients":[{"description":"sample String 1","email":"sample String 2","fullName":"sample String 3","personId":1,"recipientType":"sample String 4"},{"description":"sample String 1","email":"sample String 2","fullName":"sample String 3","personId":1,"recipientType":"sample String 4"}]}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Testing 123.

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}