POST api/NotificationScheduler/Create
Request Information
URI Parameters
None.
Body Parameters
NotificationScheduler| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Title | string |
None. |
|
| Message | string |
None. |
|
| ScheduleDate | date |
None. |
|
| ScheduleTime | time interval |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| UpdatedDate | date |
None. |
|
| UpdatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Title": "sample string 2",
"Message": "sample string 3",
"ScheduleDate": "2026-01-16T22:19:20.6920163+04:00",
"ScheduleTime": "00:00:00.1234567",
"CreatedDate": "2026-01-16T22:19:20.6920163+04:00",
"CreatedBy": "sample string 7",
"UpdatedDate": "2026-01-16T22:19:20.6920163+04:00",
"UpdatedBy": "sample string 8"
}
application/xml, text/xml
Sample:
<NotificationScheduler xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EventoApi"> <CreatedBy>sample string 7</CreatedBy> <CreatedDate>2026-01-16T22:19:20.6920163+04:00</CreatedDate> <Id>1</Id> <Message>sample string 3</Message> <ScheduleDate>2026-01-16T22:19:20.6920163+04:00</ScheduleDate> <ScheduleTime>PT0.1234567S</ScheduleTime> <Title>sample string 2</Title> <UpdatedBy>sample string 8</UpdatedBy> <UpdatedDate>2026-01-16T22:19:20.6920163+04:00</UpdatedDate> </NotificationScheduler>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.