Skip to main content

Input fields

data : JSONString

Additional data about the event (e.g., error details, reactivation reason).

eventType : CollectionProcessEventTypeEnum! required

The type of event that occurred.

number : String! required

The Collection Process Record Number.

occurredAt : DateTime

When the event actually occurred. If not provided, uses current time.

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

{ "data": {"key": "value"}, "eventType": "REACTIVATION_PENDING", "number": "form-order-travel-yes-animal", "occurredAt": "2015-02-14T08:07:00.859330+00:00" }