POST /File/TransferCheckOut/{id}/

Transfers the checked out file with the specified ID to the specified account ID.
 

Request

Method Request URI
POST /API/File/TransferCheckOut/{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 for which to transfer the check out.

Request Body

Name: accountId
Type: System.Guid

Response

Response Body

Status code indicating success or a reason for operation failure.