Assign a tag to a customer
POST/cms/customer/{id}/tag
POST
/cms/customer/{id}/tag
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
integer
Customer ID
Request Body
Section titled “Request Body”object
tagId
ID of an existing tag
integer
tagName
Tag name; created if it does not exist
string
Responses
Section titled “Responses”Tag assigned
Customer or tag not found