POST API/V1/Patients/{patientId}/AdministeredTasksProcesses/LinkAttachedFormSessionsToTaskProcess
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": "42a929dc-d21a-45d7-a0b5-657225807889",
"formId": "385d62d4-50f3-4918-b22a-0b7cac2d5e8d",
"callerId": "03de0349-0955-45d6-87fe-ebfb007a06e4",
"actionTime": "2026-05-07T16:09:27.7288759+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.