PUT v3/customer/tags

Replace all current tags on the current customers record

Request Information

URI Parameters

None.

Body Parameters

Collection of NewCustomerTag
NameDescriptionTypeAdditional information
Id

string

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json

Sample:
[
  {
    "id": "sample string 1"
  },
  {
    "id": "sample string 1"
  }
]

text/xml

Sample:

The response/request for text/xml format is no longer supported for this endpoint.

Response Information

Resource Description

Collection of Tag
NameDescriptionTypeAdditional information
Id

string

None.

Name

string

None.

Response Formats

application/json, text/xml

Sample:

Sample not available.