POST api/ScheduledNotifications/PostScheduledNotification
Request Information
URI Parameters
None.
Body Parameters
ScheduledNotification| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationId | integer |
None. |
|
| OneSignalId | string |
None. |
|
| TimeToNotify | date |
None. |
|
| PostId | integer |
None. |
|
| DocumentId | globally unique identifier |
None. |
|
| ChartId | integer |
None. |
|
| AnimationId | integer |
None. |
|
| FormId | integer |
None. |
|
| LastChange | date |
None. |
|
| LastChangeAuthorId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"NotificationId": 1,
"OneSignalId": "sample string 2",
"TimeToNotify": "2026-04-05T16:49:57.6392733+00:00",
"PostId": 1,
"DocumentId": "7f43a702-66fb-4a12-a034-62951af8da3d",
"ChartId": 1,
"AnimationId": 1,
"FormId": 1,
"LastChange": "2026-04-05T16:49:57.6392733+00:00",
"LastChangeAuthorId": 5
}
application/xml, text/xml
Sample:
<ScheduledNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <AnimationId>1</AnimationId> <ChartId>1</ChartId> <DocumentId>7f43a702-66fb-4a12-a034-62951af8da3d</DocumentId> <FormId>1</FormId> <LastChange>2026-04-05T16:49:57.6392733+00:00</LastChange> <LastChangeAuthorId>5</LastChangeAuthorId> <NotificationId>1</NotificationId> <OneSignalId>sample string 2</OneSignalId> <PostId>1</PostId> <TimeToNotify>2026-04-05T16:49:57.6392733+00:00</TimeToNotify> </ScheduledNotification>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ScheduledNotification| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationId | integer |
None. |
|
| OneSignalId | string |
None. |
|
| TimeToNotify | date |
None. |
|
| PostId | integer |
None. |
|
| DocumentId | globally unique identifier |
None. |
|
| ChartId | integer |
None. |
|
| AnimationId | integer |
None. |
|
| FormId | integer |
None. |
|
| LastChange | date |
None. |
|
| LastChangeAuthorId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"NotificationId": 1,
"OneSignalId": "sample string 2",
"TimeToNotify": "2026-04-05T16:49:57.6392733+00:00",
"PostId": 1,
"DocumentId": "b2eecd11-fb4c-41e1-a5b5-ba4f34f9eacb",
"ChartId": 1,
"AnimationId": 1,
"FormId": 1,
"LastChange": "2026-04-05T16:49:57.6392733+00:00",
"LastChangeAuthorId": 5
}
application/xml, text/xml
Sample:
<ScheduledNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <AnimationId>1</AnimationId> <ChartId>1</ChartId> <DocumentId>b2eecd11-fb4c-41e1-a5b5-ba4f34f9eacb</DocumentId> <FormId>1</FormId> <LastChange>2026-04-05T16:49:57.6392733+00:00</LastChange> <LastChangeAuthorId>5</LastChangeAuthorId> <NotificationId>1</NotificationId> <OneSignalId>sample string 2</OneSignalId> <PostId>1</PostId> <TimeToNotify>2026-04-05T16:49:57.6392733+00:00</TimeToNotify> </ScheduledNotification>