POST Partner/SendContactUsEmail
Request Information
URI Parameters
None.
Body Parameters
SendContactUsDTORequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactUs | ContactUsDTO |
Required |
|
| AbsoluteUri | string |
Required |
|
| PartnerAccessKey | string |
None. |
|
| CampaignID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ContactUs": {
"ContactUsID": 1,
"ContactUsReasonTypeID": 2,
"Login": "sample string 3",
"Name": "sample string 4",
"Email": "sample string 5",
"StateAreaCode": "sample string 6",
"PhoneNumber": "sample string 7",
"Message": "sample string 8",
"OrderID": 9,
"ProductName": "sample string 10"
},
"AbsoluteUri": "sample string 1",
"PartnerAccessKey": "sample string 2",
"CampaignID": 3
}
application/xml, text/xml
Sample:
<SendContactUsDTORequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<PartnerAccessKey>sample string 2</PartnerAccessKey>
<CampaignID>3</CampaignID>
<ContactUs>
<ContactUsID>1</ContactUsID>
<ContactUsReasonTypeID>2</ContactUsReasonTypeID>
<Login>sample string 3</Login>
<Name>sample string 4</Name>
<Email>sample string 5</Email>
<StateAreaCode>sample string 6</StateAreaCode>
<PhoneNumber>sample string 7</PhoneNumber>
<Message>sample string 8</Message>
<OrderID>9</OrderID>
<ProductName>sample string 10</ProductName>
</ContactUs>
<AbsoluteUri>sample string 1</AbsoluteUri>
</SendContactUsDTORequest>
application/x-www-form-urlencoded
Sample:
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. |