POST api/TrackerService/GetUpdatedAthleteImages
Request Information
URI Parameters
None.
Body Parameters
TrackerContextAndOfApi_GetUpdatedAthleteImagesName | Description | Type | Additional information |
---|---|---|---|
TrackerContext | TrackerContext |
None. |
|
Data | Api_GetUpdatedAthleteImages |
None. |
Request Formats
application/json, text/json
Sample:
{ "TrackerContext": { "OrganizationTrackerId": "sample string 1", "TrackerId": "sample string 2", "InCacheMode": true, "CacheImagePath": "sample string 4" }, "Data": { "AthleteIds": [ 1, 2 ], "LastUpdate": "2024-11-21T01:02:32.796217+00:00" } }
application/xml, text/xml
Sample:
<TrackerContextAndOfApi_GetUpdatedAthleteImagesJcLlkay9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RedV.EliteForm.DataContracts.Tracker"> <Data> <AthleteIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:long>1</d3p1:long> <d3p1:long>2</d3p1:long> </AthleteIds> <LastUpdate>2024-11-21T01:02:32.796217+00:00</LastUpdate> </Data> <TrackerContext> <CacheImagePath>sample string 4</CacheImagePath> <InCacheMode>true</InCacheMode> <OrganizationTrackerId>sample string 1</OrganizationTrackerId> <TrackerId>sample string 2</TrackerId> </TrackerContext> </TrackerContextAndOfApi_GetUpdatedAthleteImagesJcLlkay9>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Collection of byteResponse Formats
application/json, text/json
Sample:
[ "QEA=", "QEA=" ]
application/xml, text/xml
Sample:
<ArrayOfbase64Binary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <base64Binary>QEA=</base64Binary> <base64Binary>QEA=</base64Binary> </ArrayOfbase64Binary>