Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of appraisal types.

Collection of Nano.AppraisalType
NameDescriptionTypeAdditional information
description

Gets or sets the description.

string

None.

fannieMaeFormNumber

Gets or sets the fannie mae form number.

string

None.

freddieMacFormNumber

Gets or sets the freddie mac form number.

string

None.

isActive

Gets or sets a value indicating whether this is active.

boolean

None.

nickname

Gets or sets the nickname.

string

None.

id

Gets or sets the appraisal type identifier.

integer

None.

appraisalOrderTypes

Gets or sets the appraisal order type identifiers.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "description": "sample String 1",
    "fannieMaeFormNumber": "sample String 2",
    "freddieMacFormNumber": "sample String 3",
    "isActive": true,
    "nickname": "sample String 5",
    "id": "6",
    "appraisalOrderTypes": [
      "1",
      "2"
    ]
  },
  {
    "description": "sample String 1",
    "fannieMaeFormNumber": "sample String 2",
    "freddieMacFormNumber": "sample String 3",
    "isActive": true,
    "nickname": "sample String 5",
    "id": "6",
    "appraisalOrderTypes": [
      "1",
      "2"
    ]
  }
]

text/html

Sample:
[{"description":"sample String 1","fannieMaeFormNumber":"sample String 2","freddieMacFormNumber":"sample String 3","isActive":true,"nickname":"sample String 5","id":"6","appraisalOrderTypes":["1","2"]},{"description":"sample String 1","fannieMaeFormNumber":"sample String 2","freddieMacFormNumber":"sample String 3","isActive":true,"nickname":"sample String 5","id":"6","appraisalOrderTypes":["1","2"]}]

application/vnd.api+json

Sample:

Sample not available.