POST api/HCP/InsertHCPUserWiseDetails

Request Information

URI Parameters

None.

Body Parameters

HCPUserWiseDetailsDTO
NameDescriptionTypeAdditional 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:

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

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": {}
}