POST api/EmailConfig/SearchEmailConfig
Request Information
URI Parameters
None.
Body Parameters
SearchEmailConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| Host | string |
None. |
|
| string |
None. |
||
| StartPos | integer |
None. |
|
| StepPos | integer |
None. |
|
| SSL | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Host": "sample string 1",
"Email": "sample string 2",
"StartPos": 1,
"StepPos": 1,
"SSL": 1
}
application/xml, text/xml
Sample:
<SearchEmailConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVS_FE.Models.Configuracion"> <Email>sample string 2</Email> <Host>sample string 1</Host> <SSL>1</SSL> <StartPos>1</StartPos> <StepPos>1</StepPos> </SearchEmailConfig>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |