POST api/PropertySearch
Request Information
URI Parameters
None.
Body Parameters
Collection of Entity| Name | Description | Type | Additional information |
|---|---|---|---|
| entry-date | string |
None. |
|
| start-date | string |
None. |
|
| end-date | string |
None. |
|
| entity | integer |
None. |
|
| name | string |
None. |
|
| dataset | string |
None. |
|
| typology | string |
None. |
|
| reference | string |
None. |
|
| prefix | string |
None. |
|
| organisation-entity | string |
None. |
|
| geometry | string |
None. |
|
| point | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"entry-date": "sample string 1",
"start-date": "sample string 2",
"end-date": "sample string 3",
"entity": 4,
"name": "sample string 5",
"dataset": "sample string 6",
"typology": "sample string 7",
"reference": "sample string 8",
"prefix": "sample string 9",
"organisation-entity": "sample string 10",
"geometry": "sample string 11",
"point": "sample string 12"
},
{
"entry-date": "sample string 1",
"start-date": "sample string 2",
"end-date": "sample string 3",
"entity": 4,
"name": "sample string 5",
"dataset": "sample string 6",
"typology": "sample string 7",
"reference": "sample string 8",
"prefix": "sample string 9",
"organisation-entity": "sample string 10",
"geometry": "sample string 11",
"point": "sample string 12"
}
]
application/xml, text/xml
Sample:
<ArrayOfGreenBeltModel.Entity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HMLRAPIs.Models">
<GreenBeltModel.Entity>
<dataset>sample string 6</dataset>
<enddate>sample string 3</enddate>
<entity>4</entity>
<entrydate>sample string 1</entrydate>
<geometry>sample string 11</geometry>
<name>sample string 5</name>
<organisationentity>sample string 10</organisationentity>
<point>sample string 12</point>
<prefix>sample string 9</prefix>
<reference>sample string 8</reference>
<startdate>sample string 2</startdate>
<typology>sample string 7</typology>
</GreenBeltModel.Entity>
<GreenBeltModel.Entity>
<dataset>sample string 6</dataset>
<enddate>sample string 3</enddate>
<entity>4</entity>
<entrydate>sample string 1</entrydate>
<geometry>sample string 11</geometry>
<name>sample string 5</name>
<organisationentity>sample string 10</organisationentity>
<point>sample string 12</point>
<prefix>sample string 9</prefix>
<reference>sample string 8</reference>
<startdate>sample string 2</startdate>
<typology>sample string 7</typology>
</GreenBeltModel.Entity>
</ArrayOfGreenBeltModel.Entity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Collection of Dictionary of string [key] and decimal number [value]Response Formats
application/json, text/json
Sample:
[
[
{
"sample string 1": 2.1,
"sample string 3": 4.1
},
{
"sample string 1": 2.1,
"sample string 3": 4.1
}
],
[
{
"sample string 1": 2.1,
"sample string 3": 4.1
},
{
"sample string 1": 2.1,
"sample string 3": 4.1
}
]
]
application/xml, text/xml
Sample:
<ArrayOfArrayOfArrayOfKeyValueOfstringdouble xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<ArrayOfArrayOfKeyValueOfstringdouble>
<ArrayOfKeyValueOfstringdouble>
<KeyValueOfstringdouble>
<Key>sample string 1</Key>
<Value>2.1</Value>
</KeyValueOfstringdouble>
<KeyValueOfstringdouble>
<Key>sample string 3</Key>
<Value>4.1</Value>
</KeyValueOfstringdouble>
</ArrayOfKeyValueOfstringdouble>
<ArrayOfKeyValueOfstringdouble>
<KeyValueOfstringdouble>
<Key>sample string 1</Key>
<Value>2.1</Value>
</KeyValueOfstringdouble>
<KeyValueOfstringdouble>
<Key>sample string 3</Key>
<Value>4.1</Value>
</KeyValueOfstringdouble>
</ArrayOfKeyValueOfstringdouble>
</ArrayOfArrayOfKeyValueOfstringdouble>
<ArrayOfArrayOfKeyValueOfstringdouble>
<ArrayOfKeyValueOfstringdouble>
<KeyValueOfstringdouble>
<Key>sample string 1</Key>
<Value>2.1</Value>
</KeyValueOfstringdouble>
<KeyValueOfstringdouble>
<Key>sample string 3</Key>
<Value>4.1</Value>
</KeyValueOfstringdouble>
</ArrayOfKeyValueOfstringdouble>
<ArrayOfKeyValueOfstringdouble>
<KeyValueOfstringdouble>
<Key>sample string 1</Key>
<Value>2.1</Value>
</KeyValueOfstringdouble>
<KeyValueOfstringdouble>
<Key>sample string 3</Key>
<Value>4.1</Value>
</KeyValueOfstringdouble>
</ArrayOfKeyValueOfstringdouble>
</ArrayOfArrayOfKeyValueOfstringdouble>
</ArrayOfArrayOfArrayOfKeyValueOfstringdouble>