POST api/TrackerService/GetUploadUrl

Request Information

URI Parameters

None.

Body Parameters

TrackerContextAndOfString
NameDescriptionTypeAdditional information
TrackerContext

TrackerContext

None.

Data

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TrackerContext": {
    "OrganizationTrackerId": "sample string 1",
    "TrackerId": "sample string 2",
    "InCacheMode": true,
    "CacheImagePath": "sample string 4"
  },
  "Data": "sample string 1"
}

application/xml, text/xml

Sample:
<TrackerContextAndOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RedV.EliteForm.DataContracts.Tracker">
  <Data>sample string 1</Data>
  <TrackerContext>
    <CacheImagePath>sample string 4</CacheImagePath>
    <InCacheMode>true</InCacheMode>
    <OrganizationTrackerId>sample string 1</OrganizationTrackerId>
    <TrackerId>sample string 2</TrackerId>
  </TrackerContext>
</TrackerContextAndOfstring>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

UploadInfo
NameDescriptionTypeAdditional information
UploadUri

URI

None.

ServerFilePath

string

None.

Response Formats

application/json, text/json

Sample:
{
  "UploadUri": "http://webapihelppage1.com",
  "ServerFilePath": "sample string 2"
}

application/xml, text/xml

Sample:
<UploadInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RedV.EliteForm.DataContracts.Tracker">
  <ServerFilePath>sample string 2</ServerFilePath>
  <UploadUri>http://webapihelppage1.com/</UploadUri>
</UploadInfo>