POST API/TechnicianEndTask
Request Information
URI Parameters
None.
Body Parameters
TechnicianEndTask| Name | Description | Type | Additional information |
|---|---|---|---|
| TechnicianTaskId | integer |
None. |
|
| TechnicianId | integer |
None. |
|
| StatusId | integer |
None. |
|
| Remark | string |
None. |
|
| Photo1 | string |
None. |
|
| Photo2 | string |
None. |
|
| Photo3 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TechnicianTaskId": 1,
"TechnicianId": 2,
"StatusId": 3,
"Remark": "sample string 4",
"Photo1": "sample string 5",
"Photo2": "sample string 6",
"Photo3": "sample string 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.