Create

Add a comment to this invoice

Authentication

AuthorizationBearer

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

Path parameters

invoiceIdstringRequired
Invoice ID or Invoice ForeignID

Request

This endpoint expects an object.
textstringRequired
userIdstringOptional
The ID or the Foreign ID of the user who created the comment.

Response

This endpoint returns an object.
idstring
textstring
createdAtdatetime
updatedAtdatetime
userobject
associatedApprovalActionobject
If an approval action has triggered the generation of this comment, returns the associated approval action and actor

Errors

400
Bad Request
401
Unauthorized
403
Forbidden
404
Not Found
409
Conflict
500
Internal Server Error
501
Unimplemented