POST api/LeadManagement/PostCustDetailsForOTP

Request Information

URI Parameters

None.

Body Parameters

VerifyLuckyDrawInfo
NameDescriptionTypeAdditional information
MobileNo

string

None.

Email

string

None.

CustomerName

string

None.

InvoiceNo

integer

None.

City

string

None.

IsFromQrCode

integer

None.

IsCompleted

integer

None.

ServeryID

string

None.

CustMobileNo

string

None.

OTPCode

string

None.

OTP

string

None.

IsSendOTP

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "MobileNo": "sample string 1",
  "Email": "sample string 2",
  "CustomerName": "sample string 3",
  "InvoiceNo": 4,
  "City": "sample string 5",
  "IsFromQrCode": 6,
  "IsCompleted": 7,
  "ServeryID": "sample string 8",
  "CustMobileNo": "sample string 9",
  "OTPCode": "sample string 10",
  "OTP": "sample string 11",
  "IsSendOTP": true
}

Response Information

Resource Description

ResponceObject
NameDescriptionTypeAdditional information
referenceNumber

string

None.

ResponseCode

ResponceCodes

None.

Message

string

None.

MessageAr

string

None.

IsSuccess

boolean

None.

Data

Object

None.

exception

Exception

None.

Response

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "referenceNumber": "sample string 1",
  "ResponseCode": 200,
  "Message": "sample string 2",
  "MessageAr": "sample string 3",
  "IsSuccess": true,
  "Data": {},
  "exception": {
    "ClassName": "System.Exception",
    "Message": null,
    "Data": null,
    "InnerException": null,
    "HelpURL": "sample string 1",
    "StackTraceString": null,
    "RemoteStackTraceString": null,
    "RemoteStackIndex": 0,
    "ExceptionMethod": null,
    "HResult": 3,
    "Source": "sample string 2",
    "WatsonBuckets": null
  },
  "Response": true
}