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": "4dd733c2-675f-480a-b549-c09936de48cc",
"EntityName": "sample string 6",
"RestaurantID": "444fdab7-2dc2-481d-bd0d-909181538b2a",
"BranchID": "1d527b3a-a1a7-4242-b66a-78513f1ce743",
"CounterID": "2c90cc17-00cd-46b8-bcd8-c3e9e7dce1a0",
"StationID": "feba76d1-f6d6-431c-968e-c3f67341582d",
"Source": "sample string 8",
"TriggeredByUserID": "d9535037-444d-4c1b-a60d-bf4b0fc9d1ad",
"Target": "sample string 9",
"Title": "sample string 10",
"Description": "sample string 11",
"Data": {},
"Severity": "sample string 13",
"NotificationID": "4dce3e62-540d-4984-a21c-fefd15af3c05",
"Timestamp": "2025-10-27T20:46:24.7494972+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>1d527b3a-a1a7-4242-b66a-78513f1ce743</BranchID> <CounterID>2c90cc17-00cd-46b8-bcd8-c3e9e7dce1a0</CounterID> <Data /> <Description>sample string 11</Description> <EntityID>4dd733c2-675f-480a-b549-c09936de48cc</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>4dce3e62-540d-4984-a21c-fefd15af3c05</NotificationID> <RestaurantID>444fdab7-2dc2-481d-bd0d-909181538b2a</RestaurantID> <Severity>sample string 13</Severity> <Source>sample string 8</Source> <StationID>feba76d1-f6d6-431c-968e-c3f67341582d</StationID> <Target>sample string 9</Target> <Timestamp>2025-10-27T20:46:24.7494972+05:30</Timestamp> <Title>sample string 10</Title> <TriggeredByUserID>d9535037-444d-4c1b-a60d-bf4b0fc9d1ad</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. |