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": "b0680249-4261-462e-94f4-a44e85754ffb",
"userId": 2,
"actionTime": "2026-05-09T15:54:51.7823402+03:00",
"dbTimeStamp": "QEA="
},
{
"doseId": "b0680249-4261-462e-94f4-a44e85754ffb",
"userId": 2,
"actionTime": "2026-05-09T15:54:51.7823402+03: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.