POST userProfile/RedeemVoucher

Request Information

URI Parameters

None.

Body Parameters

iGetRedeemVoucherData
NameDescriptionTypeAdditional information
RedeemVoucherId

globally unique identifier

None.

VoucherOTP

string

None.

CpnNo

string

None.

CpnType

string

None.

ApplicationSeq

string

None.

TotalConsumerPrice

decimal number

None.

Url

string

None.

TotalSalePrice

decimal number

None.

CpnName

string

None.

SpcLinkCode

string

None.

CpnIssueDate

string

None.

BrandName

string

None.

ConsumerPrice

decimal number

None.

SalePrice

decimal number

None.

DivideAmtBrand

decimal number

None.

VirtualCpnName

string

None.

VirtualCpnNo

string

None.

DivideAmtSaleChannel

decimal number

None.

ValidTermEndDate

string

None.

VirtualCpnType

string

None.

IssueDate

string

None.

DivideAmtSpc

string

None.

BrandCode

string

None.

DivideAmtSaleCorp

decimal number

None.

ValidTermStartDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RedeemVoucherId": "5e5285a5-feb1-42c2-967d-5cbe6477bc4e",
  "VoucherOTP": "sample string 2",
  "CpnNo": "sample string 3",
  "CpnType": "sample string 4",
  "ApplicationSeq": "sample string 5",
  "TotalConsumerPrice": 6.0,
  "Url": "sample string 7",
  "TotalSalePrice": 8.0,
  "CpnName": "sample string 9",
  "SpcLinkCode": "sample string 10",
  "CpnIssueDate": "sample string 11",
  "BrandName": "sample string 12",
  "ConsumerPrice": 13.0,
  "SalePrice": 14.0,
  "DivideAmtBrand": 15.0,
  "VirtualCpnName": "sample string 16",
  "VirtualCpnNo": "sample string 17",
  "DivideAmtSaleChannel": 18.0,
  "ValidTermEndDate": "sample string 19",
  "VirtualCpnType": "sample string 20",
  "IssueDate": "sample string 21",
  "DivideAmtSpc": "sample string 22",
  "BrandCode": "sample string 23",
  "DivideAmtSaleCorp": 24.0,
  "ValidTermStartDate": "sample string 25"
}

Response Information

Resource Description

oResult
NameDescriptionTypeAdditional information
StatusCode

boolean

None.

Message

string

None.

lang

string

None.

RefNo

string

None.

Records

Collection of Object

None.

userMenu

Collection of Object

None.

MasterData

Collection of Object

None.

DetailData

Collection of Object

None.

InfoData

Collection of Object

None.

DownloadDashboard

Collection of Object

None.

ScanDashboard

Collection of Object

None.

SocialLinkDashboard

Collection of Object

None.

DownloadGraph

Collection of Object

None.

ScanGraph

Collection of Object

None.

SocialLinkGraph

Collection of Object

None.

SumDetailDashboard

Collection of Object

None.

Title

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "StatusCode": true,
  "Message": "sample string 2",
  "lang": "sample string 3",
  "RefNo": "sample string 4",
  "Records": [
    {},
    {}
  ],
  "userMenu": [
    {},
    {}
  ],
  "MasterData": [
    {},
    {}
  ],
  "DetailData": [
    {},
    {}
  ],
  "InfoData": [
    {},
    {}
  ],
  "DownloadDashboard": [
    {},
    {}
  ],
  "ScanDashboard": [
    {},
    {}
  ],
  "SocialLinkDashboard": [
    {},
    {}
  ],
  "DownloadGraph": [
    {},
    {}
  ],
  "ScanGraph": [
    {},
    {}
  ],
  "SocialLinkGraph": [
    {},
    {}
  ],
  "SumDetailDashboard": [
    {},
    {}
  ],
  "Title": [
    {},
    {}
  ]
}