POST api/Prescription/PrescriptionPatient

Request Information

URI Parameters

None.

Body Parameters

PrescriptionPatientEmail
NameDescriptionTypeAdditional information
encounterid

globally unique identifier

None.

accountid

globally unique identifier

None.

id

globally unique identifier

None.

emailpatient

string

None.

Request Formats

application/json, text/json

Sample:
{
  "encounterid": "c788b6d8-16e3-4934-8d38-4a818fa5ac63",
  "accountid": "23c36c2f-70ec-41e3-8986-57249c874b7b",
  "id": "e33b32ec-39b2-4bfa-a491-fb1c68235b64",
  "emailpatient": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.