PlanTypes
Each Plan is assigned a Plan Type. A Plan Type can be mapped to a Channel.
List of PlanTypes
Request URL
GET Formulary/v1/Plans/PlanTypes
URI Parameters
No parameters are required for this Resource URI.
Resource Description of Response Object
PlanTypesResponse| Name | Description | Type | Required / Optional |
|---|---|---|---|
| PlanTypes | Collection of PlanType |
Optional |
Available Response Formats & Sample Data
{
"PlanTypes": [
{
"PlanTypeId": 64,
"ChannelId": 2,
"Name": "sample string 3"
},
{
"PlanTypeId": 64,
"ChannelId": 2,
"Name": "sample string 3"
}
]
}
<PlanTypesResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.mmitnetwork.com/formulary/plans">
<PlanTypes>
<PlanType>
<ChannelId>2</ChannelId>
<Name>sample string 3</Name>
<PlanTypeId>64</PlanTypeId>
</PlanType>
<PlanType>
<ChannelId>2</ChannelId>
<Name>sample string 3</Name>
<PlanTypeId>64</PlanTypeId>
</PlanType>
</PlanTypes>
</PlanTypesResponse>
Build Request
No parameters are required for this Resource URI.
Request URL
GET Formulary/v1/Plans/PlanTypes
Status
Response Details