ODBC guide

Update tags


Adds or overwrites tags for existing records. This example demonstrates using the post_tags endpoint to update tags for a specific record ID in the Accounts module.

SELECT * FROM post_tags
WITH(
	  module='Accounts'
	, ids='1558554000105151002'
	, tag_names='mytag1,mytag2'
  , over_write='true'
)