# Performs persist operations for a specified invoice comment **POST /V1/invoices/comments** Performs persist operations for a specified invoice comment. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Body: (object) - **entity** (object) 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. #### Body: (object) - **is_customer_notified** (integer) Is-customer-notified flag value. - **parent_id** (integer) Parent ID. - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Sales\Api\Data\InvoiceCommentInterface - **comment** (string) Comment. - **is_visible_on_front** (integer) Is-visible-on-storefront flag value. - **created_at** (string) Created-at timestamp. - **entity_id** (integer) Invoice ID. ### 401 401 Unauthorized #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### 400 400 Bad Request #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)