Request Information

URI Parameters

None.

Body Parameters

The notification.

Pico.Notification
NameDescriptionTypeAdditional 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-06-27T16:19:16.0445062Z",
  "startDate": "2025-06-27T16:19:16.0445062Z",
  "rules": [
    "1",
    "2"
  ]
}

text/html

Sample:
{"id":1,"organization":2,"communicationTemplateCode":"sample String 3","description":"sample String 4","endDate":"2025-06-27T16:19:16.0445062Z","startDate":"2025-06-27T16:19:16.0445062Z","rules":["1","2"]}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The created notification.

Pico.Notification
NameDescriptionTypeAdditional 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-06-27T16:19:16.0445062Z",
  "startDate": "2025-06-27T16:19:16.0445062Z",
  "rules": [
    "1",
    "2"
  ]
}

text/html

Sample:
{"id":1,"organization":2,"communicationTemplateCode":"sample String 3","description":"sample String 4","endDate":"2025-06-27T16:19:16.0445062Z","startDate":"2025-06-27T16:19:16.0445062Z","rules":["1","2"]}