POST Common/SendUIExceptionMail
Request Information
URI Parameters
None.
Body Parameters
ErrorLog| Name | Description | Type | Additional information |
|---|---|---|---|
| EmailAddress | string |
None. |
|
| Type | string |
None. |
|
| Subject | string |
None. |
|
| Message | string |
None. |
|
| Stack | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmailAddress": "sample string 1",
"Type": "sample string 2",
"Subject": "sample string 3",
"Message": "sample string 4",
"Stack": "sample string 5"
}
application/xml, text/xml
Sample:
<ErrorLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.payticks.com.Entities"> <EmailAddress>sample string 1</EmailAddress> <Message>sample string 4</Message> <Stack>sample string 5</Stack> <Subject>sample string 3</Subject> <Type>sample string 2</Type> </ErrorLog>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>