Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
propertyClassificationTypeId |
The property classification type identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The property classification type, if it exists.
Nano.PropertyClassificationTypeName | Description | Type | Additional information |
---|---|---|---|
code |
Gets or sets the code. |
string |
None. |
description |
Gets or sets the description. |
string |
None. |
isActive |
Gets or sets a value indicating whether the type is active. |
boolean |
None. |
mismoCode |
Gets or sets the MISMO code. |
string |
None. |
order |
Gets or sets the order. |
integer |
None. |
id |
Gets or sets the property classification type identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": "sample String 1", "description": "sample String 2", "isActive": true, "mismoCode": "sample String 4", "order": 5, "id": "6" }
text/html
Sample:
{"code":"sample String 1","description":"sample String 2","isActive":true,"mismoCode":"sample String 4","order":5,"id":"6"}
application/xml, text/xml
Sample:
<PropertyClassificationType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Code>sample String 1</Code> <Description>sample String 2</Description> <IsActive>true</IsActive> <MISMOCode>sample String 4</MISMOCode> <Order>5</Order> <PropertyClassificationTypeId>6</PropertyClassificationTypeId> </PropertyClassificationType>
application/vnd.api+json
Sample:
Sample not available.