POST API/V1/Patients/{patientId}/AdministeredTasksProcesses/LinkAttachedFormSessionsToTaskProcess

Request Information

URI Parameters

NameDescriptionTypeAdditional information
patientId

integer

Required

Body Parameters

iMDsoft.API.Metavision.Data.Doses.LinkedAttachedForm
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LinkedAttachedForm'.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.