POST API/UpdateTechnician
Request Information
URI Parameters
None.
Body Parameters
Technician| Name | Description | Type | Additional information |
|---|---|---|---|
| TicketId | integer |
None. |
|
| TechnicianId | integer |
None. |
|
| AssignTechId | integer |
None. |
|
| Comment | string |
None. |
|
| Status | integer |
None. |
|
| Marketing | integer |
None. |
|
| Letitude | string |
None. |
|
| Longitude | string |
None. |
|
| TechnicianName | string |
None. |
|
| Phone | string |
None. |
|
| JobTitle | string |
None. |
|
| Photo | string |
None. |
|
| Code | string |
None. |
|
| Password | string |
None. |
|
| OldPassword | string |
None. |
|
| Photo1 | string |
None. |
|
| Photo2 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TicketId": 1,
"TechnicianId": 2,
"AssignTechId": 3,
"Comment": "sample string 4",
"Status": 5,
"Marketing": 6,
"Letitude": "sample string 7",
"Longitude": "sample string 8",
"TechnicianName": "sample string 9",
"Phone": "sample string 10",
"JobTitle": "sample string 11",
"Photo": "sample string 12",
"Code": "sample string 13",
"Password": "sample string 14",
"OldPassword": "sample string 15",
"Photo1": "sample string 16",
"Photo2": "sample string 17"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.