Create a tag (Called a "list" within the GUI application).
XML Request Example:
<xmlrequest> element
Field Name | Description |
username | Username used to login to Pinpointe |
usertoken | Unique token assigned to Pinpointe account |
requesttype | Tags |
requestmethod | CreateTags |
Please note: ALL OPTIONAL tags that are not used should be deleted from submitted call. For example, If no description is to be added, remove the <description>{*description*}</description> element.
<details> element
<tag>
Field Name | Description |
name (Required) | Name of tag to be created. |
description | Optional description of tag being created. |
Successful Response:
<response> element
Field Name | Description |
status | Will return SUCCESS if tag was successfully created |
data | Tag Id, username of creator, description and create / update date. |
Unsuccessful Response:
<response> element
Field Name | Description |
status | Will return FAILED if unsuccessful |
errormessage | Text explaining why request failed |