Bridging

The Bridging as a Service resource allows the retrieval of Plan, Payer and PBM level details using the MMIT Bridging services.


Payer Details (by ChannelId, Benefit Type and Plan, Payer or PBM Name)

Payer Details (by ChannelId, Benefit Type and BIN, PCN or Group)


Payer Details (by ChannelId, Benefit Type and Plan, Payer or PBM Name)


Request URL
GET BridgingasaService/v1/PayerDetails


URI Parameters

NameDescription Type Required / Optional
ChannelId

The Id of the Channel of the Plan used to filter the response.

integer

Required

BenefitType

The Benefit Type of the Plan. The parameter accepts Medical or Pharmacy or Both as values

string

Required

PayerName

The name contained within the Payer of the Plan

string

Optional

PBMName

The name contained within the PBM of the Plan

string

Optional

PlanName

The name contained within the Plan Name

string

Optional


Resource Description of Response Object

PayerDetailResponse
NameDescription Type Required / Optional
PlanDetails

Collection of PlanDetail

Optional


Available Response Formats & Sample Data

{
  "PlanDetails": [
    {
      "MMITId": 1,
      "Name": "sample string 2",
      "MMITPlanType": "sample string 3",
      "MMITChannel": "sample string 4",
      "MMITClassification": "sample string 5",
      "MappedPlanId": 1
    },
    {
      "MMITId": 1,
      "Name": "sample string 2",
      "MMITPlanType": "sample string 3",
      "MMITChannel": "sample string 4",
      "MMITClassification": "sample string 5",
      "MappedPlanId": 1
    }
  ]
}
<PayerDetailResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.mmitnetwork.com/bridging/plandetails">
  <PlanDetails xmlns:d2p1="http://api.mmitnetwork.com/bridging/plandetail">
    <d2p1:PlanDetail>
      <d2p1:MMITChannel>sample string 4</d2p1:MMITChannel>
      <d2p1:MMITClassification>sample string 5</d2p1:MMITClassification>
      <d2p1:MMITId>1</d2p1:MMITId>
      <d2p1:MMITPlanType>sample string 3</d2p1:MMITPlanType>
      <d2p1:MappedPlanId>1</d2p1:MappedPlanId>
      <d2p1:Name>sample string 2</d2p1:Name>
    </d2p1:PlanDetail>
    <d2p1:PlanDetail>
      <d2p1:MMITChannel>sample string 4</d2p1:MMITChannel>
      <d2p1:MMITClassification>sample string 5</d2p1:MMITClassification>
      <d2p1:MMITId>1</d2p1:MMITId>
      <d2p1:MMITPlanType>sample string 3</d2p1:MMITPlanType>
      <d2p1:MappedPlanId>1</d2p1:MappedPlanId>
      <d2p1:Name>sample string 2</d2p1:Name>
    </d2p1:PlanDetail>
  </PlanDetails>
</PayerDetailResponse>

Build Request


NameDescription Input Value Type Required / Optional
ChannelId

The Id of the Channel of the Plan used to filter the response.

integer

Required

BenefitType

The Benefit Type of the Plan. The parameter accepts Medical or Pharmacy or Both as values

string

Required

PayerName

The name contained within the Payer of the Plan

string

Optional

PBMName

The name contained within the PBM of the Plan

string

Optional

PlanName

The name contained within the Plan Name

string

Optional





Request URL

GET BridgingasaService/v1/PayerDetails?ChannelId=ChannelId&BenefitType=BenefitType&PayerName=PayerName&PBMName=PBMName&PlanName=PlanName

Status

Response Details

            
            

Payer Details (by ChannelId, Benefit Type and BIN, PCN or Group)


Request URL
GET BridgingasaService/v1/PayerDetailsBINPCNGroup


URI Parameters

NameDescription Type Required / Optional
ChannelId

The Id of the Channel of the Plan used to filter the response.

integer

Required

BenefitType

The Benefit Type of the Plan.The parameter accepts Medical or Pharmacy or Both as values.

string

Required

BIN

The BIN that matches the Plan. Can be used in conjunction with PCN and Group.

string

Optional

PCN

The PCN that matches the Plan. Can be used in conjunction with BIN and Group.

string

Optional

Group

The Group that matches the Plan. Can be used in conjunction with BIN and PCN.

string

Optional


Resource Description of Response Object

PayerDetailResponse
NameDescription Type Required / Optional
PlanDetails

Collection of PlanDetail

Optional


Available Response Formats & Sample Data

{
  "PlanDetails": [
    {
      "MMITId": 1,
      "Name": "sample string 2",
      "MMITPlanType": "sample string 3",
      "MMITChannel": "sample string 4",
      "MMITClassification": "sample string 5",
      "MappedPlanId": 1
    },
    {
      "MMITId": 1,
      "Name": "sample string 2",
      "MMITPlanType": "sample string 3",
      "MMITChannel": "sample string 4",
      "MMITClassification": "sample string 5",
      "MappedPlanId": 1
    }
  ]
}
<PayerDetailResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.mmitnetwork.com/bridging/plandetails">
  <PlanDetails xmlns:d2p1="http://api.mmitnetwork.com/bridging/plandetail">
    <d2p1:PlanDetail>
      <d2p1:MMITChannel>sample string 4</d2p1:MMITChannel>
      <d2p1:MMITClassification>sample string 5</d2p1:MMITClassification>
      <d2p1:MMITId>1</d2p1:MMITId>
      <d2p1:MMITPlanType>sample string 3</d2p1:MMITPlanType>
      <d2p1:MappedPlanId>1</d2p1:MappedPlanId>
      <d2p1:Name>sample string 2</d2p1:Name>
    </d2p1:PlanDetail>
    <d2p1:PlanDetail>
      <d2p1:MMITChannel>sample string 4</d2p1:MMITChannel>
      <d2p1:MMITClassification>sample string 5</d2p1:MMITClassification>
      <d2p1:MMITId>1</d2p1:MMITId>
      <d2p1:MMITPlanType>sample string 3</d2p1:MMITPlanType>
      <d2p1:MappedPlanId>1</d2p1:MappedPlanId>
      <d2p1:Name>sample string 2</d2p1:Name>
    </d2p1:PlanDetail>
  </PlanDetails>
</PayerDetailResponse>

Build Request


NameDescription Input Value Type Required / Optional
ChannelId

The Id of the Channel of the Plan used to filter the response.

integer

Required

BenefitType

The Benefit Type of the Plan.The parameter accepts Medical or Pharmacy or Both as values.

string

Required

BIN

The BIN that matches the Plan. Can be used in conjunction with PCN and Group.

string

Optional

PCN

The PCN that matches the Plan. Can be used in conjunction with BIN and Group.

string

Optional

Group

The Group that matches the Plan. Can be used in conjunction with BIN and PCN.

string

Optional





Request URL

GET BridgingasaService/v1/PayerDetailsBINPCNGroup?ChannelId=ChannelId&BenefitType=BenefitType&BIN=BIN&PCN=PCN&Group=Group

Status

Response Details