POST api/Helioscript/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": "be026073-c21f-43fb-b88c-0302e44de473", "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>be026073-c21f-43fb-b88c-0302e44de473</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.