POST API/V1/Patients/{patientId}/AdministeredDoses/UndoValidate
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| patientId | integer |
Required |
Body Parameters
Collection of iMDsoft.API.Metavision.Data.Doses.DoseActionDataModels.DoseActionReason| Name | Description | Type | Additional information |
|---|---|---|---|
| DoseId |
The dose Guid. This Guid is the same across multiple dose instance id's |
globally unique identifier |
None. |
| ReasonId |
Reason id |
integer |
None. |
| ReasonText |
Reason text |
string |
None. |
| ReasonComments |
Reason comments |
string |
None. |
| ActionTime |
Action time. in offline case we also support the former report not in the future. |
date |
None. |
| DbTimeStamp |
Db time stamp used for checking dose is not stale |
Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"doseId": "976c66e9-402d-49e8-b590-00cd9a5c2115",
"reasonId": 1,
"reasonText": "sample string 2",
"reasonComments": "sample string 3",
"actionTime": "2025-11-03T13:10:17.7793945+02:00",
"dbTimeStamp": "QEA="
},
{
"doseId": "976c66e9-402d-49e8-b590-00cd9a5c2115",
"reasonId": 1,
"reasonText": "sample string 2",
"reasonComments": "sample string 3",
"actionTime": "2025-11-03T13:10:17.7793945+02:00",
"dbTimeStamp": "QEA="
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.