POST userProfile/GetUserVoucherList
Request Information
URI Parameters
None.
Body Parameters
iGetUserVoucherListName | Description | Type | Additional information |
---|---|---|---|
userId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "userId": "sample string 1" }
Response Information
Resource Description
oGetUserVoucherListResponseName | Description | Type | Additional information |
---|---|---|---|
Records | Collection of oGetUserVoucherList |
None. |
|
StatusCode | boolean |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Records": [ { "voucherId": "72e6e9bc-a2ac-4258-bef4-0d9eacdd708f", "voucherCode": "sample string 2", "brandName": "sample string 3", "consumerPriceCurrency": "sample string 4", "consumerPrice": 5.1, "voucherType": "sample string 6", "voucherName": "sample string 7", "voucherDesc": "sample string 8", "category": "sample string 9", "productImage": "sample string 10", "profileName": "sample string 11", "quantity": "sample string 12", "balance": "sample string 13", "purchaseDate": "sample string 14" }, { "voucherId": "72e6e9bc-a2ac-4258-bef4-0d9eacdd708f", "voucherCode": "sample string 2", "brandName": "sample string 3", "consumerPriceCurrency": "sample string 4", "consumerPrice": 5.1, "voucherType": "sample string 6", "voucherName": "sample string 7", "voucherDesc": "sample string 8", "category": "sample string 9", "productImage": "sample string 10", "profileName": "sample string 11", "quantity": "sample string 12", "balance": "sample string 13", "purchaseDate": "sample string 14" } ], "StatusCode": true, "Message": "sample string 2" }