Copy an exisiting message into a topic, a Pointer object must be submit in the POST request, with the details of the existing message. The number returned is the message ID of the new message.
Requires OAuth authentification.
POST
http://api.cixonline.com/v1.0/cix.svc/forums/{forum}/{topic}/copy(.xml/.json)
| Required | Name | Type | Description |
|---|---|---|---|
| required | new message | Pointer | A populated Pointer object |
| forum | string | The forum that the new message will be posted to. | |
| topic | string | The topic that the new message will be posted to. |
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">303</string>
"303"
| Code | Description |
|---|---|
| 400 | Bad request. Check input parameters. |
| 401 | Authentication failed. Missing required parameter : {parameter name}. |
| 401 | Signature expired. Either the timestamp or the nonce have expired or are invalid. |