POST api/HCP/InsertHCPPharmacyDetails

Request Information

URI Parameters

None.

Body Parameters

HCPPharmacyDetailsDTO
NameDescriptionTypeAdditional information
chemistname

string

None.

address1

string

None.

hcpid

integer

None.

empid

integer

None.

createdby

integer

None.

TotalProteinPowder

integer

None.

ProtinexOverall

integer

None.

EnsureAll

integer

None.

ProPL

integer

None.

BProtin

integer

None.

GRD

integer

None.

Macprot

integer

None.

Prohance

integer

None.

BabyNMe

integer

None.

Horlicks

integer

None.

Domain

string

Required

Request Formats

application/json, text/json

Sample:
{
  "chemistname": "sample string 1",
  "address1": "sample string 2",
  "hcpid": 3,
  "empid": 4,
  "createdby": 5,
  "TotalProteinPowder": 6,
  "ProtinexOverall": 7,
  "EnsureAll": 8,
  "ProPL": 9,
  "BProtin": 10,
  "GRD": 11,
  "Macprot": 12,
  "Prohance": 13,
  "BabyNMe": 14,
  "Horlicks": 15,
  "Domain": "sample string 16"
}

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 'HCPPharmacyDetailsDTO'.

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