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:
[
  "35efdbd4-1c11-4adf-896e-32717dce7f81",
  "895ebdb0-f992-446e-8bf9-545ba6541577"
]

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": [
    "e79a6b34-ac3a-4def-bd62-18f9d38f771f",
    "390d402a-4c3f-488d-97b9-a3369e0d8504"
  ]
}