Skip to main content
POST
Create a comment

Authorizations

Authorization
string
header
required

Body

application/json
text
string
required

Plain text content of the comment. Use @user@example.com to mention an active and notify them. The mentioned email must resolve to an active account for the client. Example: "Relance effectuée par @alice@example.com".

Example:

"Relance effectuée par @alice@example.com"

clientId
string<uuid>

ID of the client to attach the comment to

invoiceId
string<uuid>

ID of the invoice to attach the comment to (clientId is resolved from the invoice)

creditNoteId
string<uuid>

ID of the credit note to attach the comment to (clientId is resolved from the credit note)

Response

Created comment

id
string<uuid>