manualCardioWorkoutResult element
Type: | manualCardioWorkoutResult |
Namespace: | http://api.lfopen.lfconnect.com/v1/workoutresult |
XML Schema: | workoutresult.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<manualCardioWorkoutResult xmlns="http://api.lfopen.lfconnect.com/v1/workoutresult">
<calories xmlns="">...</calories>
<time xmlns="">...</time>
<distance xmlns="">...</distance>
<facebookSharing xmlns="">...</facebookSharing>
<datePerformed xmlns="">...</datePerformed>
<name xmlns="">...</name>
<description xmlns="">...</description>
<preferredUnit xmlns="">...</preferredUnit>
<fbShareMessage xmlns="">...</fbShareMessage>
</manualCardioWorkoutResult>
Example JSON
{
"calories" : ...,
"time" : ...,
"distance" : ...,
"facebookSharing" : false,
"datePerformed" : "...",
"name" : "...",
"description" : "...",
"preferredUnit" : "...",
"fbShareMessage" : "..."
}