GET api/IVFPort/ListDrug?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Responsedata| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Object |
None. |
|
| Status | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {},
"Status": "sample string 2",
"Message": "sample string 3"
}