Higi Login Documentation


checkFingerprintImageQuality


Method: POST

URI Template: https://rd2818786875b9/Login.svc//check_fingerprint_image_quality

Request Format: Binary

Request Example:

The request bodyType is a byte stream. See the service documentation for allowed content types.

Response Format: Json

Response Example:

{
	"Token" : "0b780f6a-072c-46e5-9bd4-c93cfea74952",
	"User" : {
		"id" : "f8lfHr8q706y1Me4OKMpPw",
		"firstName" : "jane",
		"lastName" : "doe",
		"dateOfBirth" : "02/20/1990",
		"email" : "hi@email.com",
         "affiliate" : "abc",
		"gender" : "f",
		"higiScore" : 642.0,
		"state" : "il",
		"city" : "chicago",
		"address" : "1234 main st",
		"accountCreated" : "2012-05-16T11:27:43.4937787-05:00",
		"termsHistory" : {
			"_items" : [{
					"termsAgreedDate" : "2012-05-16T11:27:43.4937787-05:00",
					"termsFileName" : "en_USA_3_2010.txt"
				}
			]
		},
		"terms" : {
			"termsAgreedDate" : "2012-05-16T11:27:43.4937787-05:00",
			"termsFileName" : "en_USA_3_2010.txt"
		},
		"OAuthAccounts" : {
			"Facebook" : {
				"id" : "fb12345"
			}
		}
	},
	"LastCheckin" : {
		"id" : "f2IR6AbtyU_HqfNClOXoJA",
		"dateTime" : "2012-05-16T11:27:44.0008077-05:00",
		"weightKG" : 50.0,
		"bmi" : 25.0,
		"systoli







c" : 100.0,
		"diastolic" : 120.0,
		"pulseBpm" : 60.0
	}
}