POST api/Contact/sendContactEmail
Request Information
URI Parameters
None.
Body Parameters
ProjectContactEmailModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FromName | string |
None. |
|
| FromEmail | string |
None. |
|
| EmailSubject | string |
None. |
|
| ToContact1 | integer |
None. |
|
| ToContact1Email | string |
None. |
|
| ToContact2 | integer |
None. |
|
| ToContact2Email | string |
None. |
|
| CCContact1 | integer |
None. |
|
| CCContact1Email | string |
None. |
|
| CCContact2 | integer |
None. |
|
| CCContact2Email | string |
None. |
|
| BodyText | string |
None. |
|
| ProjectTitle | string |
None. |
|
| Address | string |
None. |
|
| ProjectID | string |
None. |
|
| UpdateBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"FromName": "sample string 2",
"FromEmail": "sample string 3",
"EmailSubject": "sample string 4",
"ToContact1": 5,
"ToContact1Email": "sample string 6",
"ToContact2": 7,
"ToContact2Email": "sample string 8",
"CCContact1": 9,
"CCContact1Email": "sample string 10",
"CCContact2": 11,
"CCContact2Email": "sample string 12",
"BodyText": "sample string 13",
"ProjectTitle": "sample string 14",
"Address": "sample string 15",
"ProjectID": "sample string 16",
"UpdateBy": 17
}
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. |