POST api/Notifications/ModifyNotificationUserStatus

Request Information

URI Parameters

None.

Body Parameters

NotificationUpdate
NameDescriptionTypeAdditional information
patientId

string

None.

Id

string

None.

timeFilter

string

None.

type

string

None.

webRecordId

string

None.

isAgree

string

None.

achievedDate

date

None.

notes

string

None.

fileName

string

None.

fileSize

integer

None.

fileContentType

string

None.

fileContent

string

None.

Later

string

None.

Request Formats

application/json, text/json

Sample:
{
  "patientId": "sample string 1",
  "Id": "sample string 2",
  "timeFilter": "sample string 3",
  "type": "sample string 4",
  "webRecordId": "sample string 5",
  "isAgree": "sample string 6",
  "achievedDate": "2026-04-25T11:11:32.1697255+00:00",
  "notes": "sample string 7",
  "fileName": "sample string 8",
  "fileSize": 9,
  "fileContentType": "sample string 10",
  "fileContent": "sample string 11",
  "Later": "sample string 12"
}

application/xml, text/xml

Sample:
<NotificationUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EVERMVCAPIs.Models">
  <Id>sample string 2</Id>
  <Later>sample string 12</Later>
  <achievedDate>2026-04-25T11:11:32.1697255+00:00</achievedDate>
  <fileContent>sample string 11</fileContent>
  <fileContentType>sample string 10</fileContentType>
  <fileName>sample string 8</fileName>
  <fileSize>9</fileSize>
  <isAgree>sample string 6</isAgree>
  <notes>sample string 7</notes>
  <patientId>sample string 1</patientId>
  <timeFilter>sample string 3</timeFilter>
  <type>sample string 4</type>
  <webRecordId>sample string 5</webRecordId>
</NotificationUpdate>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NotificationUpdate'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.