POST api/AdminForm/CreateNotification
Request Information
URI Parameters
None.
Body Parameters
NotificationCreationMembers| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemType | string |
None. |
|
| TitleValueEN | string |
None. |
|
| TitleValueFR | string |
None. |
|
| Scopes | Collection of Scope |
None. |
|
| EscalationMatrix | string |
None. |
|
| UserName | string |
None. |
|
| UserDisplayName | string |
None. |
|
| ModificationType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ItemType": "sample string 1",
"TitleValueEN": "sample string 2",
"TitleValueFR": "sample string 3",
"Scopes": [
{
"ScopeName": "sample string 1",
"ScopeValue": [
"sample string 1",
"sample string 2"
]
},
{
"ScopeName": "sample string 1",
"ScopeValue": [
"sample string 1",
"sample string 2"
]
}
],
"EscalationMatrix": "sample string 4",
"UserName": "sample string 5",
"UserDisplayName": "sample string 6",
"ModificationType": "sample string 7"
}
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1