POST api/WebDavServer/OpenReadOnly
Request Information
URI Parameters
None.
Body Parameters
Document| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
|
| CompanyId | globally unique identifier |
Required |
|
| Title | string |
Required |
|
| Extension | string |
Required |
|
| CheckedOutToken | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "0e060301-0a23-4d9e-a05f-154a9d670659",
"CompanyId": "e51df7ba-8f13-4dc4-ac90-859a603e8969",
"Title": "sample string 3",
"Extension": "sample string 4",
"CheckedOutToken": "113069aa-e59f-4b34-a8d2-85ccd09615b7"
}
application/xml, text/xml
Sample:
<Document xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Descartes.WebDavServer.DTO"> <CheckedOutToken>113069aa-e59f-4b34-a8d2-85ccd09615b7</CheckedOutToken> <CompanyId>e51df7ba-8f13-4dc4-ac90-859a603e8969</CompanyId> <Extension>sample string 4</Extension> <Id>0e060301-0a23-4d9e-a05f-154a9d670659</Id> <Title>sample string 3</Title> </Document>
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. |