Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The record identifier. |
integer |
Required |
Body Parameters
The notification.
Pico.Notification| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the notification identifier. |
integer |
None. |
| organization |
Gets or sets the organization identifier. |
integer |
None. |
| communicationTemplateCode |
Gets or sets the communication template code. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| endDate |
Gets or sets the end date. |
date |
None. |
| startDate |
Gets or sets the start date. |
date |
None. |
| rules |
Gets or sets the rule identifiers. |
Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"organization": 2,
"communicationTemplateCode": "sample String 3",
"description": "sample String 4",
"endDate": "2025-11-09T06:00:31.9578185Z",
"startDate": "2025-11-09T06:00:31.9578185Z",
"rules": [
"1",
"2"
]
}
text/html
Sample:
{"id":1,"organization":2,"communicationTemplateCode":"sample String 3","description":"sample String 4","endDate":"2025-11-09T06:00:31.9578185Z","startDate":"2025-11-09T06:00:31.9578185Z","rules":["1","2"]}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The updated notification.
Pico.Notification| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the notification identifier. |
integer |
None. |
| organization |
Gets or sets the organization identifier. |
integer |
None. |
| communicationTemplateCode |
Gets or sets the communication template code. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| endDate |
Gets or sets the end date. |
date |
None. |
| startDate |
Gets or sets the start date. |
date |
None. |
| rules |
Gets or sets the rule identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"organization": 2,
"communicationTemplateCode": "sample String 3",
"description": "sample String 4",
"endDate": "2025-11-09T06:00:31.9578185Z",
"startDate": "2025-11-09T06:00:31.9578185Z",
"rules": [
"1",
"2"
]
}
text/html
Sample:
{"id":1,"organization":2,"communicationTemplateCode":"sample String 3","description":"sample String 4","endDate":"2025-11-09T06:00:31.9578185Z","startDate":"2025-11-09T06:00:31.9578185Z","rules":["1","2"]}