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": "6589d502-bad5-4987-a511-1e52dd8d4b2f",
"EventIdentity": "08effe0d-aa95-41c1-af23-101c110b5941",
"ResourceIdentity": "0124b428-d3f9-4fee-b8a4-b3971c384045",
"ResourceTypeIdentity": "4a71fbe9-ceb6-4d0e-a40b-34ba3d8d4145",
"PermissionGroupIdentities": [
"bdce85f8-9c7d-4526-ad54-7ff94025f0ec",
"c5190d05-1924-4224-b4a5-c75e3334ec40"
],
"Approvers": {
"PermissionGroupIdentities": [
"5407ee49-5ed1-48eb-bbfd-eb581af330d5",
"6bf6c46d-b083-43a4-976c-e3d9ba4f58f8"
],
"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-06-03T17:55:22.9981904+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-06-03T17:55:22.9981904+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.