Overview

Create a sugar document from a cloud file.

Request Arguments

Name Type Description Required
fileId String The ID of the cloud file Yes
recordModule String The module of the current record Yes
recordId String The ID of the current record Yes
fileName String The name of the cloud file Yes

Response

    
Name Type Description
success Boolean Download result
documentId String The id of the document created

Change Log

Version Change
v11_16 Added /CloudDrive/createSugarDocument POST endpoint.
v11_18 Added documentId on response