GET api/userprofile/purchasehistory/eVoucherInBytes?eVoucherCodeId={eVoucherCodeId}
Get EVoucher PDF in Bytes
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
eVoucherCodeId | integer |
Required |
Body Parameters
None.
Response Information
Pdf File
Name | Description | Type | Additional information |
---|---|---|---|
FileName |
File Name |
string |
None. |
FileData |
File Data In Bytes |
Collection of byte |
None. |
ContentType |
Content Type Of File |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "fileName": "sample string 1", "fileData": "QEA=", "contentType": "sample string 2" }