POST api/WebDavServer/OpenReadOnly
Request Information
URI Parameters
None.
Body Parameters
DocumentName | 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": "1850e780-5e7b-4ba2-837d-dd117b57a80c", "CompanyId": "604f4c68-7230-4a31-953a-911405c4bb55", "Title": "sample string 3", "Extension": "sample string 4", "CheckedOutToken": "e8230d28-d182-497c-96bd-3ee33dd2427c" }
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>e8230d28-d182-497c-96bd-3ee33dd2427c</CheckedOutToken> <CompanyId>604f4c68-7230-4a31-953a-911405c4bb55</CompanyId> <Extension>sample string 4</Extension> <Id>1850e780-5e7b-4ba2-837d-dd117b57a80c</Id> <Title>sample string 3</Title> </Document>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |