URLs
POST api/v1/conversations/{id}/messages.xml (or .json)
CREATE a message for the specified conversation.
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
Id |
string |
The Conversation Id |
是 |
||
Subject |
string |
The Subject of the parent conversation will be used if no value is supplied. |
否 |
||
Body |
string |
The message body. |
是 |