GET api/Product/GetFileBytes?filePath={filePath}

Get the stream of file from file path

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filePath

Full path of file

string

Required

Body Parameters

None.

Response Information

Resource Description

Byte array of file

Collection of byte

Response Formats

application/json, text/json

Sample:
"QEA="

application/xml, text/xml

Sample:
<base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">QEA=</base64Binary>