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 | array of Base Attachment models | Note attachments |
author | Note Creator model | Note creator info |
htmlMessage | string | Note html content |
message | string | Note content |
Response
Data
field will contain Note model.
Last updated