POST api/PostSaveByteTOFile_KMT
Request Information
URI Parameters
None.
Body Parameters
DecryptParamDataName | Description | Type | Additional information |
---|---|---|---|
TransationID | string |
None. |
|
FileName | string |
None. |
|
MD5 | string |
None. |
|
DataByte | Collection of byte |
None. |
|
IsLastData | boolean |
None. |
|
ProcessDataURL | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TransationID": "sample string 1", "FileName": "sample string 2", "MD5": "sample string 3", "DataByte": "QEA=", "IsLastData": true, "ProcessDataURL": "sample string 5" }
application/xml, text/xml
Sample:
<DecryptParamData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EOMModel"> <DataByte>QEA=</DataByte> <FileName>sample string 2</FileName> <IsLastData>true</IsLastData> <MD5>sample string 3</MD5> <ProcessDataURL>sample string 5</ProcessDataURL> <TransationID>sample string 1</TransationID> </DecryptParamData>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>