POST api/BEMail/SendFailMail
Request Information
URI Parameters
None.
Body Parameters
SendFailMailInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Uid | Collection of integer |
None. |
|
| Type | string |
None. |
|
| StartTime | string |
None. |
|
| EndTime | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Uid": [
1,
1
],
"Type": "sample string 1",
"StartTime": "sample string 2",
"EndTime": "sample string 3"
}
application/xml, text/xml
Sample:
<MailModel.SendFailMailInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<EndTime>sample string 3</EndTime>
<StartTime>sample string 2</StartTime>
<Type>sample string 1</Type>
<Uid xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:long>1</d2p1:long>
<d2p1:long>1</d2p1:long>
</Uid>
</MailModel.SendFailMailInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| body | Object |
None. |
|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| response | Enum |
None. |
|
| exception | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<BaseModels.BaseResultOfanyTypeRvdAXEcW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <body /> <exception>sample string 3</exception> <isSuccess>true</isSuccess> <response i:nil="true" /> </BaseModels.BaseResultOfanyTypeRvdAXEcW>