Post a message into a topic, to start a new thread. The new message needs to be formated as an PostMessage object, the message ID should be 0 for a new post and non zero for a comment. The number returned is the message ID of the new message.
Requires OAuth authentification.
POST
| Required | Name | Type | Description |
|---|---|---|---|
| required | new message | PostMessage | A populated PostMessage object |
<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. |