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": "9dc85661-feaa-4e77-ace4-cbd8ced05d0a",
"formId": "43f48b22-344b-4176-9c40-65a429ef825a",
"callerId": "c8eb6066-2581-45dd-b2c8-6b915ece62cb",
"actionTime": "2026-04-19T13:17:38.6915684+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.