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.LinkedAttachedFormName | 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": "55f549b8-5dd5-4bb6-a418-6ddce4c31933", "formId": "82fc0d27-3f2f-40da-a77c-c678eabfc4c4", "callerId": "b7661288-d7a1-4a43-94f9-0695f107552c", "actionTime": "2025-07-07T08:38:02.543773+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.