[POST] ~/email/sendinquiry
Sends information about a vehicle offered to the dealer to be purchased from the user.
Request Information
URI Parameters
None.
Body Parameters
The request.
An instance of: VehicleInquiryModel| Name | Description | Type | |
|---|---|---|---|
|
Gets or sets the manufacturer. |
string | ||
|
Gets or sets the model. |
string | ||
|
Gets or sets the mileage. |
string | ||
|
Gets or sets the first registration. |
string | ||
|
Gets or sets the vin. |
string | ||
|
Gets or sets the registration book foto. |
VehicleInquiryModel+InquiryAttachment | ||
|
Gets or sets the vehicle fotos. |
Collection of VehicleInquiryModel+InquiryAttachment | ||
|
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
{
"manufacturer": "sample string 1",
"model": "sample string 2",
"mileage": "sample string 3",
"firstRegistration": "sample string 4",
"vin": "sample string 5",
"registrationBookFoto": {
"filename": "sample string 1",
"base64Content": "sample string 2"
},
"vehicleFotos": [
{
"filename": "sample string 1",
"base64Content": "sample string 2"
},
{
"filename": "sample string 1",
"base64Content": "sample string 2"
}
],
"type": "Callback",
"additionalAnnotation": "sample string 6",
"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 11",
"imprintUrl": "sample string 12",
"privacyUrl": "sample string 13",
"reference": "sample string 14",
"culture": "sample string 15",
"firstname": "sample string 16",
"surname": "sample string 17",
"salutation": "sample string 18",
"title": "sample string 19",
"company": "sample string 20",
"streetNumber": "sample string 21",
"zipCode": "sample string 22",
"town": "sample string 23",
"telephone": "sample string 24",
"emailAddress": "sample string 25"
}
Response Information
Resource Description
An IHttpActionResult.
An instance of: HttpResponseMessage| Name | Description | Type | |
|---|---|---|---|
| Version | |||
| HttpContent | |||
| HttpStatusCode | |||
| string | |||
| Collection of Object | |||
| HttpRequestMessage | |||
| boolean |