POST api/General/AgentContactemail
Request Information
URI Parameters
None.
Body Parameters
AgentContactemail| Name | Description | Type | Additional information |
|---|---|---|---|
| FullName | string |
None. |
|
| PhoneNumber | string |
None. |
|
| string |
None. |
||
| Message | string |
None. |
|
| PropertyName | string |
None. |
|
| AgentEmail | string |
None. |
|
| AgentName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FullName": "sample string 1",
"PhoneNumber": "sample string 2",
"Email": "sample string 3",
"Message": "sample string 4",
"PropertyName": "sample string 5",
"AgentEmail": "sample string 6",
"AgentName": "sample string 7"
}
application/xml, text/xml
Sample:
<AgentContactemail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Elite_Webservices.Helper"> <AgentEmail>sample string 6</AgentEmail> <AgentName>sample string 7</AgentName> <Email>sample string 3</Email> <FullName>sample string 1</FullName> <Message>sample string 4</Message> <PhoneNumber>sample string 2</PhoneNumber> <PropertyName>sample string 5</PropertyName> </AgentContactemail>
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. |