MCO

The MCO resource allows for the retrieval of MCO information. An MCO (i.e. Managed Care Organization) is a smaller entity that falls under the larger Parent entity which offers Pharmaceutical as well Medical benefits.


MCO (by MCO Name)


MCO (by MCO Name)


Request URL
GET Formulary/v1/Parents/MCO


URI Parameters

NameDescription Type Required / Optional
Name

The MCO name that contains the string of characters.

string

Optional

MCOID

The id of the MCO.

integer

Optional


Resource Description of Response Object

McoResponse
NameDescription Type Required / Optional
MCOs

Collection of Mco

Optional


Available Response Formats & Sample Data

{
  "MCOs": [
    {
      "Id": 1,
      "Name": "sample string 2"
    },
    {
      "Id": 1,
      "Name": "sample string 2"
    }
  ]
}
<McoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.mmitnetwork.com/formulary/mcos">
  <MCOs>
    <Mco>
      <Id>1</Id>
      <Name>sample string 2</Name>
    </Mco>
    <Mco>
      <Id>1</Id>
      <Name>sample string 2</Name>
    </Mco>
  </MCOs>
</McoResponse>

Build Request


NameDescription Input Value Type Required / Optional
Name

The MCO name that contains the string of characters.

string

Optional

MCOID

The id of the MCO.

integer

Optional





Request URL

GET Formulary/v1/Parents/MCO?Name=Name&MCOID=MCOID

Status

Response Details