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:
[
  "e66e5dd4-80e2-4e3f-ac1e-f58ccfeb6177",
  "943dd6e9-272c-4348-a1b9-cbe4d8597229"
]

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": [
    "462cfc5b-f293-4c22-84e7-b14fae2a3c88",
    "55b59693-479a-4630-bc9c-04bf96bdcc4b"
  ]
}