POST api/v2/EmailSubmit/SaveEmail
Request Information
URI Parameters
None.
Body Parameters
EmailJsonObject| Name | Description | Type | Additional information |
|---|---|---|---|
| APIKey | string |
None. |
|
| string |
None. |
||
| keywords | string |
None. |
|
| location | string |
None. |
|
| countryCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"APIKey": "sample string 1",
"email": "sample string 2",
"keywords": "sample string 3",
"location": "sample string 4",
"countryCode": "sample string 5"
}
application/xml, text/xml
Sample:
<EmailJsonObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApplygatewaySearchAPI.Models"> <APIKey>sample string 1</APIKey> <countryCode>sample string 5</countryCode> <email>sample string 2</email> <keywords>sample string 3</keywords> <location>sample string 4</location> </EmailJsonObject>
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. |