POST v1/download/save

Add or update information about a Download

Request Information

URI Parameters

None.

Body Parameters

DownloadModel
NameDescriptionTypeAdditional information
DownloadID

Unique identifier of the download

integer

None.

ImageURL

URL to image used for download display

string

None.

Title

Title of download

string

None.

Description

Description of download

string

None.

DownloadURL

URL of where to download from

string

None.

Request Formats

application/json, text/json

Sample:
{
  "downloadID": 1,
  "imageURL": "sample string 2",
  "title": "sample string 3",
  "description": "sample string 4",
  "downloadURL": "sample string 5"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.