Adds a tag value to an existing BaseInfo object Returns (Returns a new T instance with the added tag in the Tags property )
Create a Tag and attach it to the designated base object.
Name | Description |
---|---|
baseInfo | |
tag |
Example in C#
// Returns: T
var item = await client.AddTagAsync<T>(T baseInfo, String tag);
Example in CURL
curl -X POST \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/people/PERSON.KEY/tags \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-d '"tagexampleforcurl"'