POST api/TrackerService/PostExerciseEdit
Request Information
URI Parameters
None.
Body Parameters
TrackerContextAndOfApi_PostExerciseEdit| Name | Description | Type | Additional information |
|---|---|---|---|
| TrackerContext | TrackerContext |
None. |
|
| Data | Api_PostExerciseEdit |
None. |
Request Formats
application/json, text/json
Sample:
{
"TrackerContext": {
"OrganizationTrackerId": "sample string 1",
"TrackerId": "sample string 2",
"InCacheMode": true,
"CacheImagePath": "sample string 4",
"TrackerVersion": "1.20.9483.30519",
"DebuggerAttached": "false",
"MachineName": "wn0sdwk0000W9"
},
"Data": {
"Exercise": {
"Id": 1,
"SecondaryId": "sample string 2",
"ExerciseInstanceId": 3,
"ExerciseId": 4,
"Name": "sample string 5",
"TrackerLiftType": 6,
"Rest": 1,
"Speed": 1.0,
"Directions": "sample string 7",
"Sets": [],
"SequenceNum": 8.0,
"TrackerUISessionId": 9,
"EditState": 0,
"WeightUnitType": 10,
"WorkoutSectionId": 1,
"TargetValue": 1.0,
"TargetValueMax": 1.0,
"IsTargetPercentage": true,
"VelocityPowerTargetType": 12,
"VelocityPowerType": 13,
"TrackerLiftTabType": 14,
"PercentageOfMaxType": 15,
"IsBestOfDayEnabled": true,
"AveragePowerRMValue": 17.0,
"PeakPowerRMValue": 18.0,
"ScoopHeight": 1,
"CatchesHeight": 1,
"HistoricalExercise": {
"Id": 1,
"ExerciseId": 2,
"Sets": [],
"PrescribedOn": "2025-12-21T10:07:24.925141+00:00",
"CompletedOn": "2025-12-21T10:07:24.925141+00:00"
},
"TimeUnderTensionCountdownAmount": 1,
"TimeUnderTensionHoldAmount": 1
},
"SessionInstanceId": 1
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>