v3
latestOpenAPI 3.0.02026-07-3179137151.7 KBTags
Add a tag to an entity.
post/v2/tags
Request body
idinteger
The ID of this record.
entity_idinteger
The ID of the record to tag.
entity_type'booking' | 'inquiry' | 'property' | 'quote' | 'guest' | 'blocked_off_time' | 'owner'
The type of the record to tag. Not all types support tagging. Review tag support articles for supported types.
namestring
The name of the tag. For POST, only used if tag_definition_id is not speicified.
tag_definition_idinteger
The ID of the tag definition. If not specified, name will be used to match or create a new tag definition.
Response
idinteger
The ID of this record.
entity_idinteger
The ID of the record to tag.
entity_type'booking' | 'inquiry' | 'property' | 'quote' | 'guest' | 'blocked_off_time' | 'owner'
The type of the record to tag. Not all types support tagging. Review tag support articles for supported types.
namestring
The name of the tag. For POST, only used if tag_definition_id is not speicified.
tag_definition_idinteger
The ID of the tag definition. If not specified, name will be used to match or create a new tag definition.