ODBC Driver for Basecamp

Build 24.0.9060

MoveCard

Allows moving of a card to 'In Progress' State.

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 MoveCard ProjectId = '37595039', CardTableCardId = '7416545710', CardTableColumnId = '7416523073'

Input

Name Type Required Description
ProjectId String True Id of the project.
CardTableCardId String True The CardTableCard Id.
CardTableColumnId String True The CardTableColumn Id.

Result Set Columns

Name Type Description
Success String This value shows a boolean indication of whether the operation was successful or not.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060