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": "15cefba7-7b2a-4a2b-8c9e-ec8340e76bbb",
  "formId": "18c18117-99ae-46ed-acca-4c8bb3f3d9df",
  "callerId": "b2e3cc56-4582-4334-8e15-7f853412b143",
  "actionTime": "2024-09-22T13:27:37.5199155+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.