PUT v3/customers/{id}/tags

Replace all current tags on a customers record

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

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:
<NewCustomerTags>
  <NewCustomerTag>
    <Id>sample string 1</Id>
  </NewCustomerTag>
  <NewCustomerTag>
    <Id>sample string 1</Id>
  </NewCustomerTag>
</NewCustomerTags>

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.