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:
[
  "9066e9c3-ac9f-420e-8f4e-083a0e738bda",
  "07b9d3a3-f5dd-4e1b-9555-4cb5545c94ef"
]

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": [
    "125e88af-4220-4a79-b2e6-d2a07f74f3d8",
    "536adfa3-d1a6-4f84-9e7c-87a335f4af84"
  ]
}