POST api/HCP/InsertHCPUserWiseDetails
Request Information
URI Parameters
None.
Body Parameters
HCPUserWiseDetailsDTOName | Description | Type | Additional information |
---|---|---|---|
HCPId | integer |
Required |
|
EmpId | integer |
None. |
|
ClassificationId | integer |
None. |
|
P1 | integer |
None. |
|
P2 | integer |
None. |
|
P3 | integer |
None. |
|
CLLP1 | integer |
None. |
|
CLLP2 | integer |
None. |
|
CLLP3 | integer |
None. |
|
CMESpeaker | boolean |
None. |
|
Donation | boolean |
None. |
|
DonationRemark | string |
None. |
|
CSR | boolean |
None. |
|
CommunityofPractice | boolean |
None. |
|
CreatedById | integer |
None. |
|
P4 | integer |
None. |
|
CLLP4 | integer |
None. |
|
CMESpeakerType | string |
None. |
|
Domain | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "HCPId": 1, "EmpId": 2, "ClassificationId": 3, "P1": 4, "P2": 5, "P3": 6, "CLLP1": 7, "CLLP2": 8, "CLLP3": 9, "CMESpeaker": true, "Donation": true, "DonationRemark": "sample string 12", "CSR": true, "CommunityofPractice": true, "CreatedById": 15, "P4": 16, "CLLP4": 17, "CMESpeakerType": "sample string 18", "Domain": "sample string 19" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
MessageName | Description | Type | Additional information |
---|---|---|---|
ResponseFlag | integer |
None. |
|
ResponseMessage | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "ResponseFlag": 1, "ResponseMessage": "sample string 2", "Data": {} }