POST ExtractToDirectory
Request Information
URI Parameters
None.
Body Parameters
CompressionRequestName | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.