POST api/Notifications/{identity}/Reject
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| identity | string |
Required |
Body Parameters
NotificationReason| Name | Description | Type | Additional information |
|---|---|---|---|
| Note | string |
None. |
|
| Author | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Note": "sample string 1",
"Author": "sample string 2"
}
application/xml, text/xml
Sample:
<NotificationReason xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model"> <Author>sample string 2</Author> <Note>sample string 1</Note> </NotificationReason>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UserNotification| Name | Description | Type | Additional information |
|---|---|---|---|
| Identity | globally unique identifier |
None. |
|
| EventIdentity | globally unique identifier |
None. |
|
| ResourceIdentity | globally unique identifier |
None. |
|
| ResourceTypeIdentity | globally unique identifier |
None. |
|
| PermissionGroupIdentities | Collection of globally unique identifier |
None. |
|
| Approvers | Approvers |
None. |
|
| UserNotificationType | UserNotificationTypes |
None. |
|
| CreatedAt | date |
None. |
|
| ActionRequired | boolean |
None. |
|
| Description | string |
None. |
|
| OwnerName | string |
None. |
|
| OwnerEmailAddress | string |
None. |
|
| CreatedBy | string |
None. |
|
| ResourceName | string |
None. |
|
| ResourceTypeName | string |
None. |
|
| EventName | string |
None. |
|
| ActionedAt | date |
None. |
|
| ActionedBy | string |
None. |
|
| Notes | NotificationReason |
None. |
|
| Reference | string |
None. |
|
| IsPrimaryResourceChange | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Identity": "aa09e552-9cbf-4d4f-bf72-7384f54b5b2a",
"EventIdentity": "caf21290-a79b-4858-b80f-fab8d1eb03ba",
"ResourceIdentity": "10ad8013-31d3-4a3b-b2d7-55d19db56b3f",
"ResourceTypeIdentity": "d80714a0-e3aa-418a-9aa7-7675a373fa04",
"PermissionGroupIdentities": [
"909b8e4b-4072-4fb8-a1ae-ee3e1350e09c",
"07eca61c-c2dc-48a1-a0f9-f129e5d9b044"
],
"Approvers": {
"PermissionGroupIdentities": [
"42a37dd0-ee94-4b42-bbbd-c5c0c4582f7c",
"9b6e6bac-fc2b-458d-b0aa-e9fe1e8dd885"
],
"Claims": [
{
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
},
{
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
}
]
},
"UserNotificationType": 0,
"CreatedAt": "2026-03-18T09:11:51.6806631+00:00",
"ActionRequired": true,
"Description": "sample string 7",
"OwnerName": "sample string 8",
"OwnerEmailAddress": "sample string 9",
"CreatedBy": "sample string 10",
"ResourceName": "sample string 11",
"ResourceTypeName": "sample string 12",
"EventName": "sample string 13",
"ActionedAt": "2026-03-18T09:11:51.6806631+00:00",
"ActionedBy": "sample string 15",
"Notes": {
"Note": "sample string 1",
"Author": "sample string 2"
},
"Reference": "sample string 16",
"IsPrimaryResourceChange": true
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.