ReDoc documentation
Performs persist operations for a specified invoice comment.
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. |
200 Success.
400 Bad Request
401 Unauthorized
Unexpected error
{- "entity": {
- "is_customer_notified": 0,
- "parent_id": 0,
- "extension_attributes": { },
- "comment": "string",
- "is_visible_on_front": 0,
- "created_at": "string",
- "entity_id": 0
}
}
{- "is_customer_notified": 0,
- "parent_id": 0,
- "extension_attributes": { },
- "comment": "string",
- "is_visible_on_front": 0,
- "created_at": "string",
- "entity_id": 0
}