POST api/File/GetUrl
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:
{ "UrlType": "sample string 1", "Version": "sample string 2", "AppToken": "sample string 3", "Sign": "sample string 4", "RequestTime": "2021-01-20T13:16:08.5587852+08:00", "RequestId": "sample string 6" }
application/xml, text/xml
Sample:
<GetUrlRequest 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-20T13:16:08.5587852+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> <UrlType>sample string 1</UrlType> </GetUrlRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Url": "sample string 1", "Version": "sample string 2", "RequestId": "sample string 3", "RequestTime": "2021-01-20T13:16:08.5587852+08:00", "ResponseTime": "2021-01-20T13:16:08.5587852+08:00", "ResponseId": "sample string 6", "Result": 0, "Error": { "Code": "sample string 1", "ShortMessage": "sample string 2", "LongMessage": "sample string 3" }, "RequestMessage": "sample string 7" }
application/xml, text/xml
Sample:
<UrlResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZT.IPO.FileService.Models"> <Error xmlns="http://schemas.datacontract.org/2004/07/ZT.FCL.Data"> <Code>sample string 1</Code> <LongMessage>sample string 3</LongMessage> <ShortMessage>sample string 2</ShortMessage> </Error> <RequestId xmlns="http://schemas.datacontract.org/2004/07/ZT.FCL.Data">sample string 3</RequestId> <RequestMessage xmlns="http://schemas.datacontract.org/2004/07/ZT.FCL.Data">sample string 7</RequestMessage> <RequestTime xmlns="http://schemas.datacontract.org/2004/07/ZT.FCL.Data">2021-01-20T13:16:08.5587852+08:00</RequestTime> <ResponseId xmlns="http://schemas.datacontract.org/2004/07/ZT.FCL.Data">sample string 6</ResponseId> <ResponseTime xmlns="http://schemas.datacontract.org/2004/07/ZT.FCL.Data">2021-01-20T13:16:08.5587852+08:00</ResponseTime> <Result xmlns="http://schemas.datacontract.org/2004/07/ZT.FCL.Data">Failure</Result> <Version xmlns="http://schemas.datacontract.org/2004/07/ZT.FCL.Data">sample string 2</Version> <Url>sample string 1</Url> </UrlResponse>