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:
[
  "56a67932-9e4b-4d6d-9a9a-65c1f0a6c296",
  "6c0a43a4-425e-4940-ba99-1059bc5e4282"
]

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": [
    "114141a1-3122-4e69-955b-572c08f28bc8",
    "2569d954-8286-462b-bb36-2f33e6a5da7c"
  ]
}