Create Reply
all API requests should contain authorization headers.
Request
Query Parameters
Name | Type | Required | Comments |
---|---|---|---|
ticketId | integer | yes | Id of ticket you want to create reply in |
Request Body
Body of request should contain the following model serialized to JSON.
Field | Type | Comments |
---|---|---|
attachments | Reply attachments | |
author | Reply creator info | |
isDraft | boolean | If |
isHtml | boolean | If |
isTicketNeededToBeCompleted | boolean | If |
message | string | Reply content |
parentReplyId | nullable integer | If |
suppressTicketStatusAutoupdate | boolean | if |
Response
Data
field will contain Reply model.
Last updated