POST api/general/feedback/ManageFeedback
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| data | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"FeedbackID": 1,
"SenderName": "sample string 2",
"SenderEmail": "sample string 3",
"SenderMobileNo": "sample string 4",
"FeedbackDetails": "sample string 5",
"FeedbackDate": "2026-03-31T16:41:32.3697184+05:30",
"FeedbackReply": "sample string 7",
"FeedbackReplyDate": "2026-03-31T16:41:32.3697184+05:30",
"FeedbackReplyBy": "sample string 8",
"FeedbackReplied": true,
"FeedbackSeen": true
}
application/xml, text/xml
Sample:
<utblCitizenFeedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.Model"> <FeedbackDate>2026-03-31T16:41:32.3697184+05:30</FeedbackDate> <FeedbackDetails>sample string 5</FeedbackDetails> <FeedbackID>1</FeedbackID> <FeedbackReplied>true</FeedbackReplied> <FeedbackReply>sample string 7</FeedbackReply> <FeedbackReplyBy>sample string 8</FeedbackReplyBy> <FeedbackReplyDate>2026-03-31T16:41:32.3697184+05:30</FeedbackReplyDate> <FeedbackSeen>true</FeedbackSeen> <SenderEmail>sample string 3</SenderEmail> <SenderMobileNo>sample string 4</SenderMobileNo> <SenderName>sample string 2</SenderName> </utblCitizenFeedback>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>