Create Work Order Note
Add a note (comment) to a specific work order.
Notes are stored as internal comments linked to the work order. They trigger the same notification and feed pipeline as comments created in the Coperniq UI.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
workOrderId
Request
This endpoint expects an object.
body
Note text content (1–5000 characters).
fileIds
Optional array of file IDs (previously uploaded) to attach to the note.
replyToId
ID of the note to reply to. Creates a threaded reply on the parent note.
Response
Note created successfully
id
Note identifier
note
Note text content
createdAt
ISO 8601 creation timestamp
updatedAt
ISO 8601 last-updated timestamp
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
