POST API/UpdateTechTask
Request Information
URI Parameters
None.
Body Parameters
UpdateTechtask| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceCallId | integer |
None. |
|
| TechnicianTaskId | integer |
None. |
|
| Subject | string |
None. |
|
| Description | string |
None. |
|
| Reference | string |
None. |
|
| CustomerInternalId | integer |
None. |
|
| Photo1 | string |
None. |
|
| Photo2 | string |
None. |
|
| Photo3 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ServiceCallId": 1,
"TechnicianTaskId": 2,
"Subject": "sample string 3",
"Description": "sample string 4",
"Reference": "sample string 5",
"CustomerInternalId": 6,
"Photo1": "sample string 7",
"Photo2": "sample string 8",
"Photo3": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.