POST api/Rx/UpdatePatientEmail

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "AppContextId": "1c8d34e9-179a-401c-9f7d-d2653b1c35cb",
  "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>1c8d34e9-179a-401c-9f7d-d2653b1c35cb</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.