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 | globally unique identifier |
None. |
|
| UserId | integer |
None. |
|
| ActionTime | date |
None. |
|
| DbTimeStamp | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"doseId": "3bad6844-aa52-496d-b666-8c37d0179474",
"userId": 2,
"actionTime": "2026-03-22T00:08:28.0089997+02:00",
"dbTimeStamp": "QEA="
},
{
"doseId": "3bad6844-aa52-496d-b666-8c37d0179474",
"userId": 2,
"actionTime": "2026-03-22T00:08:28.0089997+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.