Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| propertyTypeId |
The property type identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The property type, if it exists.
Nano.PropertyType| Name | 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 property type is active. |
boolean |
None. |
| isSubject |
Gets or sets a value indicating whether property type is subject. |
boolean |
None. |
| units |
Gets or sets the units. |
integer |
None. |
| defaultPropertyClassificationType |
Gets or sets the default property classification type. |
integer |
None. |
| id |
Gets or sets the identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample String 1",
"description": "sample String 2",
"isActive": true,
"isSubject": true,
"units": 5,
"defaultPropertyClassificationType": "1",
"id": "6"
}
text/html
Sample:
{"code":"sample String 1","description":"sample String 2","isActive":true,"isSubject":true,"units":5,"defaultPropertyClassificationType":"1","id":"6"}
application/xml, text/xml
Sample:
<PropertyType 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> <IsSubject>true</IsSubject> <Units>5</Units> <DefaultPropertyClassificationTypeId>1</DefaultPropertyClassificationTypeId> <PropertyTypeId>6</PropertyTypeId> </PropertyType>
application/vnd.api+json
Sample:
Sample not available.