POST api/v1/notifications/template/requestresponse
Send Request Response Notification to a list of Staff
Request Information
URI Parameters
None.
Body Parameters
NotificationRequestCallbackTemplateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DepartmentId | integer |
Required |
|
| DepartmentShiftId | integer |
Required |
|
| NotificationTemplateId | integer |
Required |
|
| SkillLevelId | integer |
Required |
|
| StartDateTime | date |
Required |
|
| EndDateTime | date |
Required |
|
| NotificationDetails | NotificationRequestDetailsCallbackTemplateModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"DepartmentId": 1,
"DepartmentShiftId": 2,
"NotificationTemplateId": 3,
"SkillLevelId": 4,
"StartDateTime": "2026-01-02T21:44:49.6167767-06:00",
"EndDateTime": "2026-01-02T21:44:49.6167767-06:00",
"NotificationDetails": {
"NotificationEventId": 1,
"StaffIds": [
1,
2
],
"Callbackurl": "sample string 2",
"TemplateData": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}
}
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.