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": "9506e780-44e0-45ca-972b-21c79272f66c", "CompanyId": "b809a1bd-8604-44c7-bb7b-256521901841", "Title": "sample string 3", "Extension": "sample string 4", "CheckedOutToken": "95feb4d6-f4e3-496f-967f-10f5b94df6ba" }
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>95feb4d6-f4e3-496f-967f-10f5b94df6ba</CheckedOutToken> <CompanyId>b809a1bd-8604-44c7-bb7b-256521901841</CompanyId> <Extension>sample string 4</Extension> <Id>9506e780-44e0-45ca-972b-21c79272f66c</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. |