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": "b075a6bb-8e23-4670-9bed-905d3fcbfcde",
"land_id": "b9cfcbf1-07a0-4407-ba5d-6c386a604da3",
"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": "1640b446-568b-412b-a069-4123c3c8bca6"
}
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>b075a6bb-8e23-4670-9bed-905d3fcbfcde</id> <land_id>b9cfcbf1-07a0-4407-ba5d-6c386a604da3</land_id> <title_number>sample string 1</title_number> <type>sample string 6</type> <updated_at>sample string 8</updated_at> <user_id>1640b446-568b-412b-a069-4123c3c8bca6</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. |