POST API/V1/Patients/{patientId}/AdministeredDoses/LinkAttachedFormSessionsToDose

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": "0251db7e-f304-4c2c-ae3d-00950f243f10",
  "formId": "9e61c545-eeb5-4211-844e-2383b9a8f16b",
  "callerId": "64dba658-a3ba-40a6-ae05-5673d0d2ff35",
  "actionTime": "2024-09-22T13:30:51.7965084+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.