POST api/usertracking/save
Request Information
URI Parameters
None.
Body Parameters
UserTracking| Name | Description | Type | Additional information |
|---|---|---|---|
| UserTrackingID | integer |
None. |
|
| UserID | integer |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| TrackingTime | date |
None. |
|
| LocationName | string |
None. |
|
| Remarks | string |
None. |
|
| DBUserID | integer |
None. |
|
| DBServerDateTime | date |
None. |
|
| LogInID | string |
None. |
|
| UserName | string |
None. |
|
| EntryUserName | string |
None. |
|
| ErrorMessage | string |
None. |
|
| Carrier | string |
None. |
|
| Title | string |
None. |
|
| UserTrackings | Collection of UserTracking |
None. |
|
| CustomerMarkers | Collection of UserTracking |
None. |
|
| AllCustomers | Collection of Contractor |
None. |
|
| TodayCustomers | Collection of Contractor |
None. |
|
| CustomerVisits | Collection of CustomerVisit |
None. |
|
| TrackingTimeSt | string |
None. |
|
| DBServerDateTimeSt | string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.