POST api/Documents
Request Information
URI Parameters
None.
Body Parameters
BasicSearch| Name | Description | Type | Additional information |
|---|---|---|---|
| UserMapId | integer |
None. |
|
| From | date |
None. |
|
| To | date |
None. |
|
| Key | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserMapId": 1,
"From": "2025-12-05T23:04:35.4413696-06:00",
"To": "2025-12-05T23:04:35.4413696-06:00",
"Key": "sample string 4"
}
application/xml, text/xml
Sample:
<BasicSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ROUTE.MODELS"> <From>2025-12-05T23:04:35.4413696-06:00</From> <Key>sample string 4</Key> <To>2025-12-05T23:04:35.4413696-06:00</To> <UserMapId>1</UserMapId> </BasicSearch>
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. |