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": "90cb0e2d-ec59-4d6e-8c0d-c76dc4f24442", "formId": "ba26a5c7-d5ba-47ac-b889-4c97d17b24e0", "callerId": "bb111236-e706-4778-bfbb-f338ab965e10", "actionTime": "2024-11-07T02:35:36.4436183+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.