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": "79cbf63c-24a6-463e-b6f0-a3179a1eeb06",
"formId": "38b95f07-5a73-4824-808f-5dca1e92716d",
"callerId": "6606466c-f0b4-47a9-802e-c10855466e6f",
"actionTime": "2026-01-02T00:22:13.5137106+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.