POST v3/customer/tags
Add a new tag to the current customers record
Request Information
URI Parameters
None.
Body Parameters
NewCustomerTagName | Description | Type | Additional 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:
The response/request for text/xml format is no longer supported for this endpoint.
Response Information
Resource Description
TagName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/xml
Sample:
Sample not available.