POST api/notification/broadcast/kds
Request Information
URI Parameters
None.
Body Parameters
NotificationPayload| Name | Description | Type | Additional information |
|---|---|---|---|
| Module | string |
None. |
|
| EventType | string |
None. |
|
| FollowUpAction | string |
None. |
|
| FollowUpMessage | string |
None. |
|
| EntityID | globally unique identifier |
None. |
|
| EntityName | string |
None. |
|
| RestaurantID | globally unique identifier |
None. |
|
| BranchID | globally unique identifier |
None. |
|
| CounterID | globally unique identifier |
None. |
|
| StationID | globally unique identifier |
None. |
|
| Source | string |
None. |
|
| TriggeredByUserID | globally unique identifier |
None. |
|
| Target | string |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| Data | Object |
None. |
|
| Severity | string |
None. |
|
| NotificationID | globally unique identifier |
None. |
|
| Timestamp | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Module": "sample string 1",
"EventType": "sample string 2",
"FollowUpAction": "sample string 3",
"FollowUpMessage": "sample string 4",
"EntityID": "0a1c6ee7-4f66-47bf-bc8d-c87f53833a5a",
"EntityName": "sample string 6",
"RestaurantID": "eb9cb5cb-0eb9-4d83-8c7b-a9e3d39ccdff",
"BranchID": "54be43ae-f2ea-480b-9b9b-4641d7c9c102",
"CounterID": "dbfccc8f-19ad-4366-8624-c2091b195bbb",
"StationID": "fb53188e-9f05-4661-b370-5bcbb9395343",
"Source": "sample string 8",
"TriggeredByUserID": "17e44a13-8259-4ec5-a0fa-a9a85531061c",
"Target": "sample string 9",
"Title": "sample string 10",
"Description": "sample string 11",
"Data": {},
"Severity": "sample string 13",
"NotificationID": "92c24944-bf9f-404e-a545-d9b2426ad3af",
"Timestamp": "2025-10-27T20:50:43.857352+05:30"
}
application/xml, text/xml
Sample:
<NotificationPayload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass.Notification"> <BranchID>54be43ae-f2ea-480b-9b9b-4641d7c9c102</BranchID> <CounterID>dbfccc8f-19ad-4366-8624-c2091b195bbb</CounterID> <Data /> <Description>sample string 11</Description> <EntityID>0a1c6ee7-4f66-47bf-bc8d-c87f53833a5a</EntityID> <EntityName>sample string 6</EntityName> <EventType>sample string 2</EventType> <FollowUpAction>sample string 3</FollowUpAction> <FollowUpMessage>sample string 4</FollowUpMessage> <Module>sample string 1</Module> <NotificationID>92c24944-bf9f-404e-a545-d9b2426ad3af</NotificationID> <RestaurantID>eb9cb5cb-0eb9-4d83-8c7b-a9e3d39ccdff</RestaurantID> <Severity>sample string 13</Severity> <Source>sample string 8</Source> <StationID>fb53188e-9f05-4661-b370-5bcbb9395343</StationID> <Target>sample string 9</Target> <Timestamp>2025-10-27T20:50:43.857352+05:30</Timestamp> <Title>sample string 10</Title> <TriggeredByUserID>17e44a13-8259-4ec5-a0fa-a9a85531061c</TriggeredByUserID> </NotificationPayload>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |