ParentTypes
Each Parent is assigned a Parent Type. A parent can either be a Payer or a PBM.
List of ParentTypes
Request URL
GET Formulary/v1/Parents/ParentTypes
URI Parameters
No parameters are required for this Resource URI.
Resource Description of Response Object
ParentTypesResponseName | Description | Type | Required / Optional |
---|---|---|---|
ParentTypes | Collection of ParentType |
Optional |
Available Response Formats & Sample Data
{ "ParentTypes": [ { "ParentTypeId": 64, "Name": "sample string 2" }, { "ParentTypeId": 64, "Name": "sample string 2" } ] }
<ParentTypesResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.mmitnetwork.com/formulary/parents"> <ParentTypes> <ParentType> <Name>sample string 2</Name> <ParentTypeId>64</ParentTypeId> </ParentType> <ParentType> <Name>sample string 2</Name> <ParentTypeId>64</ParentTypeId> </ParentType> </ParentTypes> </ParentTypesResponse>
Build Request
No parameters are required for this Resource URI.