FormularyTiers
Formulary Tiers represent the definitions of each tier, for a given plan or formulary, in the given Payer/PBM's own terms.
List of FormularyTiers
Request URL
GET Formulary/v1/Coverage/FormularyTiers
URI Parameters
No parameters are required for this Resource URI.
Resource Description of Response Object
FormularyTiersResponseName | Description | Type | Required / Optional |
---|---|---|---|
FormularyTiers | Collection of FormularyTier |
Optional |
Available Response Formats & Sample Data
{ "FormularyTiers": [ { "FormularyTierId": 64, "Name": "sample string 2" }, { "FormularyTierId": 64, "Name": "sample string 2" } ] }
<FormularyTiersResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.mmitnetwork.com/formulary/coverages"> <FormularyTiers> <FormularyTier> <FormularyTierId>64</FormularyTierId> <Name>sample string 2</Name> </FormularyTier> <FormularyTier> <FormularyTierId>64</FormularyTierId> <Name>sample string 2</Name> </FormularyTier> </FormularyTiers> </FormularyTiersResponse>
Build Request
No parameters are required for this Resource URI.