URL : api/postdiagno
Method : POST
Query Parameters :
Parameter | Type | Possible Values | Required/Optional | Description |
from | integer | Required | Id of Email which is already configured in system | |
to | String | Required | Email Sent to (Email) | |
subject | string | Required | Subject of Email Send for diagnosis | |
message | text | Required | Message sent in email |
Response:
{ "success": true, "message":"Mail has send successfully" }