ChangeColumnColor
Allows changing the color of the column.
Stored Procedure Specific Information
Basecamp allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison.
For example:
EXECUTE ChangeColumnColor ProjectId = '37595039', CardTableColumnId = '7416523073', Color = 'orange'
Input
| Name | Type | Required | Description |
| ProjectId | String | True | Id of the project. |
| CardTableColumnId | String | True | The CardTableColumn Id. |
| Color | String | True | The color. Available values are white, red, orange, yellow, green, blue, aqua, purple, gray, pink and brown. |
Result Set Columns
| Name | Type | Description |
| Success | String | This value shows a boolean indication of whether the operation was successful or not. |