GET api/cmpphomepageitem
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of HomePageItemModelName | Description | Type | Additional information |
---|---|---|---|
DrugName | string |
None. |
|
GenericName | string |
None. |
|
DosageForm | string |
None. |
|
DosageFormDescription | string |
None. |
|
Strength | string |
None. |
|
StrengthUnitOfMeasure | string |
None. |
|
StrengthDescription | string |
None. |
|
DrugAndStrength | string |
None. |
|
RouteOfAdministration | string |
None. |
|
IsBrand | boolean |
None. |
|
Quantity | decimal number |
None. |
|
CMPPPrice | decimal number |
None. |
|
Tags | Collection of string |
None. |
|
DrugIdentifier | string |
None. |
|
PackageDescription | string |
None. |
|
ShowPackageIndicator | boolean |
None. |
|
SubstitutionBrandDrugs | Collection of string |
None. |
|
IsPetMed | boolean |
None. |
Response Formats
application/json, text/json, application/json-patch+json
Sample:
[ { "drugName": "sample string 1", "genericName": "sample string 2", "dosageForm": "sample string 3", "dosageFormDescription": "sample string 4", "strength": "sample string 5", "strengthUnitOfMeasure": "sample string 6", "strengthDescription": "sample string 7", "drugAndStrength": "sample string 8", "routeOfAdministration": "sample string 9", "isBrand": true, "quantity": 10.0, "cmppPrice": 1.0, "tags": [ "sample string 1", "sample string 2" ], "drugIdentifier": "sample string 11", "packageDescription": "sample string 12", "showPackageIndicator": true, "substitutionBrandDrugs": [ "sample string 1", "sample string 2" ], "isPetMed": true }, { "drugName": "sample string 1", "genericName": "sample string 2", "dosageForm": "sample string 3", "dosageFormDescription": "sample string 4", "strength": "sample string 5", "strengthUnitOfMeasure": "sample string 6", "strengthDescription": "sample string 7", "drugAndStrength": "sample string 8", "routeOfAdministration": "sample string 9", "isBrand": true, "quantity": 10.0, "cmppPrice": 1.0, "tags": [ "sample string 1", "sample string 2" ], "drugIdentifier": "sample string 11", "packageDescription": "sample string 12", "showPackageIndicator": true, "substitutionBrandDrugs": [ "sample string 1", "sample string 2" ], "isPetMed": true } ]