PromotionalTiers

Promotional Tiers represent coverage terms in the promotional language selected by the brand in question. These values will only be available for brands licensed to use MMIT data for promotional purposes.


List of PromotionalTiers


List of PromotionalTiers


Request URL
GET Formulary/v1/Coverage/PromotionalTiers


URI Parameters

No parameters are required for this Resource URI.


Resource Description of Response Object

PromotionalTiersResponse
NameDescription Type Required / Optional
PromotionalTiers

Collection of PromotionalTier

Optional


Available Response Formats & Sample Data

{
  "PromotionalTiers": [
    {
      "PromotionalTierId": 1,
      "Name": "sample string 2",
      "Color": "sample string 3",
      "Sort": 4
    },
    {
      "PromotionalTierId": 1,
      "Name": "sample string 2",
      "Color": "sample string 3",
      "Sort": 4
    }
  ]
}
<PromotionalTiersResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.mmitnetwork.com/formulary/coverages">
  <PromotionalTiers>
    <PromotionalTier>
      <Color>sample string 3</Color>
      <Name>sample string 2</Name>
      <PromotionalTierId>1</PromotionalTierId>
      <Sort>4</Sort>
    </PromotionalTier>
    <PromotionalTier>
      <Color>sample string 3</Color>
      <Name>sample string 2</Name>
      <PromotionalTierId>1</PromotionalTierId>
      <Sort>4</Sort>
    </PromotionalTier>
  </PromotionalTiers>
</PromotionalTiersResponse>

Build Request


No parameters are required for this Resource URI.





Request URL

GET Formulary/v1/Coverage/PromotionalTiers

Status

Response Details