Alternatives

This endpoint returns products/brands that may have alternatives that are on the market for a shared/same disease.


Alternatives (for a ProductId)


Alternatives (for a ProductId)


Request URL
GET Formulary/v1/Products/Alternatives


URI Parameters

NameDescription Type Required / Optional
ProductId

Id of the Product

integer

Required

DrugTypeId

DrugTypeId of the returned Products

byte

Optional

ExcludeObsolete

Exclude obsolete Products

boolean

Optional


Resource Description of Response Object

Collection of Product
NameDescription Type Required / Optional
ProductId

integer

Optional

TherapeuticClassId

integer

Optional

TherapeuticClass

string

Optional

Drug

Drug

Optional

DisplayName

string

Optional


Available Response Formats & Sample Data

[]
<ArrayOfProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.mmitnetwork.com/formulary/products" />

Build Request


NameDescription Input Value Type Required / Optional
ProductId

Id of the Product

integer

Required

DrugTypeId

DrugTypeId of the returned Products

byte

Optional

ExcludeObsolete

Exclude obsolete Products

boolean

Optional





Request URL

GET Formulary/v1/Products/Alternatives?ProductId=ProductId&DrugTypeId=DrugTypeId&ExcludeObsolete=ExcludeObsolete

Status

Response Details