Add Note To Ticket
All API requests should contain authorization headers.
Request
Query Parameters
Name
Type
Required
Comments
ticketId
integer
yes
Id of ticket you want to create note in
Request Body
Body of request should contain the following model serialized to JSON.
Field
Type
Comments
attachments
Note attachments
author
Note creator info
htmlMessage
string
Note html content
message
string
Note content
Response
Data
field will contain Note model.
Last updated