POST api/v1/registration/WebRegistration

Request Information

URI Parameters

None.

Body Parameters

RegistrationRequest
NameDescriptionTypeAdditional information
PanelistProfilingData

Collection of PanelistProfilingData

None.

StartTime

date

None.

EndTime

date

None.

PanelistStatus

string

None.

CampaignId

string

None.

IPAddress

string

None.

DeviceId

string

None.

IsMobileVerified

boolean

None.

SocialplugInId

integer

None.

SocialPlugInUserId

string

None.

DeviceTypeID

string

None.

NotificationID

string

None.

isCredentialEmailTrigger

boolean

None.

IsFileUpload

boolean

None.

ImageFile

string

None.

FileExtensionType

string

None.

PanelistSVId

integer

None.

PanelistSVStatus

string

None.

PanelistSessionID

string

None.

ReferrerCode

string

None.

isCommunicationConsent

string

None.

FilePath0

string

None.

FilePath1

string

None.

FilePath2

string

None.

FilePath3

string

None.

PanelistGCLID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "panelistProfilingData": [
    {
      "comments": "sample string 1",
      "panelistId": 1,
      "questionId": 1,
      "answer": "sample string 2",
      "id": 3,
      "createdDate": "2025-01-21T23:40:30.1884156-05:00",
      "modifiedDate": "2025-01-21T23:40:30.1884156-05:00",
      "createdBy": 1,
      "modifiedBy": 1,
      "isActive": true
    },
    {
      "comments": "sample string 1",
      "panelistId": 1,
      "questionId": 1,
      "answer": "sample string 2",
      "id": 3,
      "createdDate": "2025-01-21T23:40:30.1884156-05:00",
      "modifiedDate": "2025-01-21T23:40:30.1884156-05:00",
      "createdBy": 1,
      "modifiedBy": 1,
      "isActive": true
    }
  ],
  "startTime": "2025-01-21T23:40:30.1884156-05:00",
  "endTime": "2025-01-21T23:40:30.1884156-05:00",
  "panelistStatus": "sample string 3",
  "campaignId": "sample string 4",
  "ipAddress": "sample string 5",
  "deviceId": "sample string 6",
  "isMobileVerified": true,
  "socialplugInId": 8,
  "socialPlugInUserId": "sample string 9",
  "deviceTypeID": "sample string 10",
  "notificationID": "sample string 11",
  "isCredentialEmailTrigger": true,
  "isFileUpload": true,
  "imageFile": "sample string 14",
  "fileExtensionType": "sample string 15",
  "panelistSVId": 16,
  "panelistSVStatus": "sample string 17",
  "panelistSessionID": "sample string 18",
  "referrerCode": "sample string 19",
  "isCommunicationConsent": "sample string 20",
  "filePath0": "sample string 21",
  "filePath1": "sample string 22",
  "filePath2": "sample string 23",
  "filePath3": "sample string 24",
  "panelistGCLID": "sample string 25"
}

text/xml

Sample:
<RegistrationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity">
  <CampaignId>sample string 4</CampaignId>
  <DeviceId>sample string 6</DeviceId>
  <DeviceTypeID>sample string 10</DeviceTypeID>
  <EndTime>2025-01-21T23:40:30.1884156-05:00</EndTime>
  <FileExtensionType>sample string 15</FileExtensionType>
  <FilePath0>sample string 21</FilePath0>
  <FilePath1>sample string 22</FilePath1>
  <FilePath2>sample string 23</FilePath2>
  <FilePath3>sample string 24</FilePath3>
  <IPAddress>sample string 5</IPAddress>
  <ImageFile>sample string 14</ImageFile>
  <IsFileUpload>true</IsFileUpload>
  <IsMobileVerified>true</IsMobileVerified>
  <NotificationID>sample string 11</NotificationID>
  <PanelistGCLID>sample string 25</PanelistGCLID>
  <PanelistProfilingData>
    <PanelistProfilingData>
      <CreatedBy>1</CreatedBy>
      <CreatedDate>2025-01-21T23:40:30.1884156-05:00</CreatedDate>
      <ID>3</ID>
      <IsActive>true</IsActive>
      <ModifiedBy>1</ModifiedBy>
      <ModifiedDate>2025-01-21T23:40:30.1884156-05:00</ModifiedDate>
      <Answer>sample string 2</Answer>
      <Comments>sample string 1</Comments>
      <PanelistId>1</PanelistId>
      <QuestionId>1</QuestionId>
    </PanelistProfilingData>
    <PanelistProfilingData>
      <CreatedBy>1</CreatedBy>
      <CreatedDate>2025-01-21T23:40:30.1884156-05:00</CreatedDate>
      <ID>3</ID>
      <IsActive>true</IsActive>
      <ModifiedBy>1</ModifiedBy>
      <ModifiedDate>2025-01-21T23:40:30.1884156-05:00</ModifiedDate>
      <Answer>sample string 2</Answer>
      <Comments>sample string 1</Comments>
      <PanelistId>1</PanelistId>
      <QuestionId>1</QuestionId>
    </PanelistProfilingData>
  </PanelistProfilingData>
  <PanelistSVId>16</PanelistSVId>
  <PanelistSVStatus>sample string 17</PanelistSVStatus>
  <PanelistSessionID>sample string 18</PanelistSessionID>
  <PanelistStatus>sample string 3</PanelistStatus>
  <ReferrerCode>sample string 19</ReferrerCode>
  <SocialPlugInUserId>sample string 9</SocialPlugInUserId>
  <SocialplugInId>8</SocialplugInId>
  <StartTime>2025-01-21T23:40:30.1884156-05:00</StartTime>
  <isCommunicationConsent>sample string 20</isCommunicationConsent>
  <isCredentialEmailTrigger>true</isCredentialEmailTrigger>
</RegistrationRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

LoginResponse
NameDescriptionTypeAdditional information
ID

integer

None.

FirstName

string

None.

MiddleName

string

None.

LastName

string

None.

Email

string

None.

MobileNo

string

None.

IsMobileNumberVerified

boolean

None.

PanelistSessionID

string

None.

ISDCode

string

None.

CountryCode

string

None.

MarketId

integer

None.

Currency

string

None.

TandCLink

string

None.

PPLink

string

None.

FBLink

string

None.

MobileNumberMaxLength

integer

None.

MobileNumberMinLength

integer

None.

LastLoginDate

date

None.

Speciality

string

None.

SubSpeciality

string

None.

ProfileImage

string

None.

DateOfBirth

date

None.

Password

string

None.

IsPasswordExpired

boolean

None.

LanguagePreference

byte

None.

IsGDPRConsentGiven

boolean

None.

LanguageCulture

string

None.

PanelistCity

string

None.

PanelistCountry

string

None.

BlogLink

string

None.

StatusId

byte

None.

IsGraduated

boolean

None.

IsPatient

boolean

None.

IsStudentProfilerCompleted

boolean

None.

IsApprovedAsStudent

boolean

None.

GraduationDate

date

None.

Status

boolean

None.

IsSocialLogin

boolean

None.

IsProfilerCompleted

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "firstName": "sample string 2",
  "middleName": "sample string 3",
  "lastName": "sample string 4",
  "email": "sample string 5",
  "mobileNo": "sample string 6",
  "isMobileNumberVerified": true,
  "panelistSessionID": "sample string 8",
  "isdCode": "sample string 9",
  "countryCode": "sample string 10",
  "marketId": 1,
  "currency": "sample string 11",
  "tandCLink": "sample string 12",
  "ppLink": "sample string 13",
  "fbLink": "sample string 14",
  "mobileNumberMaxLength": 15,
  "mobileNumberMinLength": 16,
  "lastLoginDate": "2025-01-21T23:40:30.1884156-05:00",
  "speciality": "sample string 17",
  "subSpeciality": "sample string 18",
  "profileImage": "sample string 19",
  "dateOfBirth": "2025-01-21T23:40:30.1884156-05:00",
  "password": "sample string 20",
  "isPasswordExpired": true,
  "languagePreference": 64,
  "isGDPRConsentGiven": true,
  "languageCulture": "sample string 21",
  "panelistCity": "sample string 22",
  "panelistCountry": "sample string 23",
  "blogLink": "sample string 24",
  "statusId": 64,
  "isGraduated": true,
  "isPatient": true,
  "isStudentProfilerCompleted": true,
  "isApprovedAsStudent": true,
  "graduationDate": "2025-01-21T23:40:30.1884156-05:00",
  "status": true,
  "isSocialLogin": true,
  "isProfilerCompleted": true
}

text/xml

