GET api/Unsubscribe?PanelistId={PanelistId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PanelistId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PanelistName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
string |
None. |
||
FirstName | string |
None. |
|
LastName | string |
None. |
|
Gender | string |
None. |
|
DateOfBirth | date |
None. |
|
DateOfJoining | date |
None. |
|
Password | string |
None. |
|
Statusid | byte |
None. |
|
CreatedBy | integer |
None. |
|
CreatedDate | date |
None. |
|
ModifiedBy | integer |
None. |
|
ModifiedDate | date |
None. |
|
LanguagePreference | byte |
None. |
|
MarketId | integer |
None. |
|
IsScreened | boolean |
None. |
|
MobileNo | string |
None. |
|
PointBalance | string |
None. |
|
PointsEarned | string |
None. |
|
PointsSpent | string |
None. |
|
PanelistCity | string |
None. |
|
IsPanelistGraduate | boolean |
None. |
|
PanelistCountry | string |
None. |
|
LanguageCulture | string |
None. |
|
IsPasswordExpired | boolean |
None. |
|
IsStudentProfilerCompleted | boolean |
None. |
|
IsApprovedAsStudent | boolean |
None. |
|
GraduationDate | date |
None. |
|
IsProfilerCompleted | boolean |
None. |
|
SocialPlugInId | boolean |
None. |
|
PanelistProfilingData | Collection of PanelistProfilingData |
None. |
|
Otp | integer |
None. |
|
PointsExpiry | string |
None. |
|
StatusCode | integer |
None. |
|
MiddleName | string |
None. |
|
ErrorMessage | string |
None. |
|
UnsubscribeDate | date |
None. |
|
ReasonForUnsubscription | string |
None. |
|
News | string |
None. |
|
Stats | string |
None. |
|
DateOfLastParticipation | date |
None. |
|
PopcampaignID | integer |
None. |
|
ShowPopIsenable | boolean |
None. |
|
CampaignStatusId | integer |
None. |
|
PopUpSurveyStatusId | integer |
None. |
|
IsMobileNumberVerified | boolean |
None. |
|
IsPasswordUpdated | boolean |
None. |
|
BlogLink | string |
None. |
|
SpecialityAnsId | integer |
None. |
|
PhysicianspecialityAnsId | integer |
None. |
|
LinkedInProfile | string |
None. |
|
Refereename | string |
None. |
|
IsActive | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "otp": 18, "pointBalance": "sample string 9", "pointsEarned": "sample string 10", "pointsSpent": "sample string 11", "pointsExpiry": "sample string 19", "statusCode": 64, "email": "sample string 2", "firstName": "sample string 3", "middleName": "sample string 20", "lastName": "sample string 4", "gender": "sample string 5", "dateOfBirth": "2025-01-21T12:44:22.8203023-05:00", "dateOfJoining": "2025-01-21T12:44:22.8203023-05:00", "password": "sample string 6", "statusid": 64, "languagePreference": 64, "marketId": 1, "isScreened": true, "panelistCity": "sample string 12", "panelistCountry": "sample string 14", "mobileNo": "sample string 8", "panelistProfilingData": [ { "comments": "sample string 1", "panelistId": 1, "questionId": 1, "answer": "sample string 2", "id": 3, "createdDate": "2025-01-21T12:44:22.8213022-05:00", "modifiedDate": "2025-01-21T12:44:22.8213022-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-21T12:44:22.8213022-05:00", "modifiedDate": "2025-01-21T12:44:22.8213022-05:00", "createdBy": 1, "modifiedBy": 1, "isActive": true } ], "errorMessage": "sample string 21", "unsubscribeDate": "2025-01-21T12:44:22.8213022-05:00", "reasonForUnsubscription": "sample string 22", "languageCulture": "sample string 15", "news": "sample string 23", "stats": "sample string 24", "dateOfLastParticipation": "2025-01-21T12:44:22.8213022-05:00", "popcampaignID": 25, "showPopIsenable": true, "campaignStatusId": 27, "popUpSurveyStatusId": 28, "isMobileNumberVerified": true, "isPasswordUpdated": true, "isPasswordExpired": true, "isPanelistGraduate": true, "blogLink": "sample string 31", "specialityAnsId": 1, "isStudentProfilerCompleted": true, "isProfilerCompleted": true, "isApprovedAsStudent": true, "graduationDate": "2025-01-21T12:44:22.8213022-05:00", "physicianspecialityAnsId": 1, "linkedInProfile": "sample string 32", "socialPlugInId": true, "refereename": "sample string 33", "id": 1, "createdDate": "2025-01-21T12:44:22.8213022-05:00", "modifiedDate": "2025-01-21T12:44:22.8213022-05:00", "createdBy": 1, "modifiedBy": 1, "isActive": true }