POST suggestions/{username}
Submit a feedback.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
username |
Resident's login name |
string |
Required |
Body Parameters
Feedback request
FeedbackRequestName | Description | Type | Additional information |
---|---|---|---|
SuggestionType | string |
None. |
|
Subject | string |
None. |
|
Comments | string |
None. |
|
UnitId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "SuggestionType": "sample string 1", "Subject": "sample string 2", "Comments": "sample string 3", "UnitId": 4 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
void
None.