Comments
Lists comments for a specified credit memo.
Path parameters
idstringRequiredExample:
(Required) The credit memo ID.
<integer>Responses
200
OK
application/json
Responseobject
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
/V1/creditmemo/{id}/commentsPerforms persist operations for a specified entity.
Path parameters
idstringRequiredExample:
(Required)
<string>Header parameters
Content-TypestringOptionalExample:
application/jsonBody
objectOptionalExample:
{"entity":{"comment":"<string>","is_customer_notified":"<integer>","is_visible_on_front":"<integer>","parent_id":"<integer>","created_at":"<string>","entity_id":"<integer>","extension_attributes":"<object>"}}Responses
200
OK
application/json
Responseobject
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
post
/V1/creditmemo/{id}/comments