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:
[
  "ea606be6-e919-4e94-aead-00eae7eb7ea3",
  "5d8082c8-3d03-4cef-9c1f-54c879509524"
]

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": [
    "09799db4-70d9-4cc1-85e4-e7c7daee2e2f",
    "089be468-9d90-499d-bb1b-b8afff912711"
  ]
}