GET api/MIS/InsertMISUsageLog?EMP_ID={EMP_ID}&ACTIVITY={ACTIVITY}&IP_ADDRESS={IP_ADDRESS}&PC_NAME={PC_NAME}&GEO_LAT={GEO_LAT}&GEO_LONG={GEO_LONG}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EMP_ID | string |
Required |
|
| ACTIVITY | string |
Required |
|
| IP_ADDRESS | string |
Required |
|
| PC_NAME | string |
Required |
|
| GEO_LAT | string |
Required |
|
| GEO_LONG | string |
Required |
Body Parameters
None.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>