GET 17.0/database/recordupdatenotifications/defaultmodel

Description

Get a Record Update Notifications model with default values

URI Parameters

None.

None.

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": 3,
  "addedDate": "2025-01-09T20:17",
  "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:17:20.3529534+00:00</AddedDate>
  <SiteID>5</SiteID>
</RecordUpdateNotifications>