POST api/Notification/UpdateReceived

Update notifications to mark them as received

Request Information

URI Parameters

None.

Body Parameters

The request with authentication.

NotificationUpdateReceivedRequest
NameDescriptionTypeAdditional information
NotificationIds

Collection of globally unique identifier

None.

Auth

string

Required

RSAAuth

HybridEncrypted

None.

CustomerId

globally unique identifier

None.

RSA

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "NotificationIds": [
    "06a9ca3f-f938-4e6f-b021-6a83a6650b78",
    "8791a34c-1469-472b-a1e9-7c3d64f8ae69"
  ],
  "Auth": "sample string 1",
  "RSAAuth": {
    "$id": "2",
    "Message": "sample string 1",
    "Key": "sample string 2",
    "IV": "sample string 3"
  },
  "CustomerId": "586f1e2d-edf3-4ac8-ac8f-e03178586ed4",
  "RSA": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{
  "NotificationIds": [
    "06a9ca3f-f938-4e6f-b021-6a83a6650b78",
    "8791a34c-1469-472b-a1e9-7c3d64f8ae69"
  ],
  "Auth": "sample string 1",
  "RSAAuth": {
    "Message": "sample string 1",
    "Key": "sample string 2",
    "IV": "sample string 3"
  },
  "CustomerId": "586f1e2d-edf3-4ac8-ac8f-e03178586ed4",
  "RSA": true
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.