Add Activity to a Service Record

Add a time-tracked activity entry to an existing service record. Activities typically represent work performed, such as troubleshooting, communication, or on-site visits. To learn more about activities, see the Activities article.

Path Params
integer
required

The service record's unique SysAid ID.

Body Params

Service record activity

string
required

The unique SysAid ID of the user performing the activity.

int64
required

Timestamp for when the activity started (timestamp milliseconds).

int64
required

Timestamp for when the activity ended (timestamp milliseconds).

string

The description of the activity.

Responses
201

Service record activity successfully created

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json