POST api/File/GetZipExtractUrl
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Path": "sample string 1", "Version": "sample string 2", "AppToken": "sample string 3", "Sign": "sample string 4", "RequestTime": "2021-01-21T13:20:08.6399398+08:00", "RequestId": "sample string 6" }
application/xml, text/xml
Sample:
<GetZipExtractUrlRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZT.IPO.FileService.Models"> <AppToken xmlns="http://schemas.datacontract.org/2004/07/ZT.FCL.Data">sample string 3</AppToken> <RequestId xmlns="http://schemas.datacontract.org/2004/07/ZT.FCL.Data">sample string 6</RequestId> <RequestTime xmlns="http://schemas.datacontract.org/2004/07/ZT.FCL.Data">2021-01-21T13:20:08.6399398+08:00</RequestTime> <Sign xmlns="http://schemas.datacontract.org/2004/07/ZT.FCL.Data">sample string 4</Sign> <Version xmlns="http://schemas.datacontract.org/2004/07/ZT.FCL.Data">sample string 2</Version> <Path>sample string 1</Path> </GetZipExtractUrlRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.