POST api/notification/broadcast/pos
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": "66f5a2d4-af5c-4728-8de7-f1ce97b46e9c",
"EntityName": "sample string 6",
"RestaurantID": "37f8bc81-6a59-4700-9bcc-0410ce4130ba",
"BranchID": "16b60ccd-f08d-4978-9768-8acfa16927cb",
"CounterID": "68205c92-5cb5-4cb4-89a2-23c5186c79cb",
"StationID": "fbb334c6-703b-45b9-926a-274512744354",
"Source": "sample string 8",
"TriggeredByUserID": "fcf89269-e602-4723-bd75-05df8bc3dda0",
"Target": "sample string 9",
"Title": "sample string 10",
"Description": "sample string 11",
"Data": {},
"Severity": "sample string 13",
"NotificationID": "e54cdc10-d6e4-4f14-8a36-474c0c65b6c1",
"Timestamp": "2026-01-27T16:46:16.2981651+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>16b60ccd-f08d-4978-9768-8acfa16927cb</BranchID> <CounterID>68205c92-5cb5-4cb4-89a2-23c5186c79cb</CounterID> <Data /> <Description>sample string 11</Description> <EntityID>66f5a2d4-af5c-4728-8de7-f1ce97b46e9c</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>e54cdc10-d6e4-4f14-8a36-474c0c65b6c1</NotificationID> <RestaurantID>37f8bc81-6a59-4700-9bcc-0410ce4130ba</RestaurantID> <Severity>sample string 13</Severity> <Source>sample string 8</Source> <StationID>fbb334c6-703b-45b9-926a-274512744354</StationID> <Target>sample string 9</Target> <Timestamp>2026-01-27T16:46:16.2981651+05:30</Timestamp> <Title>sample string 10</Title> <TriggeredByUserID>fcf89269-e602-4723-bd75-05df8bc3dda0</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. |