POST Notifications/Add
Request Information
URI Parameters
None.
Body Parameters
Notifications| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ConnectedID | globally unique identifier |
None. |
|
| CustomerID | integer |
None. |
|
| Type | string |
None. |
|
| Subject | string |
None. |
|
| Content | string |
None. |
|
| UserSender | integer |
None. |
|
| UserRecipient | integer |
None. |
|
| EmailSender | string |
None. |
|
| EmailRecipient | string |
None. |
|
| LinkPath | string |
None. |
|
| Status | string |
None. |
|
| SentOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"ConnectedID": "8f22d6fc-4b5e-43df-8000-f856b72c44b2",
"CustomerID": 3,
"Type": "sample string 4",
"Subject": "sample string 5",
"Content": "sample string 6",
"UserSender": 7,
"UserRecipient": 8,
"EmailSender": "sample string 9",
"EmailRecipient": "sample string 10",
"LinkPath": "sample string 11",
"Status": "sample string 12",
"SentOn": "2026-02-24T18:46:51.6494574+07:00"
}
application/xml, text/xml
Sample:
<Notifications xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PongOi.Api.Models"> <ConnectedID>8f22d6fc-4b5e-43df-8000-f856b72c44b2</ConnectedID> <Content>sample string 6</Content> <CustomerID>3</CustomerID> <EmailRecipient>sample string 10</EmailRecipient> <EmailSender>sample string 9</EmailSender> <ID>1</ID> <LinkPath>sample string 11</LinkPath> <SentOn>2026-02-24T18:46:51.6494574+07:00</SentOn> <Status>sample string 12</Status> <Subject>sample string 5</Subject> <Type>sample string 4</Type> <UserRecipient>8</UserRecipient> <UserSender>7</UserSender> </Notifications>
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.