POST api/polygondataset
Request Information
URI Parameters
None.
Body Parameters
TitleDocumentsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| title_number | string |
None. |
|
| id | globally unique identifier |
None. |
|
| land_id | globally unique identifier |
None. |
|
| doc_title | string |
None. |
|
| doc_path | string |
None. |
|
| type | string |
None. |
|
| created_at | string |
None. |
|
| updated_at | string |
None. |
|
| user_id | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"title_number": "sample string 1",
"id": "706452bd-294f-451f-9b7d-c1e79c95fa3c",
"land_id": "32717540-6e40-4201-8662-2ac83231956a",
"doc_title": "sample string 4",
"doc_path": "sample string 5",
"type": "sample string 6",
"created_at": "sample string 7",
"updated_at": "sample string 8",
"user_id": "7e7bb161-35cc-4730-82d0-9a3434b36579"
}
application/xml, text/xml
Sample:
<TitleDocumentsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HMLRAPIs.Models"> <created_at>sample string 7</created_at> <doc_path>sample string 5</doc_path> <doc_title>sample string 4</doc_title> <id>706452bd-294f-451f-9b7d-c1e79c95fa3c</id> <land_id>32717540-6e40-4201-8662-2ac83231956a</land_id> <title_number>sample string 1</title_number> <type>sample string 6</type> <updated_at>sample string 8</updated_at> <user_id>7e7bb161-35cc-4730-82d0-9a3434b36579</user_id> </TitleDocumentsModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |