POST API/V1/Patients/{patientId}/AdministeredTasksProcesses/LinkAttachedFormSessionsToTaskProcess
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| patientId | integer |
Required |
Body Parameters
iMDsoft.API.Metavision.Data.Doses.LinkedAttachedForm| Name | Description | Type | Additional information |
|---|---|---|---|
| DoseId |
FormId |
globally unique identifier |
None. |
| FormId |
FormId |
globally unique identifier |
None. |
| CallerId |
CallerId of the Form |
globally unique identifier |
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": "8d10fc4e-62c3-4e9b-b7bf-f84aff1e0415",
"formId": "17543661-2d6b-42b1-8e5c-1d2c2d9ebb20",
"callerId": "a8da769d-8582-4230-aa8e-eb1bb7096deb",
"actionTime": "2026-03-23T00:16:05.0890145+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.