POST userprofile/GetUserVoucherData
Request Information
URI Parameters
None.
Body Parameters
iGetVoucherDataName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "sample string 1" }
Response Information
Resource Description
oGetVoucherDataResponseName | Description | Type | Additional information |
---|---|---|---|
Records | Collection of oGetVoucherData |
None. |
|
StatusCode | boolean |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Records": [ { "voucherId": "27ef2c1f-0d33-487e-934d-f7f59cfd2a06", "voucherCode": "sample string 2", "brandName": "sample string 3", "consumerPriceCurrency": "sample string 4", "consumerPrice": 5.1, "voucherType": "sample string 6", "voucherName": "sample string 7", "category": "sample string 8", "productImage": "sample string 9", "productDesc": "sample string 10" }, { "voucherId": "27ef2c1f-0d33-487e-934d-f7f59cfd2a06", "voucherCode": "sample string 2", "brandName": "sample string 3", "consumerPriceCurrency": "sample string 4", "consumerPrice": 5.1, "voucherType": "sample string 6", "voucherName": "sample string 7", "category": "sample string 8", "productImage": "sample string 9", "productDesc": "sample string 10" } ], "StatusCode": true, "Message": "sample string 2" }