POST api/Prescription/PrescriptionPatient
Request Information
URI Parameters
None.
Body Parameters
PrescriptionPatientEmail| Name | Description | Type | Additional 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": "496f61e5-3762-46a6-8949-bab771142a2c",
"accountid": "d3ed1f01-bf70-4834-b6ae-c9d2ab366c34",
"id": "ad555294-3468-4e0a-bb72-795d1e3a4f5d",
"emailpatient": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.