POST api/Common/GetSetupDownloadPath

Request Information

URI Parameters

None.

Body Parameters

ProductsModel
NameDescriptionTypeAdditional information
ProdcutName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ProdcutName": "sample string 1"
}

application/xml, text/xml

Sample:
<ProductsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <ProdcutName>sample string 1</ProdcutName>
</ProductsModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ProductsModel'.

Response Information

Resource Description

ProductSetupFullPath
NameDescriptionTypeAdditional information
FullSetupUrl

string

None.

FullSetupFileName

string

None.

PatchUrl

string

None.

PatchFileName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "FullSetupUrl": "sample string 1",
  "FullSetupFileName": "sample string 2",
  "PatchUrl": "sample string 3",
  "PatchFileName": "sample string 4"
}

application/xml, text/xml

Sample:
<ProductSetupFullPath xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceLibrary">
  <FullSetupFileName>sample string 2</FullSetupFileName>
  <FullSetupUrl>sample string 1</FullSetupUrl>
  <PatchFileName>sample string 4</PatchFileName>
  <PatchUrl>sample string 3</PatchUrl>
</ProductSetupFullPath>