POST api/titledocuments
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": "c35d2b0f-8c70-4125-8666-e8a7474964be",
"land_id": "4b902492-42a3-4983-a570-2043fdfaa108",
"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": "d2c76e80-fc49-49fd-aa0e-d2a29fa46a7d"
}
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>c35d2b0f-8c70-4125-8666-e8a7474964be</id> <land_id>4b902492-42a3-4983-a570-2043fdfaa108</land_id> <title_number>sample string 1</title_number> <type>sample string 6</type> <updated_at>sample string 8</updated_at> <user_id>d2c76e80-fc49-49fd-aa0e-d2a29fa46a7d</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. |