GET api/MedicineHistoryUpdate/UpdatePatientMedicineHistory?queueID={queueID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
queueID

integer

Required

Body Parameters

Collection of CurrentMedicine
NameDescriptionTypeAdditional 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

boolean

Response Formats

application/json, text/json

Sample:
true