POST userProfile/RequestVoucherOTP

Request Information

URI Parameters

None.

Body Parameters

iRequestVoucherOTP
NameDescriptionTypeAdditional information
voucherMasterId

globally unique identifier

None.

userId

globally unique identifier

None.

voucherRedemptionId

globally unique identifier

None.

requestorName

string

None.

requestorEmail

string

None.

requestorTel

string

None.

mode

string

None.

voucherOTP

string

None.

Request Formats

application/json, text/json

Sample:
{
  "voucherMasterId": "d246681a-703b-4125-9091-acd14dbc676f",
  "userId": "14910554-39b9-4321-8817-91486e06b764",
  "voucherRedemptionId": "fdc44256-2dff-4981-b00a-319f93de4d97",
  "requestorName": "sample string 4",
  "requestorEmail": "sample string 5",
  "requestorTel": "sample string 6",
  "mode": "sample string 7",
  "voucherOTP": "sample string 8"
}

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": [
    {},
    {}
  ]
}