# Performs persist operations for a specified entity **POST /V1/creditmemo/{id}/comments** Performs persist operations for a specified entity. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters #### Path parameters - **id** (string) ## Body parameters Content-type: - **entity** (object) Credit memo comment interface. After a customer places and pays for an order and an invoice has been issued, the merchant can create a credit memo to refund all or part of the amount paid for any returned or undelivered items. The memo restores funds to the customer account so that the customer can make future purchases. A credit memo usually includes comments that detail why the credit memo amount was credited to the customer. ## Responses ### 200: 200 Success. #### Body Parameters: (object) - **comment** (string) Comment. - **created_at** (string) Created-at timestamp. - **entity_id** (integer) Credit memo ID. - **is_customer_notified** (integer) Is-customer-notified flag value. - **is_visible_on_front** (integer) Is-visible-on-storefront flag value. - **parent_id** (integer) Parent ID. - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Sales\Api\Data\CreditmemoCommentInterface ### 401: 401 Unauthorized #### Body Parameters: (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 Parameters: (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 Parameters: (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)