POST api/general/grievance/ManageGrievance

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
data
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "GrievanceID": 1,
  "SenderName": "sample string 2",
  "SenderEmail": "sample string 3",
  "SenderMobileNo": "sample string 4",
  "SenderAlternateNo": "sample string 5",
  "SenderAddress": "sample string 6",
  "GrievanceIssue": "sample string 7",
  "GrievanceDetails": "sample string 8",
  "GrievanceDate": "2026-03-31T16:43:57.4146372+05:30",
  "GrievanceSeen": true
}

application/xml, text/xml

Sample:
<utblCitizenGrievance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.Model">
  <GrievanceDate>2026-03-31T16:43:57.4146372+05:30</GrievanceDate>
  <GrievanceDetails>sample string 8</GrievanceDetails>
  <GrievanceID>1</GrievanceID>
  <GrievanceIssue>sample string 7</GrievanceIssue>
  <GrievanceSeen>true</GrievanceSeen>
  <SenderAddress>sample string 6</SenderAddress>
  <SenderAlternateNo>sample string 5</SenderAlternateNo>
  <SenderEmail>sample string 3</SenderEmail>
  <SenderMobileNo>sample string 4</SenderMobileNo>
  <SenderName>sample string 2</SenderName>
</utblCitizenGrievance>

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>