POST api/Task/SaveTechnicianLocation
Request Information
URI Parameters
None.
Body Parameters
TechnicianLocationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Lat | string |
None. |
|
| Lng | string |
None. |
|
| TicketId | integer |
None. |
|
| Duration | integer |
None. |
|
| DurationText | string |
None. |
|
| Distance | integer |
None. |
|
| DistanceText | string |
None. |
|
| Id | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Lat": "sample string 1",
"Lng": "sample string 2",
"TicketId": 3,
"Duration": 4,
"DurationText": "sample string 5",
"Distance": 6,
"DistanceText": "sample string 7",
"Id": 8,
"IsDeleted": true,
"IsActive": true,
"CreatedBy": 11,
"CreatedOn": "2025-12-08T15:34:45.5701748+00:00",
"ModifiedBy": 1,
"ModifiedOn": "2025-12-08T15:34:45.5701748+00:00"
}
application/xml, text/xml
Sample:
check
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.