POST api/Wizard/StoreFile
Store file temporary in blob storage
Request Information
URI Parameters
None.
Body Parameters
Collection of byteRequest Formats
application/json, text/json
Sample:
"QEA="
application/xml, text/xml
Sample:
<base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">QEA=</base64Binary>
Response Information
Resource Description
Returns a key for the stored file that must be passed to the wizard.
globally unique identifierResponse Formats
application/json, text/json
Sample:
"ebf2695b-a6a0-4a5f-a4b0-b750cc5a5a68"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">ebf2695b-a6a0-4a5f-a4b0-b750cc5a5a68</guid>