Add New Biometric Device

Method: GET

http://abc.com/api/WebAPI/AddBiometricDeviceET

Example:

http://abc.com/api/WebAPI/AddBiometricDeviceET?AppKey=6432467912&DeviceName=Api Test&DeviceDirection=altinout&SerialNumber=ABC12345678910&DeviceLocation=Gurgaon&FaceDeviceType=FaceTMP&IpAddress=192.168.1.160

Request JSON Object

·       AppKey (String): To access the API method.

·       DeviceName (String): Name to identify Biometric Device

·       DeviceDirection (String): To set direction like in/out/altinout

·       SerialNumber (String): Serial Number of Biometric Device like ABC12345678910

·       DeviceLocation (String): Location where device is installed like Gurgaon

·       FaceDeviceType (String): Type of Device like  FaceTMP or Normal

·       IpAddress (String): IP address of Device 192.168.1.160

Response JSON data:
{

    “Status”: “Success – Device Added”

}

Postman: