Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 627 Bytes

EventsCreateResponseBody.md

File metadata and controls

26 lines (14 loc) · 627 Bytes

EventsCreateResponseBody

Response body schema for POST /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.

Enum: ObjectEnum

Name Value
EVENT "event"