Sample:
<LoginResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity">
  <_x003C_BlogLink_x003E_k__BackingField>sample string 24</_x003C_BlogLink_x003E_k__BackingField>
  <_x003C_CountryCode_x003E_k__BackingField>sample string 10</_x003C_CountryCode_x003E_k__BackingField>
  <_x003C_Currency_x003E_k__BackingField>sample string 11</_x003C_Currency_x003E_k__BackingField>
  <_x003C_DateOfBirth_x003E_k__BackingField>2025-01-21T23:40:30.1884156-05:00</_x003C_DateOfBirth_x003E_k__BackingField>
  <_x003C_Email_x003E_k__BackingField>sample string 5</_x003C_Email_x003E_k__BackingField>
  <_x003C_FBLink_x003E_k__BackingField>sample string 14</_x003C_FBLink_x003E_k__BackingField>
  <_x003C_FirstName_x003E_k__BackingField>sample string 2</_x003C_FirstName_x003E_k__BackingField>
  <_x003C_GraduationDate_x003E_k__BackingField>2025-01-21T23:40:30.1884156-05:00</_x003C_GraduationDate_x003E_k__BackingField>
  <_x003C_ID_x003E_k__BackingField>1</_x003C_ID_x003E_k__BackingField>
  <_x003C_ISDCode_x003E_k__BackingField>sample string 9</_x003C_ISDCode_x003E_k__BackingField>
  <_x003C_IsApprovedAsStudent_x003E_k__BackingField>true</_x003C_IsApprovedAsStudent_x003E_k__BackingField>
  <_x003C_IsGDPRConsentGiven_x003E_k__BackingField>true</_x003C_IsGDPRConsentGiven_x003E_k__BackingField>
  <_x003C_IsGraduated_x003E_k__BackingField>true</_x003C_IsGraduated_x003E_k__BackingField>
  <_x003C_IsMobileNumberVerified_x003E_k__BackingField>true</_x003C_IsMobileNumberVerified_x003E_k__BackingField>
  <_x003C_IsPasswordExpired_x003E_k__BackingField>true</_x003C_IsPasswordExpired_x003E_k__BackingField>
  <_x003C_IsPatient_x003E_k__BackingField>true</_x003C_IsPatient_x003E_k__BackingField>
  <_x003C_IsProfilerCompleted_x003E_k__BackingField>true</_x003C_IsProfilerCompleted_x003E_k__BackingField>
  <_x003C_IsSocialLogin_x003E_k__BackingField>true</_x003C_IsSocialLogin_x003E_k__BackingField>
  <_x003C_IsStudentProfilerCompleted_x003E_k__BackingField>true</_x003C_IsStudentProfilerCompleted_x003E_k__BackingField>
  <_x003C_LanguageCulture_x003E_k__BackingField>sample string 21</_x003C_LanguageCulture_x003E_k__BackingField>
  <_x003C_LanguagePreference_x003E_k__BackingField>64</_x003C_LanguagePreference_x003E_k__BackingField>
  <_x003C_LastLoginDate_x003E_k__BackingField>2025-01-21T23:40:30.1884156-05:00</_x003C_LastLoginDate_x003E_k__BackingField>
  <_x003C_LastName_x003E_k__BackingField>sample string 4</_x003C_LastName_x003E_k__BackingField>
  <_x003C_MarketId_x003E_k__BackingField>1</_x003C_MarketId_x003E_k__BackingField>
  <_x003C_MiddleName_x003E_k__BackingField>sample string 3</_x003C_MiddleName_x003E_k__BackingField>
  <_x003C_MobileNo_x003E_k__BackingField>sample string 6</_x003C_MobileNo_x003E_k__BackingField>
  <_x003C_MobileNumberMaxLength_x003E_k__BackingField>15</_x003C_MobileNumberMaxLength_x003E_k__BackingField>
  <_x003C_MobileNumberMinLength_x003E_k__BackingField>16</_x003C_MobileNumberMinLength_x003E_k__BackingField>
  <_x003C_PPLink_x003E_k__BackingField>sample string 13</_x003C_PPLink_x003E_k__BackingField>
  <_x003C_PanelistCity_x003E_k__BackingField>sample string 22</_x003C_PanelistCity_x003E_k__BackingField>
  <_x003C_PanelistCountry_x003E_k__BackingField>sample string 23</_x003C_PanelistCountry_x003E_k__BackingField>
  <_x003C_PanelistSessionID_x003E_k__BackingField>sample string 8</_x003C_PanelistSessionID_x003E_k__BackingField>
  <_x003C_Password_x003E_k__BackingField>sample string 20</_x003C_Password_x003E_k__BackingField>
  <_x003C_ProfileImage_x003E_k__BackingField>sample string 19</_x003C_ProfileImage_x003E_k__BackingField>
  <_x003C_Speciality_x003E_k__BackingField>sample string 17</_x003C_Speciality_x003E_k__BackingField>
  <_x003C_StatusId_x003E_k__BackingField>64</_x003C_StatusId_x003E_k__BackingField>
  <_x003C_Status_x003E_k__BackingField>true</_x003C_Status_x003E_k__BackingField>
  <_x003C_SubSpeciality_x003E_k__BackingField>sample string 18</_x003C_SubSpeciality_x003E_k__BackingField>
  <_x003C_TandCLink_x003E_k__BackingField>sample string 12</_x003C_TandCLink_x003E_k__BackingField>
</LoginResponse>