POST
- The POST method lets you create a new response to an item.
- A successful create returns response code 200 and the newly created comment in JSON format (see Item API).
POST projecten.viadesk.com/api/comment.json
form field “parent” // the id of the item you're replying to (required)
form field “text” // the message body (required)