POST api/Vendor/DowloadFileAzureVD

Request Information

URI Parameters

None.

Body Parameters

DowloadFileAzuzeVD
NameDescriptionTypeAdditional information
share

string

None.

directory

string

None.

name

string

None.

formtype

string

None.

VDID

integer

None.

webUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "share": "sample string 1",
  "directory": "sample string 2",
  "name": "sample string 3",
  "formtype": "sample string 4",
  "VDID": 5,
  "webUrl": "sample string 6"
}

application/xml, text/xml

Sample:
<DowloadFileAzuzeVD xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Appvity.eOffice.Backend.Services.TenderService">
  <VDID>5</VDID>
  <directory>sample string 2</directory>
  <formtype>sample string 4</formtype>
  <name>sample string 3</name>
  <share>sample string 1</share>
  <webUrl>sample string 6</webUrl>
</DowloadFileAzuzeVD>

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 'DowloadFileAzuzeVD'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.