POST API/V1/Patients/{patientId}/AdministeredTasksProcesses/Cosign
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| patientId | integer |
Required |
Body Parameters
Collection of iMDsoft.API.Metavision.Data.Doses.DoseActionDataModels.DoseCoSignData| Name | Description | Type | Additional information |
|---|---|---|---|
| DoseId |
The dose Guid. This Guid is the same across multiple dose instance id's |
globally unique identifier |
None. |
| UserId |
The user id. This id is the user's id that signed an the action. |
integer |
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": "839ff7aa-545f-4bbf-800e-48a1a52c3387",
"userId": 2,
"actionTime": "2025-11-03T13:08:04.6856633+02:00",
"dbTimeStamp": "QEA="
},
{
"doseId": "839ff7aa-545f-4bbf-800e-48a1a52c3387",
"userId": 2,
"actionTime": "2025-11-03T13:08:04.6856633+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.