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