POST api/WebDavServer/CheckOut
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": "75ea7508-27e0-4c48-b81f-a3aaa791ddc5", "CompanyId": "41b75712-fce0-4049-b131-7aaae66205e2", "Title": "sample string 3", "Extension": "sample string 4", "CheckedOutToken": "26615b8c-c158-4b79-9438-e6e5c823fcf6" }
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>26615b8c-c158-4b79-9438-e6e5c823fcf6</CheckedOutToken> <CompanyId>41b75712-fce0-4049-b131-7aaae66205e2</CompanyId> <Extension>sample string 4</Extension> <Id>75ea7508-27e0-4c48-b81f-a3aaa791ddc5</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. |