Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of appraisal order types.

Collection of Nano.AppraisalOrderType
NameDescriptionTypeAdditional information
allowAppraisalSubType

Gets or sets a value indicating whether to allow appraisal sub-type.

boolean

None.

deliveryRequired

Gets or sets a value indicating whether delivery is required.

boolean

None.

displayOrder

Gets or sets the display order.

integer

None.

exteriorOnly

Gets or sets a value indicating whether this is exterior only.

boolean

None.

isActive

Gets or sets a value indicating whether this is active.

boolean

None.

legalPropertyType

Gets or sets the type of the legal property.

string

None.

occupancyType

Gets or sets the type of the occupancy.

string

None.

previousAppraisalRequired

Gets or sets a value indicating whether a previous appraisal is required.

boolean

None.

primary

Gets or sets a value indicating whether this is primary.

boolean

None.

providerAppraisalSubTypeId

Gets or sets the provider appraisal sub type identifier.

string

None.

providerAppraisalTypeId

Gets or sets the provider appraisal type identifier.

string

None.

id

Gets or sets the appraisal order type identifier.

integer

None.

appraisalType

Gets or sets the appraisal type identifier.

integer

None.

loanProgram

Gets or sets the loan program identifier.

integer

None.

propertyType

Gets or sets the property type identifier.

integer

None.

provider

Gets or sets the provider identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "allowAppraisalSubType": true,
    "deliveryRequired": true,
    "displayOrder": 3,
    "exteriorOnly": true,
    "isActive": true,
    "legalPropertyType": "sample String 5",
    "occupancyType": "sample String 6",
    "previousAppraisalRequired": true,
    "primary": true,
    "providerAppraisalSubTypeId": "sample String 9",
    "providerAppraisalTypeId": "sample String 10",
    "id": "11",
    "appraisalType": "12",
    "loanProgram": "1",
    "propertyType": "1",
    "provider": "1"
  },
  {
    "allowAppraisalSubType": true,
    "deliveryRequired": true,
    "displayOrder": 3,
    "exteriorOnly": true,
    "isActive": true,
    "legalPropertyType": "sample String 5",
    "occupancyType": "sample String 6",
    "previousAppraisalRequired": true,
    "primary": true,
    "providerAppraisalSubTypeId": "sample String 9",
    "providerAppraisalTypeId": "sample String 10",
    "id": "11",
    "appraisalType": "12",
    "loanProgram": "1",
    "propertyType": "1",
    "provider": "1"
  }
]

text/html

Sample:
[{"allowAppraisalSubType":true,"deliveryRequired":true,"displayOrder":3,"exteriorOnly":true,"isActive":true,"legalPropertyType":"sample String 5","occupancyType":"sample String 6","previousAppraisalRequired":true,"primary":true,"providerAppraisalSubTypeId":"sample String 9","providerAppraisalTypeId":"sample String 10","id":"11","appraisalType":"12","loanProgram":"1","propertyType":"1","provider":"1"},{"allowAppraisalSubType":true,"deliveryRequired":true,"displayOrder":3,"exteriorOnly":true,"isActive":true,"legalPropertyType":"sample String 5","occupancyType":"sample String 6","previousAppraisalRequired":true,"primary":true,"providerAppraisalSubTypeId":"sample String 9","providerAppraisalTypeId":"sample String 10","id":"11","appraisalType":"12","loanProgram":"1","propertyType":"1","provider":"1"}]

application/xml, text/xml

Sample:
<ArrayOfAppraisalOrderType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AppraisalOrderType>
    <AllowAppraisalSubType>true</AllowAppraisalSubType>
    <DeliveryRequired>true</DeliveryRequired>
    <DisplayOrder>3</DisplayOrder>
    <ExteriorOnly>true</ExteriorOnly>
    <IsActive>true</IsActive>
    <LegalPropertyType>sample String 5</LegalPropertyType>
    <OccupancyType>sample String 6</OccupancyType>
    <PreviousAppraisalRequired>true</PreviousAppraisalRequired>
    <Primary>true</Primary>
    <ProviderAppraisalSubTypeId>sample String 9</ProviderAppraisalSubTypeId>
    <ProviderAppraisalTypeId>sample String 10</ProviderAppraisalTypeId>
    <AppraisalOrderTypeId>11</AppraisalOrderTypeId>
    <AppraisalTypeId>12</AppraisalTypeId>
    <LoanProgramId>1</LoanProgramId>
    <PropertyTypeId>1</PropertyTypeId>
    <ProviderId>1</ProviderId>
  </AppraisalOrderType>
  <AppraisalOrderType>
    <AllowAppraisalSubType>true</AllowAppraisalSubType>
    <DeliveryRequired>true</DeliveryRequired>
    <DisplayOrder>3</DisplayOrder>
    <ExteriorOnly>true</ExteriorOnly>
    <IsActive>true</IsActive>
    <LegalPropertyType>sample String 5</LegalPropertyType>
    <OccupancyType>sample String 6</OccupancyType>
    <PreviousAppraisalRequired>true</PreviousAppraisalRequired>
    <Primary>true</Primary>
    <ProviderAppraisalSubTypeId>sample String 9</ProviderAppraisalSubTypeId>
    <ProviderAppraisalTypeId>sample String 10</ProviderAppraisalTypeId>
    <AppraisalOrderTypeId>11</AppraisalOrderTypeId>
    <AppraisalTypeId>12</AppraisalTypeId>
    <LoanProgramId>1</LoanProgramId>
    <PropertyTypeId>1</PropertyTypeId>
    <ProviderId>1</ProviderId>
  </AppraisalOrderType>
</ArrayOfAppraisalOrderType>

application/vnd.api+json

Sample:

Sample not available.