POST api/EyeCComplaint?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
EyeCComplaint| Name | Description | Type | Additional information |
|---|---|---|---|
| EComplaintId | integer |
None. |
|
| Title | string |
None. |
|
| IsDeleted | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EComplaintId": 1,
"Title": "sample string 2",
"IsDeleted": 3
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
EyeCComplaint| Name | Description | Type | Additional information |
|---|---|---|---|
| EComplaintId | integer |
None. |
|
| Title | string |
None. |
|
| IsDeleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"EComplaintId": 1,
"Title": "sample string 2",
"IsDeleted": 3
}