POST API/V1/Patients/{patientId}/AdministeredDoses/LinkAttachedFormSessionsToDose
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": "5fd110e1-214f-4c53-bd16-5ffbe36ade0d", "formId": "c8a2da1f-b6b5-4f89-ab1b-cb54037e1949", "callerId": "d2ab0676-44d6-4135-80c6-a7580474d930", "actionTime": "2025-07-07T08:59:18.0110278+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.