Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of appraisal types.
Collection of Pico.AppraisalType| Name | Description | Type | Additional information |
|---|---|---|---|
| description |
Gets or sets the description. |
string |
None. |
| isActive |
Gets or sets a value indicating whether this is active. |
boolean |
None. |
| id |
Gets or sets the appraisal type identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"description": "sample String 1",
"isActive": true,
"id": "3"
},
{
"description": "sample String 1",
"isActive": true,
"id": "3"
}
]
text/html
Sample:
[{"description":"sample String 1","isActive":true,"id":"3"},{"description":"sample String 1","isActive":true,"id":"3"}]
application/xml, text/xml
Sample:
<ArrayOfAppraisalType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<AppraisalType>
<Description>sample String 1</Description>
<IsActive>true</IsActive>
<AppraisalTypeId>3</AppraisalTypeId>
</AppraisalType>
<AppraisalType>
<Description>sample String 1</Description>
<IsActive>true</IsActive>
<AppraisalTypeId>3</AppraisalTypeId>
</AppraisalType>
</ArrayOfAppraisalType>