GET api/RxIMedicineType?a={a}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| a | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RxCMedRoot| Name | Description | Type | Additional information |
|---|---|---|---|
| MedRootId | integer |
None. |
|
| Code | string |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| IsDeleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MedRootId": 1,
"Code": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"IsDeleted": 5
},
{
"MedRootId": 1,
"Code": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"IsDeleted": 5
}
]