Skip to main content

Input fields

accountNumber : String! required

The number of the account that the event should be created for.

category : ExternalAccountEventCategory! required

The category of the event.

content : [ExternalAccountEventContent]! required

An array of content data associated with the event.

description : String

A human-readable description of the event.

occurredAt : DateTime

The time the event occurred.

The subcategory of the event.

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-28156AD2", "category": "COMMUNICATIONS", "content": ExternalAccountEventContent, "description": "president-require-spring-especially-participant", "occurredAt": "1983-02-18T23:09:14.803431+00:00", "subcategory": "TELEPHONE" }