Update

Edit a comment on this invoice

Path parameters

invoiceIdstringRequired

Invoice ID or Invoice ForeignID

commentIdstringRequired

Headers

AuthorizationstringRequired

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

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
userobjectOptional
associatedApprovalActionobjectOptional

If an approval action has triggered the generation of this comment, returns the associated approval action and actor

Errors