Skip to main content
PUT
Update Reminder
Updates an existing Reminder record. You must include the Id of the record to update along with all required fields.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the Reminder-Edit role.

Enums

Request Body

Required Fields

integer
required
The Id of the Reminder record to update.
integer
required
ID of the business linked to this record.
string
required
The name value for this reminder.
integer
required
The reminder type value for this reminder.
integer
required
The reminder action value for this reminder.

Optional Fields

boolean
Whether for all contacts is enabled.
boolean
Whether for all members is enabled.
boolean
Whether for all child locations is enabled.
integer
ID of the coworker linked to this record.
integer[]
List of tariffs linked to this record.
integer[]
The added tariffs value for this reminder.
integer[]
The removed tariffs value for this reminder.
string
Date/time value for reminder date.
integer
The days after signup value for this reminder.
integer
ID of the product linked to this record.
integer
ID of the survey linked to this record.
integer
The days after renewal value for this reminder.
integer
The days before renewal value for this reminder.
string
The email value for this reminder.
integer
ID of the canned response linked to this record.
string
Date/time value for next process time.
integer[]
List of resources linked to this record.
integer[]
The added resources value for this reminder.
integer[]
The removed resources value for this reminder.
boolean
Whether only send to team paying members is enabled.
boolean
Whether only send to active coworkers is enabled.
integer
The blocking period minutes value for this reminder.

Code Examples

Response

200

integer
HTTP status code. 200 on success.
string
A human-readable message confirming the update.
object
Contains the Id of the updated record.
boolean
true if the reminder was updated successfully.
array
null on success.
Example Response

400

string
A summary of the validation error(s), in the format PropertyName: error message.
any
null on validation failure.
object[]
Array of validation errors.
boolean
false when the request fails validation.
Example Response