POST v3/customer/tags

Add a new tag to the current customers record

Request Information

URI Parameters

None.

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.