---
title: "Add Activity to a Service Record"
method: POST
path: "/service-records/{recordId}/activity"
tags: ["Service Records"]
---

# Add Activity to a Service Record

`POST /service-records/{recordId}/activity`

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](https://documentation.sysaid.com/docs/activities).

## Request body

- ServiceRecordActivity
  - `userId` string, required — The unique SysAid ID of the user performing the activity.
  - `fromTime` integer, required — Timestamp for when the activity started (timestamp milliseconds).
  - `toTime` integer, required — Timestamp for when the activity ended (timestamp milliseconds).
  - `description` string — The description of the activity.

## Response `201`

Service record activity successfully created

## Other responses

- `400` — The request was invalid or cannot be served
- `401` — Authentication information is missing or invalid
- `404` — The specified resource was not found
- `409` — The request could not be completed due to a conflict with the current state of the resource. This typically occurs when attempting to create a duplicate resource, update a resource that has been modified by another process, or when business rules prevent the operation.

---

[API](https://skmtc.net/sysaid/apis/sysaid-public-api.md) · [All operations](https://skmtc.net/sysaid/apis/sysaid-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sysaid/sysaid-public-api/versions/38a43a1b2981/schema)
