GET api/CustomerMangmnt/CustomerDropDown?UserType={UserType}&ContID={ContID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserType | string |
Required |
|
| ContID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Cls_PharmacyDropDown| Name | Description | Type | Additional 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"
}
]