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": "57e00ad2-ab6f-4094-b643-9a2929300687",
"formId": "50364bcb-a129-482a-9372-bb656242aa78",
"callerId": "e4597952-3cde-41bd-8ffa-ca662b040976",
"actionTime": "2026-05-09T15:51:08.1421031+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.