GET api/communication/email/status
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
WebMethodResultOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | integer |
None. |
|
| Success | boolean |
None. |
|
| ErrorText | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": 1,
"Success": true,
"ErrorText": "sample string 3"
}
application/javascript
Sample:
{"Result":1,"Success":true,"ErrorText":"sample string 3"}
application/xml, text/xml
Sample:
<WebMethodResultOfInt32 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Success>true</Success> <ErrorText>sample string 3</ErrorText> <Result>1</Result> </WebMethodResultOfInt32>