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": "5768b4ac-d556-4402-b7af-6e3029e129e6",
"formId": "ba0c030a-bd23-42ed-83f7-07b8ee860fa0",
"callerId": "6a1b49ee-6e57-4eaa-8888-61b2fc7e12ad",
"actionTime": "2025-11-03T13:10:16.7012677+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.