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:
[
  "daf94e01-1a5f-427f-9103-fa5488448695",
  "feb09af0-b27a-4547-88ac-f553f1d9986b"
]

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": [
    "067beb51-b652-4c34-b3c8-a7a451238c65",
    "7f33c34a-0b87-4ee1-9fd6-d64bc5a692c9"
  ]
}