# Send Receipt By Email Send Receipt to customer by email You must have "View" role in "Orders" Module Endpoint: POST /Invoice/SendReceiptByEmail Version: 3.1.0 Security: OAuth2_clientCredentials ## Response 200 fields (application/json): - `Message` (string) Success message ## Response 400 fields (application/json): - `Message` (string) Error message ## Response 500 fields (application/json): - `Message` (string) Error message - `ExceptionMessage` (string) Exception message - `ExceptionType` (string) Exception type - `StackTrace` (string) Stack trace of the error