CreateColumn
Create a new column in a board.
Input
| Name | Type | Required | Description |
| BoardId | String | True | The board's unique identifier. |
| Title | String | True | The new column's title. |
| Description | String | False | The new column's description. |
| ColumnType | String | True | The type of column to create. |
| Defaults | String | False | The new column's defaults. |
| Id | String | False | The column's user-specified unique identifier. |
| AfterColumnId | String | False | The column's unique identifier after which the new column will be inserted. |
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. |
| Id | String | The column's unique identifier. |