Higi REST API Documentation
CreateCheckInActivityWithAttachment
creates a checkin and returns a higiscore. email is an optional parameter, if specified will email the portal link to that checkin.a checkin response Report Bug
Method: PUT
URI Template: https://rd0003fff0c221/HigiData.svc//user/{higiId}/activities/checkIn/v2/?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