PUT api/RegCComplaint?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
RegCPresentingComplaint| Name | Description | Type | Additional information |
|---|---|---|---|
| ComplaintId | integer |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| IsDeleted | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ComplaintId": 1,
"Title": "sample string 2",
"Description": "sample string 3",
"IsDeleted": 4,
"CreatedBy": 5,
"CreatedOn": "2026-05-20T17:21:12.9971883+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:21:12.9971883+05:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
RegCPresentingComplaint| Name | Description | Type | Additional information |
|---|---|---|---|
| ComplaintId | integer |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| IsDeleted | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ComplaintId": 1,
"Title": "sample string 2",
"Description": "sample string 3",
"IsDeleted": 4,
"CreatedBy": 5,
"CreatedOn": "2026-05-20T17:21:12.9971883+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:21:12.9971883+05:00"
}