POST ExtractToDirectory

Request Information

URI Parameters

None.

Body Parameters

CompressionRequest
NameDescriptionTypeAdditional information
Secret

string

None.

Key

string

None.

Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Secret": "sample string 1",
  "Key": "sample string 2",
  "Id": 3
}

application/xml, text/xml

Sample:
<CompressionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GenericApi.Models">
  <Id>3</Id>
  <Key>sample string 2</Key>
  <Secret>sample string 1</Secret>
</CompressionRequest>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.