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"
},
"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-11-08T01:27:01.2303309+00:00",
"CompletedOn": "2025-11-08T01:27:01.2303309+00:00"
},
"TimeUnderTensionCountdownAmount": 1,
"TimeUnderTensionHoldAmount": 1
},
"SessionInstanceId": 1
}
}
application/xml, text/xml
Sample:
<TrackerContextAndOfApi_PostExerciseEditJcLlkay9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RedV.EliteForm.DataContracts.Tracker">
<Data>
<Exercise>
<AveragePowerRMValue>17</AveragePowerRMValue>
<CatchesHeight>1</CatchesHeight>
<Directions>sample string 7</Directions>
<EditState>None</EditState>
<ExerciseId>4</ExerciseId>
<ExerciseInstanceId>3</ExerciseInstanceId>
<HistoricalExercise>
<CompletedOn>2025-11-08T01:27:01.2303309+00:00</CompletedOn>
<ExerciseId>2</ExerciseId>
<Id>1</Id>
<PrescribedOn>2025-11-08T01:27:01.2303309+00:00</PrescribedOn>
<Sets />
</HistoricalExercise>
<Id>1</Id>
<IsBestOfDayEnabled>true</IsBestOfDayEnabled>
<IsTargetPercentage>true</IsTargetPercentage>
<Name>sample string 5</Name>
<PeakPowerRMValue>18</PeakPowerRMValue>
<PercentageOfMaxType>15</PercentageOfMaxType>
<Rest>1</Rest>
<ScoopHeight>1</ScoopHeight>
<SecondaryId>sample string 2</SecondaryId>
<SequenceNum>8</SequenceNum>
<Sets />
<Speed>1</Speed>
<TargetValue>1</TargetValue>
<TargetValueMax>1</TargetValueMax>
<TimeUnderTensionCountdownAmount>1</TimeUnderTensionCountdownAmount>
<TimeUnderTensionHoldAmount>1</TimeUnderTensionHoldAmount>
<TrackerLiftTabType>14</TrackerLiftTabType>
<TrackerLiftType>6</TrackerLiftType>
<TrackerUISessionId>9</TrackerUISessionId>
<VelocityPowerTargetType>12</VelocityPowerTargetType>
<VelocityPowerType>13</VelocityPowerType>
<WeightUnitType>10</WeightUnitType>
<WorkoutSectionId>1</WorkoutSectionId>
</Exercise>
<SessionInstanceId>1</SessionInstanceId>
</Data>
<TrackerContext>
<CacheImagePath>sample string 4</CacheImagePath>
<InCacheMode>true</InCacheMode>
<OrganizationTrackerId>sample string 1</OrganizationTrackerId>
<TrackerId>sample string 2</TrackerId>
</TrackerContext>
</TrackerContextAndOfApi_PostExerciseEditJcLlkay9>
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>