Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of property types.
Collection of Micro.PropertyType| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the identifier. |
integer |
None. |
| description |
Gets or sets the description. |
string |
None. |
| units |
Gets or sets the units. |
integer |
None. |
| isSubject |
Gets or sets a value indicating whether property type is subject. |
boolean |
None. |
| code |
Gets or sets the code. |
string |
None. |
| defaultPropertyClassificationType |
Gets or sets the default property classification type. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "1",
"description": "sample String 2",
"units": 3,
"isSubject": true,
"code": "sample String 5",
"defaultPropertyClassificationType": "1"
},
{
"id": "1",
"description": "sample String 2",
"units": 3,
"isSubject": true,
"code": "sample String 5",
"defaultPropertyClassificationType": "1"
}
]
text/html
Sample:
[{"id":"1","description":"sample String 2","units":3,"isSubject":true,"code":"sample String 5","defaultPropertyClassificationType":"1"},{"id":"1","description":"sample String 2","units":3,"isSubject":true,"code":"sample String 5","defaultPropertyClassificationType":"1"}]
application/xml, text/xml
Sample:
<ArrayOfPropertyType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PropertyType>
<PropertyTypeId>1</PropertyTypeId>
<Description>sample String 2</Description>
<Units>3</Units>
<IsSubject>true</IsSubject>
<Code>sample String 5</Code>
<DefaultPropertyClassificationTypeId>1</DefaultPropertyClassificationTypeId>
</PropertyType>
<PropertyType>
<PropertyTypeId>1</PropertyTypeId>
<Description>sample String 2</Description>
<Units>3</Units>
<IsSubject>true</IsSubject>
<Code>sample String 5</Code>
<DefaultPropertyClassificationTypeId>1</DefaultPropertyClassificationTypeId>
</PropertyType>
</ArrayOfPropertyType>