POST api/Rx/UpdatePatientEmail
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"AppContextId": "17565781-34ef-45aa-b1ee-9442327bfb8e",
"Parameter": {
"Email": "sample string 1",
"PatientId": 2,
"RxIntegrationType": 1
}
}
application/xml, text/xml
Sample:
<AuthenticatedInputOfEmailValidationRequestJ_PGFgN3P xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMT.UP">
<Parameter xmlns:d2p1="http://schemas.datacontract.org/2004/07/CMT.UP.Model.Resources.Patient">
<d2p1:Email>sample string 1</d2p1:Email>
<d2p1:PatientId>2</d2p1:PatientId>
<d2p1:RxIntegrationType>Fullscript</d2p1:RxIntegrationType>
</Parameter>
<AppContextId>17565781-34ef-45aa-b1ee-9442327bfb8e</AppContextId>
</AuthenticatedInputOfEmailValidationRequestJ_PGFgN3P>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.