Skip to main content
POST
Create a timeline comment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
timelineEvent
object
required

Response

Successfully created timeline comment

id
integer<int64>
required

Numeric ID of the timeline event.

eventableId
integer<int64>
required

Numeric ID of the resource associated with the event.

eventableType
string
required

Type of the resource (e.g., Item, Rental, ReturnOrder).

eventType
enum<string>
required

Type of the timeline event.

Available options:
comment
message
string
required

The comment message associated with the timeline event.