Overview
Adds an XML note to a token.HTTP request
POST /Agent/Tokens/AddXmlNote
Authentication
Requires a valid JWT bearer token.Request (JSON)
Input parameters
| Parameter | Description |
|---|---|
| PTokenId | ID of token. |
| PNote | XML note to add. |
| PPersonal | If the note is personal or note. Personal notes are deleted when the token changes owner. |
Response (JSON)
Response parameters
| Parameter | Description |
|---|---|
| PNote | Generated note added to the token. |