Create one or more tags (Called "lists" 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 | Name of API set to be used |
| requestmethod | Function being called |
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*}" elements. In addition, if only one tag being created, remove all unused "name" & "description" elements.
"details" element
"tag"
| Field Name | Description |
| name (Required) | Name of the tag being created. |
| description (Optional) | Description of tag the being created. |
Successful Response:
"response" element
| Field Name | Description |
| status | Will return SUCCESS if tag was successfully created |
| data | Tag count created, 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 |