POST api/WebDavServer/CheckIn
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": "b3a7a65a-4170-4023-8f04-a56e4d7f633f", "CompanyId": "be550fff-37fb-460c-a2fc-5f5d10a1d3f6", "Title": "sample string 3", "Extension": "sample string 4", "CheckedOutToken": "499e904c-83ec-49a5-9504-69ba32292798" }
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>499e904c-83ec-49a5-9504-69ba32292798</CheckedOutToken> <CompanyId>be550fff-37fb-460c-a2fc-5f5d10a1d3f6</CompanyId> <Extension>sample string 4</Extension> <Id>b3a7a65a-4170-4023-8f04-a56e4d7f633f</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. |