POST /File/CheckIn/{id}/

Checks in the file with the specified ID and comments.
 

Request

Method Request URI
POST /API/File/CheckIn/{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 in.

Request Body

Name: options
Type: Dundas.BI.WebApi.Models.CheckInOptions

Response

Response Body

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