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": "4db66925-6822-4986-a4b0-8cf798ead398",
  "formId": "008d2fa0-6df2-4964-9aff-f2d898784231",
  "callerId": "e5363a03-a24e-411c-8d2b-fbe3600d3c9c",
  "actionTime": "2024-09-22T13:27:26.2119026+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.