GET api/Cow/SendCriticalBugMail?subject={subject}&bmessage={bmessage}&emailid={emailid}&attachmenturl={attachmenturl}&key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| subject | string |
Required |
|
| bmessage | string |
Required |
|
| emailid | string |
Required |
|
| attachmenturl | string |
Required |
|
| key | string |
Required |
Body Parameters
None.
Response Information
Resource Description
commonresponse| Name | Description | Type | Additional information |
|---|---|---|---|
| response | integer |
None. |
|
| message | string |
None. |
|
| data | Object |
None. |
|
| IsTestUser | integer |
None. |
|
| EmpId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"response": 1,
"message": "sample string 2",
"data": {},
"IsTestUser": 4,
"EmpId": "sample string 5"
}
text/xml
Sample:
<commonresponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/jashpackaging.Models"> <EmpId>sample string 5</EmpId> <IsTestUser>4</IsTestUser> <data /> <message>sample string 2</message> <response>1</response> </commonresponse>