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": "77e2c943-de87-4ef9-92f7-18239649cb08",
"land_id": "19bb1817-c269-47e9-88f4-fab8df93c387",
"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": "6f950ab4-2078-4a7d-b1e3-8af8af82d0ef"
}
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>77e2c943-de87-4ef9-92f7-18239649cb08</id> <land_id>19bb1817-c269-47e9-88f4-fab8df93c387</land_id> <title_number>sample string 1</title_number> <type>sample string 6</type> <updated_at>sample string 8</updated_at> <user_id>6f950ab4-2078-4a7d-b1e3-8af8af82d0ef</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. |