Operation Id:
clients/tags/post [Official Documentaction]
Methods
- params Array<Object>
- clientId Integer
- tagName String
- tagValue Integer
Examples
This function modifies the tags for a specific client by setting tag name to "tag1" and tag value to 2.
Loading editor...
const result = await idosellRequest.postClientsTags .clientId(3) .tagName("tag1") .tagValue(2) .exec();