POST API/PostTechnicianTask
Request Information
URI Parameters
None.
Body Parameters
TechnicianTask| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceCallId | integer |
None. |
|
| TechnicianId | integer |
None. |
|
| StatusId | 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,
"TechnicianId": 2,
"StatusId": 3,
"Subject": "sample string 4",
"Description": "sample string 5",
"Reference": "sample string 6",
"CustomerInternalId": 7,
"Photo1": "sample string 8",
"Photo2": "sample string 9",
"Photo3": "sample string 10"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.