post https://api.w2globaldata.com/cases//tag/
The section below describes how to create a tag for a case. This functionality can be directly used on creation of a case.
How to use
To call the endpoint you will need to perform a HTTP POST request to the URL:
URL | API Version |
---|---|
https://api.w2globaldata.com/Cases/{caseId}/tag/{tagName}/ | 2.2 + |
Example Response
This is an example of what is returned from the create tag endpoint, simply put it will return all tags attatched to the case Id.
[
"Business",
"Manager",
"Person"
]