PUT POS/Customers/{id}/Tags Try Now

Manage tags to Customers.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id
The identifier for customer.
string
Required

Body Parameters

The update action.

NameDescriptionTypeAdditional information
Tags
The object identifier.
Collection of string
Required
ActionType
The update action.
UpdateAction
None.

Request Formats

application/json, text/json

Sample:
{
  "Tags": [
    ""
  ],
  "ActionType": "Overwrite"
}

Response Information

Resource Description

None.