FormularyDetails
This B/P/G resource allows the retrieval of Formulary details using the MMIT Bridging services.
|
Formulary/Plan Details (by BIN, PCN, Group, Channel, Benefit Type) |
Formulary/Plan Details (by BIN, PCN, Group, Channel, Benefit Type)
GET BridgingasaService/v1/FormularyDetails
URI Parameters
| Name | Description | Type | Required / Optional |
|---|---|---|---|
| BIN |
The BIN that matches the Plan. Can be used with PCN and Group. |
string |
Required |
| PCN |
The PCN that matches the Plan. Can be used with BIN and Group. |
string |
Optional |
| Group |
The Group that matches the Plan. Can be used with BIN and PCN. |
string |
Optional |
| Channel |
The Channel name used to filter the response. |
string |
Optional |
| BenefitType |
Name of the BenefitType. |
string |
Optional |
| State |
Name of the State. |
string |
Optional |
Resource Description of Response Object
FormularyDetailResponse| Name | Description | Type | Required / Optional |
|---|---|---|---|
| FormularyDetails | Collection of FormularyDetail |
Optional |
Available Response Formats & Sample Data
{
"FormularyDetails": [
{
"BIN": "sample string 1",
"PCN": "sample string 2",
"Group": "sample string 3",
"State": "sample string 4",
"Channel": "sample string 5"
},
{
"BIN": "sample string 1",
"PCN": "sample string 2",
"Group": "sample string 3",
"State": "sample string 4",
"Channel": "sample string 5"
}
]
}
<FormularyDetailResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.mmitnetwork.com/bridging/formularydetails">
<FormularyDetails>
<FormularyDetail>
<BIN>sample string 1</BIN>
<Channel>sample string 5</Channel>
<Group>sample string 3</Group>
<PCN>sample string 2</PCN>
<State>sample string 4</State>
</FormularyDetail>
<FormularyDetail>
<BIN>sample string 1</BIN>
<Channel>sample string 5</Channel>
<Group>sample string 3</Group>
<PCN>sample string 2</PCN>
<State>sample string 4</State>
</FormularyDetail>
</FormularyDetails>
</FormularyDetailResponse>
Build Request
| Name | Description | Input Value | Type | Required / Optional |
|---|---|---|---|---|
| BIN |
The BIN that matches the Plan. Can be used with PCN and Group. |
string |
Required |
|
| PCN |
The PCN that matches the Plan. Can be used with BIN and Group. |
string |
Optional |
|
| Group |
The Group that matches the Plan. Can be used with BIN and PCN. |
string |
Optional |
|
| Channel |
The Channel name used to filter the response. |
string |
Optional |
|
| BenefitType |
Name of the BenefitType. |
string |
Optional |
|
| State |
Name of the State. |
string |
Optional |
Request URL
GET BridgingasaService/v1/FormularyDetails?BIN=BIN&PCN=PCN&Group=Group&Channel=Channel&BenefitType=BenefitType&State=State
Status
Response Details