Create a tag (called a "list" within the GUI application).
JSON Request Example:
"json_request" element
| Field Name | Description |
| username | Username used to login to Pinpointe |
| usertoken | Unique token assigned to Pinpointe account |
| requesttype | Tags |
| requestmethod | CreateTag |
Please note: ALL OPTIONAL elements that are not used should be deleted from submitted call. For example, If no description is to be added, remove the "description": "{description*}" element.
"details" element
| Field Name | Description |
| name (Required) | Name of the tag being created. |
| description (optional) | Description of the 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 |