CreateDocBoard
Create a new doc.
Input
Name | Type | Required | Description |
ItemId | String | True | The item's unique identifier. |
ColumnId | String | True | The column's unique identifier. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates whether or not the operation executed successfully. |
Details | String | Any extra details on the operation's execution. |
DocumentId | String | The document's unique identifier. |