POST api/LeadManagement/PostCustDetails

Request Information

URI Parameters

None.

Body Parameters

LuckyDrawInfo
NameDescriptionTypeAdditional information
MobileNo

string

None.

Email

string

None.

CustomerName

string

None.

InvoiceNo

integer

None.

City

string

None.

IsFromQrCode

boolean

None.

ServeryID

string

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": true,
  "ServeryID": "sample string 7"
}

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
}