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.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": "2ceef8bc-9c7d-406d-87e0-acdce14c14c8",
"formId": "9f9c5476-69a0-4fee-a5d4-f311072def42",
"callerId": "119c8e69-9d3e-4aa5-ae58-1f15425a3c61",
"actionTime": "2026-02-16T03:03:20.9522042+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.