[POST] ~/email/sendmail
Sends an email to the default contact address of the owner group.
Request Information
URI Parameters
None.
Body Parameters
The request.
An instance of: ContactModel| Name | Description | Type | |
|---|---|---|---|
|
Gets or sets the type. |
InquiryType | ||
|
Gets or sets the additional annotation. |
string | ||
|
Gets or sets a value indicating whether the send copy to me. |
boolean | ||
|
Gets or sets a value indicating whether the contact by email. |
boolean | ||
|
Gets or sets a value indicating whether the contact by telephone. |
boolean | ||
|
Gets or sets a value indicating whether the user consented to the privacy policy. |
boolean | ||
|
Gets or sets information describing the google ad tracking. |
GoogleAdTrackingInfo | ||
|
Gets or sets information describing the google re captcha. |
GoogleReCaptchaInfo | ||
|
Gets or sets URL of the option in confirm. |
string | ||
|
Gets or sets URL of the imprint. |
string | ||
|
Gets or sets URL of the privacy statement. |
string | ||
|
Gets or sets the reference. |
string | ||
|
Gets or sets the culture. |
string | ||
|
Gets or sets the firstName. |
string | ||
|
Gets or sets the surname. |
string | ||
|
Gets or sets the salutation. |
string | ||
|
Gets or sets the title. |
string | ||
|
Gets or sets the company. |
string | ||
|
Gets or sets the street number. |
string | ||
|
Gets or sets the zip town. |
string | ||
|
Gets or sets the town. |
string | ||
|
Gets or sets the town. |
string | ||
|
Gets or sets the email address. |
string |
Request Formats
application/json, text/json
{
"type": "Callback",
"additionalAnnotation": "sample string 1",
"sendCopyToMe": true,
"contactByEmail": true,
"contactByTelephone": true,
"consentPrivacyPolicy": true,
"googleAdTrackingInfo": {
"campaignId": "sample string 1",
"source": "sample string 2",
"keywords": [
"sample string 1",
"sample string 2"
]
},
"googleReCaptchaInfo": {
"reCaptchaCode": "sample string 1"
},
"optInConfirmUrl": "sample string 6",
"imprintUrl": "sample string 7",
"privacyUrl": "sample string 8",
"reference": "sample string 9",
"culture": "sample string 10",
"firstname": "sample string 11",
"surname": "sample string 12",
"salutation": "sample string 13",
"title": "sample string 14",
"company": "sample string 15",
"streetNumber": "sample string 16",
"zipCode": "sample string 17",
"town": "sample string 18",
"telephone": "sample string 19",
"emailAddress": "sample string 20"
}
Response Information
Resource Description
An IHttpActionResult.
An instance of: HttpResponseMessage| Name | Description | Type | |
|---|---|---|---|
| Version | |||
| HttpContent | |||
| HttpStatusCode | |||
| string | |||
| Collection of Object | |||
| HttpRequestMessage | |||
| boolean |