Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 671 Bytes

ClientEventsCreateResponseBody.md

File metadata and controls

26 lines (14 loc) · 671 Bytes

ClientEventsCreateResponseBody

Response body schema for POST /events.

Properties

Name Type Description Notes
_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"