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": "13be49c4-ea7a-44fb-a43b-c5eebf6b63b5",
"formId": "a3943456-1376-4b60-a363-a146218a51d7",
"callerId": "e255b899-269d-475c-b1fc-8aa7a4fe3548",
"actionTime": "2026-03-23T00:14:09.7828633+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.