POST api/TrackerService/PostResults
Request Information
URI Parameters
None.
Body Parameters
TrackerContextAndOfTrackerSet| Name | Description | Type | Additional information |
|---|---|---|---|
| TrackerContext | TrackerContext |
None. |
|
| Data | TrackerSet |
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": {
"AthleteId": 1,
"SetInstanceId": 2,
"SecondarySetInstanceId": "sample string 3",
"EndTime": "2025-12-21T10:07:24.5970176+00:00",
"ActualWeight": 5.1,
"RepsCompleted": 6,
"Reps": [],
"EccentricPhaseEnds": [],
"ExerciseId": 7,
"ExerciseInstanceId": 8,
"ExerciseSequenceNum": 9.0,
"SetSequenceNum": 10.0,
"SessionInstanceId": 11,
"ActualRest": 12,
"TeamId": 13,
"TeamSecondaryId": "sample string 14"
}
}
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:
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>