GET api/MedicineHistoryUpdate/UpdatePatientMedicineHistory?queueID={queueID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| queueID | integer |
Required |
Body Parameters
Collection of CurrentMedicine| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| NDC | string |
None. |
|
| Name | string |
None. |
|
| ProfileId | integer |
None. |
|
| DrugIdentifier | string |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"NDC": "sample string 2",
"Name": "sample string 3",
"ProfileId": 4,
"DrugIdentifier": "sample string 5",
"IsActive": true
},
{
"Id": 1,
"NDC": "sample string 2",
"Name": "sample string 3",
"ProfileId": 4,
"DrugIdentifier": "sample string 5",
"IsActive": true
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true