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