POST residentapi/properties/contactmessage
Send a message to contact the help desk
Request Information
URI Parameters
None.
Body Parameters
ContactMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| MyUnitId |
MyUnitId |
integer |
Required |
| SendTo |
SendTo. For now only accepts one value: 1 = Mangement Team |
integer |
Required |
| About |
About. The topic of the question (Accounting, billing, etc.) 1 = Accounting, 2 = Billing, 3 = General, 4 = Management, 5 = Support |
integer |
Required |
| Subject |
Subject |
string |
Required |
| Message |
Message |
string |
Required |
| ResponseType |
ResponseType. The form the response will be recieved by the sender (E-Mail, SMS, Phone, etc.) |
integer |
Required |
| ResponsePhone |
ResponsePhone. The number to be used when sending the response (Required only when ResponseType = 2 or ResponseType = 3 |
string |
None. |
| ResponseEmail |
ResponseEmail. The email address to be used when sending the response (Required only when ResponseType = 1) |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"myUnitId": 1,
"sendTo": 1,
"about": 1,
"subject": "sample string 1",
"message": "sample string 2",
"responseType": 1,
"responsePhone": "sample string 3",
"responseEmail": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.