PUT api/ClientComplaint/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
UpdateClientComplaintParam| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId | integer |
None. |
|
| ReceivedName | string |
None. |
|
| ComplaintTypeId | integer |
None. |
|
| Description | string |
None. |
|
| Date | string |
None. |
|
| By | integer |
None. |
|
| UpdateType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeId": 1,
"ReceivedName": "sample string 2",
"ComplaintTypeId": 3,
"Description": "sample string 4",
"Date": "sample string 5",
"By": 6,
"UpdateType": 7
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.