abn.UpdateRevisit

This job sets a new info text and a new revisit time for an existing revisit. An email address can optionally be specified.

If Confirm is not specified, this setting does not change.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

ObjectID

INT

Yes

ID of the object

ObjectType

INT

Yes

Type of the object

UserID

INT

Yes

ID of the user who receives the existing notification

SetUserID

INT

Yes

ID of the user who created the existing notification

OldRevisitTime

BIGINT

Yes

Time when the user should receive the notification (old value)

SetRevisitTime

BIGINT

Yes

Time when the existing notification was created

NewRevisitTime

BIGINT

Yes

New time when the user should receive the notification

NewInfoText

STRING

Yes

New info text (max. 225 characters)

[Email]

STRING

No

Email addresses separated by semicolon (max. 255 characters)

[Confirm]

INT

No

Request for password-protected confirmation

2. Return Value

(INT): 0 = Job successful, otherwise error code.