POST API/CommentTechnicain
Request Information
URI Parameters
None.
Body Parameters
Comment| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Type | string |
None. |
|
| StatusId | integer |
None. |
|
| MassageText | string |
None. |
|
| TechnicianId | integer |
None. |
|
| EmployeeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Type": "sample string 2",
"StatusId": 3,
"MassageText": "sample string 4",
"TechnicianId": 5,
"EmployeeId": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.