Skip to main content

Input fields

accountNumber : String! required

The account number.

content : String! required

Reminder content.

dueAt : DateTime! required

When the reminder is due.

reminderType : AccountReminderTypes! required

The reminder type.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "accountNumber": "A-7E1D4762", "content": "as-tree-wide-wide-born", "dueAt": "1982-03-06T07:26:41.357819+00:00", "reminderType": "AD_HOC" }