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": "c1fb26fd-6280-45aa-8258-b4daa3ddfb6a", "formId": "bc44ff61-60ab-4b06-bb2d-b0ed1e6364c2", "callerId": "830e7504-fab9-4ba8-9652-bb6a4a73dd86", "actionTime": "2025-09-19T03:29:30.5057176+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.