POST api/feedback
Send a feedback email to support about a feature
Request Information
URI Parameters
None.
Body Parameters
Feedback model that provides information about
FeedbackName | Description | Type | Additional information |
---|---|---|---|
Page | string |
None. |
|
Message | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "page": "sample string 1", "message": "sample string 2" }
application/xml, text/xml
Sample:
<Feedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Tenancies.Beta"> <Message>sample string 2</Message> <Page>sample string 1</Page> </Feedback>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.