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": "9f6a1c76-a5ab-470b-a243-7ff7a6053358",
  "formId": "637014af-76ca-4c81-a5e5-cfb2dad1d434",
  "callerId": "04fe6bb3-5ccf-40c5-8043-ab21b5c31ffb",
  "actionTime": "2024-09-22T13:23:34.3676384+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.