POST v3/customers/{id}/tags

Add a new tag to a customers record

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

NewCustomerTag
NameDescriptionTypeAdditional information
Id

string

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json

Sample:
{
  "id": "sample string 1"
}

text/xml

Sample:
<NewCustomerTag>
  <Id>sample string 1</Id>
</NewCustomerTag>

Response Information

Resource Description

Tag
NameDescriptionTypeAdditional information
Id

string

None.

Name

string

None.

Response Formats

application/json, text/xml

Sample:

Sample not available.