Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 661 Bytes

EventsCreateResponseBody.md

File metadata and controls

27 lines (15 loc) · 661 Bytes

EventsCreateResponseBody

Response body schema for POST v1/events.

Properties

Name Type Description
_object ObjectEnum The object represented is an `event`.
type String The event name.
customer SimpleCustomerRequiredObjectType
referral Object A `null` referral object.
loyalty Object A `null` loyalty object.
metadata Object

Enum: ObjectEnum

Name Value
EVENT "event"