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:
[
  "4adceaa9-1c4b-4de9-84bc-05d42a0a6a2d",
  "553ac45e-6c08-4b65-9337-7b4f38a4df0e"
]

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": [
    "712812ee-e267-45c2-ba15-38490ef11b21",
    "7d57e1cd-fec4-436d-803e-a94a0a62a49f"
  ]
}