GET api/DrugInteractions/ExistingDrugsInteractionsDetails?ProfileID={ProfileID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of InteractionsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| NDC1 | string |
None. |
|
| NDC2 | string |
None. |
|
| Name1 | string |
None. |
|
| Name2 | string |
None. |
|
| IsInteraction | boolean |
None. |
|
| InteractionText | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"NDC1": "sample string 1",
"NDC2": "sample string 2",
"Name1": "sample string 3",
"Name2": "sample string 4",
"IsInteraction": true,
"InteractionText": "sample string 6"
},
{
"NDC1": "sample string 1",
"NDC2": "sample string 2",
"Name1": "sample string 3",
"Name2": "sample string 4",
"IsInteraction": true,
"InteractionText": "sample string 6"
}
]