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 | globally unique identifier |
None. |
|
| FormId | globally unique identifier |
None. |
|
| CallerId | globally unique identifier |
None. |
|
| ActionTime | date |
None. |
|
| DbTimeStamp | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"doseId": "b8c5f739-ce69-419b-86f1-2d492991222d",
"formId": "4de8ab04-dc9b-4e86-9b98-5d66d0db5708",
"callerId": "c26a471f-7b1c-489b-9d9f-34c0d858600f",
"actionTime": "2026-03-22T00:08:57.851904+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.