Higi REST API Documentation


CreateCheckIn


creates a checkin and returns a higiscore. email is an optional parameter, if specified will email the portal link to that checkin. Report Bug

Method: PUT

URI Template: https://rd0003fff0c221/HigiData.svc//user/{higiId}/checkIn/?email={email}

Request Format: Xml or Json

Request Example:


{
	"weightKG" : 100.0,
	"heightMeters" : 200.0,
	"bmi" : 250.0,
	"systolic" : 300.0,
	"diastolic" : 400.0,
	"pulseBpm" : 500.0
}

Response Format: Json

Response Example:

650