POST API/V1/Patients/{patientId}/AdministeredDoses/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 | globally unique identifier |
None. |
|
| UserId | integer |
None. |
|
| ActionTime | date |
None. |
|
| DbTimeStamp | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"doseId": "bc96e313-b0e5-47d0-b887-12e772a1ef81",
"userId": 2,
"actionTime": "2026-03-22T00:10:05.7491619+02:00",
"dbTimeStamp": "QEA="
},
{
"doseId": "bc96e313-b0e5-47d0-b887-12e772a1ef81",
"userId": 2,
"actionTime": "2026-03-22T00:10:05.7491619+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.