moveMessage
- Home
- Messaging
- UgcMessage
- moveMessage
moveMessage
Move a message to a new folder
Parameters
| Name | Description |
| messageID required | The system identifier for a specific message. |
| folderID optional | The folder identifier. |
| userID required | A single user id. |
| output optional | The response output format. Accepts JSON and XML. |
Request Syntax
| https://services.onesite.com/rest/ugcMessage?action=moveMessage&messageID=259656249&folderID&userID=229751571&devkey=[devkey] |
JSON Response
|
1 2 3 4 5 6 |
{ "service":"ugcMessage", "action":"moveMessage", "message":"The message has been moved successfully.", "code":1 } |
Service Information
| Service | ugcMessage |
| Method | moveMessage |
| Type | REST |
| Response Types | JSON, XML |