POST api/TrackerService/StartWorkout
Request Information
URI Parameters
None.
Body Parameters
TrackerContextAndOfTrackerUISession[]Name | Description | Type | Additional information |
---|---|---|---|
TrackerContext | TrackerContext |
None. |
|
Data | Collection of TrackerUISession |
None. |
Request Formats
application/json, text/json
Sample:
{ "TrackerContext": { "OrganizationTrackerId": "sample string 1", "TrackerId": "sample string 2", "InCacheMode": true, "CacheImagePath": "sample string 4" }, "Data": [ { "Id": 1, "SecondaryId": "sample string 2", "SessionInstanceId": 3, "StrengthCardId": 4, "AthleteId": 5, "AthleteSecondaryId": "sample string 6", "TeamId": 7, "TeamSecondaryId": "sample string 8", "StartDate": "2025-09-13T04:57:43.0428561+00:00", "CoachNote": "sample string 10", "AthleteNote": "sample string 11", "PostWork": "sample string 12", "PostWorkLabel": "sample string 13", "Exercises": [] }, { "Id": 1, "SecondaryId": "sample string 2", "SessionInstanceId": 3, "StrengthCardId": 4, "AthleteId": 5, "AthleteSecondaryId": "sample string 6", "TeamId": 7, "TeamSecondaryId": "sample string 8", "StartDate": "2025-09-13T04:57:43.0428561+00:00", "CoachNote": "sample string 10", "AthleteNote": "sample string 11", "PostWork": "sample string 12", "PostWorkLabel": "sample string 13", "Exercises": [] } ] }
application/xml, text/xml
Sample:
<TrackerContextAndOfArrayOfTrackerUISessionJcLlkay9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RedV.EliteForm.DataContracts.Tracker"> <Data> <TrackerUISession> <AthleteId>5</AthleteId> <AthleteNote>sample string 11</AthleteNote> <AthleteSecondaryId>sample string 6</AthleteSecondaryId> <CoachNote>sample string 10</CoachNote> <Exercises /> <Id>1</Id> <PostWork>sample string 12</PostWork> <PostWorkLabel>sample string 13</PostWorkLabel> <SecondaryId>sample string 2</SecondaryId> <SessionInstanceId>3</SessionInstanceId> <StartDate>2025-09-13T04:57:43.0428561+00:00</StartDate> <StrengthCardId>4</StrengthCardId> <TeamId>7</TeamId> <TeamSecondaryId>sample string 8</TeamSecondaryId> </TrackerUISession> <TrackerUISession> <AthleteId>5</AthleteId> <AthleteNote>sample string 11</AthleteNote> <AthleteSecondaryId>sample string 6</AthleteSecondaryId> <CoachNote>sample string 10</CoachNote> <Exercises /> <Id>1</Id> <PostWork>sample string 12</PostWork> <PostWorkLabel>sample string 13</PostWorkLabel> <SecondaryId>sample string 2</SecondaryId> <SessionInstanceId>3</SessionInstanceId> <StartDate>2025-09-13T04:57:43.0428561+00:00</StartDate> <StrengthCardId>4</StrengthCardId> <TeamId>7</TeamId> <TeamSecondaryId>sample string 8</TeamSecondaryId> </TrackerUISession> </Data> <TrackerContext> <CacheImagePath>sample string 4</CacheImagePath> <InCacheMode>true</InCacheMode> <OrganizationTrackerId>sample string 1</OrganizationTrackerId> <TrackerId>sample string 2</TrackerId> </TrackerContext> </TrackerContextAndOfArrayOfTrackerUISessionJcLlkay9>
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>