POST api/Geofence/get
Request Information
URI Parameters
None.
Body Parameters
FilterGeofence| Name | Description | Type | Additional information |
|---|---|---|---|
| CostCenterId | string |
None. |
|
| CompanyUserId | string |
None. |
|
| EMP_BasicDetail_Id | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CostCenterId": "sample string 1",
"CompanyUserId": "sample string 2",
"EMP_BasicDetail_Id": "sample string 3"
}
application/xml, text/xml
Sample:
<FilterGeofence xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dizital_App_Modal.EmployeeModal"> <CompanyUserId>sample string 2</CompanyUserId> <CostCenterId>sample string 1</CostCenterId> <EMP_BasicDetail_Id>sample string 3</EMP_BasicDetail_Id> </FilterGeofence>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GeofenceViewResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| status | string |
None. |
|
| statusText | string |
None. |
|
| TDS | GeofenceView |
None. |
Response Formats
application/json, text/json
Sample:
{
"StatusCode": 1,
"status": "sample string 2",
"statusText": "sample string 3",
"TDS": {
"GeofencePath": "sample string 1",
"CostCenterName": "sample string 2",
"CostCenterId": "sample string 3",
"CompanyUserId": "sample string 4"
}
}
application/xml, text/xml
Sample:
<GeofenceViewResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dizital_App_Modal.EmployeeModal">
<StatusCode>1</StatusCode>
<TDS>
<CompanyUserId>sample string 4</CompanyUserId>
<CostCenterId>sample string 3</CostCenterId>
<CostCenterName>sample string 2</CostCenterName>
<GeofencePath>sample string 1</GeofencePath>
</TDS>
<status>sample string 2</status>
<statusText>sample string 3</statusText>
</GeofenceViewResponse>