Add invoice comment
mercoa_add_invoice_commentWRITE — adds a comment to an invoice (visible in its activity log). POST /invoice/{invoiceId}/comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Comment text. | |
| userId | No | ID or foreign ID of the user creating the comment. | |
| invoiceId | Yes | Invoice ID to comment on. |