ReDoc documentation

invoices/comments

invoices/comments

post/V1/invoices/comments

Performs persist operations for a specified invoice comment.

Request
Request Body schema:
required
object (sales-data-invoice-comment-interface)

Invoice comment interface. An invoice is a record of the receipt of payment for an order. An invoice can include comments that detail the invoice history.

Responses
200

200 Success.

400

400 Bad Request

401

401 Unauthorized

default

Unexpected error

Request samples
{
  • "entity": {
    }
}
Response samples
{
  • "is_customer_notified": 0,
  • "parent_id": 0,
  • "extension_attributes": { },
  • "comment": "string",
  • "is_visible_on_front": 0,
  • "created_at": "string",
  • "entity_id": 0
}