abn.AddRevisit

This job sets an object for a specific user to follow-up.

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 should receive the notification

RevisitTime

BIGINT

Yes

Time when the user should receive the notification (seconds since 01.01.1970 01:00:00 MEZ)

InfoText

STRING

Yes

Info text (max. 225 characters)

RevisitGUID

STRING

Yes

GUID for identifying related follow-ups (32 characters)

[Email]

STRING

No

Email addresses, separated by semicolon (max. 255 characters)

[Confirm]

INT

No

Requirement for password-protected confirmation. If Confirm is not specified or set to 0, no password query occurs.

2. Return Value

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