Higi REST API Documentation


SaveUnauthCheckin


saves an unauthenticated checkin Report Bug

Method: POST

URI Template: https://rd0003fff0c221/HigiData.svc//unauthCheckin?time={time}

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:

Could not generate example for response. Failed with error: No parameterless constructor defined for this object.