POST api/TrackerService/CreateWorkoutInstanceWithDesignFromTracker
Request Information
URI Parameters
None.
Body Parameters
TrackerContextAndOfApi_CreateWorkoutInstanceWithDesignFromTrackerName | Description | Type | Additional information |
---|---|---|---|
TrackerContext | TrackerContext |
None. |
|
Data | Api_CreateWorkoutInstanceWithDesignFromTracker |
None. |
Request Formats
application/json, text/json
Sample:
{ "TrackerContext": { "OrganizationTrackerId": "sample string 1", "TrackerId": "sample string 2", "InCacheMode": true, "CacheImagePath": "sample string 4" }, "Data": { "organizationTrackerId": "sample string 1", "trackerId": "sample string 2", "teamId": 3, "athleteId": 4 } }
application/xml, text/xml
Sample:
<TrackerContextAndOfApi_CreateWorkoutInstanceWithDesignFromTrackerJcLlkay9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RedV.EliteForm.DataContracts.Tracker"> <Data> <athleteId>4</athleteId> <organizationTrackerId>sample string 1</organizationTrackerId> <teamId>3</teamId> <trackerId>sample string 2</trackerId> </Data> <TrackerContext> <CacheImagePath>sample string 4</CacheImagePath> <InCacheMode>true</InCacheMode> <OrganizationTrackerId>sample string 1</OrganizationTrackerId> <TrackerId>sample string 2</TrackerId> </TrackerContext> </TrackerContextAndOfApi_CreateWorkoutInstanceWithDesignFromTrackerJcLlkay9>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>