POST 17.0/database/recordupdatenotifications

Description

Create Record Update Notifications

URI Parameters

None.

Name Description Type Additional information
ID

integer

None.

Type

byte

None.

AltID

integer

None.

AddedDate

date

None.

SiteID

integer

None.

application/json, text/json

Sample:
{
  "id": 1,
  "type": 64,
  "altID": 1,
  "addedDate": "2025-01-09T20:52",
  "siteID": 1
}

application/xml, text/xml

Sample:
<RecordUpdateNotificationsUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Type>64</Type>
  <AltID>1</AltID>
  <AddedDate>2025-01-09T20:52:29.2732404+00:00</AddedDate>
  <SiteID>1</SiteID>
</RecordUpdateNotificationsUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
ID

integer

None.

Type

byte

None.

AltID

integer

None.

AddedDate

date

None.

SiteID

integer

None.

application/json, text/json

Sample:
{
  "id": 1,
  "type": 64,
  "altID": 3,
  "addedDate": "2025-01-09T20:52",
  "siteID": 5
}

application/xml, text/xml

Sample:
<RecordUpdateNotifications xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Type>64</Type>
  <AltID>3</AltID>
  <AddedDate>2025-01-09T20:52:29.2732404+00:00</AddedDate>
  <SiteID>5</SiteID>
</RecordUpdateNotifications>