DrugTypes

A listing of the drug levels supported by the api


List of FirstDataBank ETC Therapeutic Classes


List of FirstDataBank ETC Therapeutic Classes


Request URL
GET Formulary/v1/Products/DrugTypes


URI Parameters

No parameters are required for this Resource URI.


Resource Description of Response Object

DrugTypesResponse
NameDescription Type Required / Optional
DrugTypes

Collection of DrugType

Optional


Available Response Formats & Sample Data

{
  "DrugTypes": [
    {
      "DrugTypeId": 1,
      "Name": "sample string 2"
    },
    {
      "DrugTypeId": 1,
      "Name": "sample string 2"
    }
  ]
}
<DrugTypesResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.mmitnetwork.com/formulary/products">
  <DrugTypes>
    <DrugType>
      <DrugTypeId>1</DrugTypeId>
      <Name>sample string 2</Name>
    </DrugType>
    <DrugType>
      <DrugTypeId>1</DrugTypeId>
      <Name>sample string 2</Name>
    </DrugType>
  </DrugTypes>
</DrugTypesResponse>

Build Request


No parameters are required for this Resource URI.





Request URL

GET Formulary/v1/Products/DrugTypes

Status

Response Details