GET api/CustomerMangmnt/CustomerDropDown?UserType={UserType}&ContID={ContID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserType

string

Required

ContID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Cls_PharmacyDropDown
NameDescriptionTypeAdditional information
CustomerID

integer

None.

CustomerName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CustomerID": 1,
    "CustomerName": "sample string 2"
  },
  {
    "CustomerID": 1,
    "CustomerName": "sample string 2"
  }
]