POST api/HCP/UpdateHCPUserwiseDetails

Request Information

URI Parameters

None.

Body Parameters

UpdateHCPUserWiseDetailsDTO
NameDescriptionTypeAdditional information
hcpid

integer

None.

empid

integer

None.

classification

integer

None.

P1

integer

None.

P2

integer

None.

P3

integer

None.

CLLP1

integer

None.

CLLP2

integer

None.

CLLP3

integer

None.

CMESpeaker

integer

None.

Donation

integer

None.

DonationRemark

string

None.

CSR

integer

None.

CommunityOfPractice

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,
  "classification": 3,
  "P1": 4,
  "P2": 5,
  "P3": 6,
  "CLLP1": 7,
  "CLLP2": 8,
  "CLLP3": 9,
  "CMESpeaker": 10,
  "Donation": 11,
  "DonationRemark": "sample string 12",
  "CSR": 13,
  "CommunityOfPractice": 14,
  "P4": 15,
  "CLLP4": 16,
  "CMESpeakerType": "sample string 17",
  "Domain": "sample string 18"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateHCPUserWiseDetailsDTO'.

Response Information

Resource Description

Message
NameDescriptionTypeAdditional information
ResponseFlag

integer

None.

ResponseMessage

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseFlag": 1,
  "ResponseMessage": "sample string 2",
  "Data": {}
}