POST Notifications/Update

Request Information

URI Parameters

None.

Body Parameters

Notifications
NameDescriptionTypeAdditional 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": "2733f77c-85ae-468a-8b41-d4dabc940f9a",
  "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:47:05.3034106+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>2733f77c-85ae-468a-8b41-d4dabc940f9a</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:47:05.3034106+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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.