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:
[
  "42480499-30da-46e7-948e-9c10faeec100",
  "ea64458d-b279-4741-a879-d3002d54e9d2"
]

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": [
    "ef6a152a-c0e5-4f81-9109-a423b3d9479c",
    "1395e253-cf6e-41ca-9a83-ba661e759c14"
  ]
}