PUT 17.0/database/homepagereminders/{groupid}/{reminderid}/{recordid}/{siteid}/{userid}

Description

Update existing Home Page Reminders

URI Parameters

Name Description Type Additional information
groupID

integer

Required

reminderID

integer

Required

recordID

integer

Required

siteID

integer

Required

userID

integer

Required

Name Description Type Additional information
GroupID

integer

None.

ReminderID

integer

None.

RecordID

integer

None.

SiteID

integer

None.

UserID

integer

None.

UpdatedDate

date

None.

Description

string

String length: inclusive between 0 and 100

Val

integer

None.

Icon16

string

String length: inclusive between 0 and 50

Icon32

string

String length: inclusive between 0 and 50

SQLWhere

string

String length: inclusive between 0 and 1024

SQLJoin

string

String length: inclusive between 0 and 512

UserPermissionGroupID

string

String length: inclusive between 0 and 50

UserPermissionItemID

string

String length: inclusive between 0 and 50

DisplayOrder

integer

None.

application/json, text/json

Sample:
{
  "groupID": 1,
  "reminderID": 1,
  "recordID": 1,
  "siteID": 1,
  "userID": 1,
  "updatedDate": "2025-01-09T20:17",
  "description": "sample string 1",
  "val": 1,
  "icon16": "sample string 2",
  "icon32": "sample string 3",
  "sqlWhere": "sample string 4",
  "sqlJoin": "sample string 5",
  "userPermissionGroupID": "sample string 6",
  "userPermissionItemID": "sample string 7",
  "displayOrder": 1
}

application/xml, text/xml

Sample:
<HomePageRemindersUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <GroupID>1</GroupID>
  <ReminderID>1</ReminderID>
  <RecordID>1</RecordID>
  <SiteID>1</SiteID>
  <UserID>1</UserID>
  <UpdatedDate>2025-01-09T20:17:25.1967024+00:00</UpdatedDate>
  <Description>sample string 1</Description>
  <Val>1</Val>
  <Icon16>sample string 2</Icon16>
  <Icon32>sample string 3</Icon32>
  <SQLWhere>sample string 4</SQLWhere>
  <SQLJoin>sample string 5</SQLJoin>
  <UserPermissionGroupID>sample string 6</UserPermissionGroupID>
  <UserPermissionItemID>sample string 7</UserPermissionItemID>
  <DisplayOrder>1</DisplayOrder>
</HomePageRemindersUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
GroupID

integer

None.

ReminderID

integer

None.

RecordID

integer

None.

SiteID

integer

None.

UserID

integer

None.

UpdatedDate

date

None.

Description

string

String length: inclusive between 0 and 100

Val

integer

None.

Icon16

string

String length: inclusive between 0 and 50

Icon32

string

String length: inclusive between 0 and 50

SQLWhere

string

String length: inclusive between 0 and 1024

SQLJoin

string

String length: inclusive between 0 and 512

UserPermissionGroupID

string

String length: inclusive between 0 and 50

UserPermissionItemID

string

String length: inclusive between 0 and 50

DisplayOrder

integer

None.

application/json, text/json

Sample:
{
  "groupID": 1,
  "reminderID": 2,
  "recordID": 3,
  "siteID": 4,
  "userID": 5,
  "updatedDate": "2025-01-09T20:17",
  "description": "sample string 7",
  "val": 8,
  "icon16": "sample string 9",
  "icon32": "sample string 10",
  "sqlWhere": "sample string 11",
  "sqlJoin": "sample string 12",
  "userPermissionGroupID": "sample string 13",
  "userPermissionItemID": "sample string 14",
  "displayOrder": 15
}

application/xml, text/xml

Sample:
<HomePageReminders xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <GroupID>1</GroupID>
  <ReminderID>2</ReminderID>
  <RecordID>3</RecordID>
  <SiteID>4</SiteID>
  <UserID>5</UserID>
  <UpdatedDate>2025-01-09T20:17:25.2123272+00:00</UpdatedDate>
  <Description>sample string 7</Description>
  <Val>8</Val>
  <Icon16>sample string 9</Icon16>
  <Icon32>sample string 10</Icon32>
  <SQLWhere>sample string 11</SQLWhere>
  <SQLJoin>sample string 12</SQLJoin>
  <UserPermissionGroupID>sample string 13</UserPermissionGroupID>
  <UserPermissionItemID>sample string 14</UserPermissionItemID>
  <DisplayOrder>15</DisplayOrder>
</HomePageReminders>