POST api/resources/{id}/notifications?AllNotifications={AllNotifications}

Update Resource Notifications

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

AllNotifications

boolean

Default value is False

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "93b0b176-77ca-45d3-9df1-e3a859ec7c98",
  "768d5473-f6c5-486c-9511-5f57c22a6c09"
]

Response Information

Resource Description

ResourceNotifications
NameDescriptionTypeAdditional information
AllNotifications

boolean

None.

Notifications

Collection of globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "AllNotifications": true,
  "Notifications": [
    "7e004d41-9881-41fb-9489-d3bda2c099ba",
    "a59aa803-383b-4c28-9d9d-27517efc27ef"
  ]
}