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": "d3887760-985f-47c5-b58f-2dde8acb4059",
  "formId": "935e0c7f-6223-4a70-8234-0bb178dd9d08",
  "callerId": "a63adead-eed8-4c7d-9e3d-efd9c5d9568c",
  "actionTime": "2024-09-22T13:28:36.3058153+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.