POST api/Wizard/StoreFile

Store file temporary in blob storage

Request Information

URI Parameters

None.

Body Parameters

Collection of byte

Request 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 identifier

Response Formats

application/json, text/json

Sample:
"a189342e-01cf-44c8-92eb-1809fad085d5"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">a189342e-01cf-44c8-92eb-1809fad085d5</guid>