PUT /File/CheckOut/{id}/

Checks out the file with the specified ID to the caller.
 

Request

Method Request URI
PUT /API/File/CheckOut/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId ID of the current session.

Path Parameters

Path Parameter Description
id The ID of the file to check out.

Request Body

There is no Request Body for this function.

Response

Response Body

A Dundas.BI.WebApi.Models.CheckOutResultData, or a status code indication of success or reason of failure.