Higi REST API Documentation


ImportCheckins


imports checkins from sources external to the api Report Bug

Method: POST

URI Template: https://rd0003fff0c221/HigiData.svc//user/{higiId}/external/checkIn

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:

The response bodyType is empty.