GET api/v1/monographs/howsupplied/{productId}
Retrieves details on how the drug is supplied
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
productId |
The product id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
How supplied details
HowSuppliedDetailName | Description | Type | Additional information |
---|---|---|---|
productId | integer |
None. |
|
productName | string |
None. |
|
genericProductName | string |
None. |
|
companyId | integer |
None. |
|
manufacturer | string |
None. |
|
offMarketDate | date |
None. |
|
NDC9 | string |
None. |
|
legendStatus | string |
None. |
|
equivalenceCode | string |
None. |
|
equivalenceCodes | Collection of TherapeuticEquivalence |
None. |
|
isNTI | boolean |
None. |
|
deaClassification | string |
None. |
|
notSplittable | boolean |
None. |
|
hasREMS | boolean |
None. |
|
hasMedGuides | boolean |
None. |
|
trimester1 | string |
None. |
|
trimester2 | string |
None. |
|
trimester3 | string |
None. |
|
classifications | Collection of ClassificationModel |
None. |
|
storage | Collection of Object |
None. |
|
other | Collection of Object |
None. |
|
packages | Collection of ProductPackage |
None. |
|
definitions | Collection of MonographDefinition |
None. |
|
_links | Collection of Link |
None. |
|
_languages | Collection of LanguagesLink |
None. |
Response Codes
Code | Description | Additional information |
---|---|---|
200 | OK | The request returned without error |
204 | No Content | The request was successful but no results were returned |
400 | Bad Request | A parameter was missing or invalid |
404 | Not Found | The requested resource was not found |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.