Request Information

URI Parameters

None.

Body Parameters

Appraisal order.

Nano.AppraisalOrderRequest
NameDescriptionTypeAdditional information
appId

Gets or sets the application identifier.

integer

None.

appraisalOrderTypeId

Gets or sets the appraisal order type identifier.

integer

None.

previousAppraisalOrderId

Gets or sets the previous appraisal order identifier.

integer

None.

providerId

Gets or sets the provider identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "appId": 1,
  "appraisalOrderTypeId": 2,
  "previousAppraisalOrderId": 1,
  "providerId": 3
}

text/html

Sample:
{"appId":1,"appraisalOrderTypeId":2,"previousAppraisalOrderId":1,"providerId":3}

application/xml, text/xml

Sample:
<AppraisalOrderRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AppId>1</AppId>
  <AppraisalOrderTypeId>2</AppraisalOrderTypeId>
  <PreviousAppraisalOrderId>1</PreviousAppraisalOrderId>
  <ProviderId>3</ProviderId>
  <IsRush>true</IsRush>
</AppraisalOrderRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

A new appraisal order.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.