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": "83d6f973-0648-4778-b6e6-ea60483a6d0b",
"formId": "3ce0c762-edf2-4c5f-a206-dab84c47dfa1",
"callerId": "0875f745-10cc-48fc-9b14-3daa18b09588",
"actionTime": "2026-03-22T00:03:50.2451064+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.