POST api/Alerts/SetClinicAlertInAppViewed
Set in-app clinic alert as viewed or not.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| req | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"AppContextId": "edef4cd6-0ebf-42cd-a6c1-78e8d7f615d7",
"Parameter": {
"ClinicAlertInAppId": 1,
"ClinicAlertId": 1,
"UserId": 1,
"Viewed": true
}
}
application/xml, text/xml
Sample:
<AuthenticatedInputOfSetClinicAlertInAppViewedRequest9sdnnd5_S 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.Security.Alerts.Models">
<d2p1:ClinicAlertId>1</d2p1:ClinicAlertId>
<d2p1:ClinicAlertInAppId>1</d2p1:ClinicAlertInAppId>
<d2p1:UserId>1</d2p1:UserId>
<d2p1:Viewed>true</d2p1:Viewed>
</Parameter>
<AppContextId>edef4cd6-0ebf-42cd-a6c1-78e8d7f615d7</AppContextId>
</AuthenticatedInputOfSetClinicAlertInAppViewedRequest9sdnnd5_S>
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.