PUT api/OnlineComplaint/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

soc
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserIdnt": "sample string 1",
  "OnlineComplaintIdnt": "sample string 2",
  "Signature": "sample string 3",
  "SubmittedDate": "sample string 4",
  "IPAddress": "sample string 5"
}

application/xml, text/xml

Sample:
<OnlineComplaintSubmit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Intranet.Models">
  <IPAddress>sample string 5</IPAddress>
  <OnlineComplaintIdnt>sample string 2</OnlineComplaintIdnt>
  <Signature>sample string 3</Signature>
  <SubmittedDate>sample string 4</SubmittedDate>
  <UserIdnt>sample string 1</UserIdnt>
</OnlineComplaintSubmit>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.