Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 2.7 KB

File metadata and controls

28 lines (24 loc) · 2.7 KB

Voucherify.Model.CustomersCreateResponseBody

Response body for POST v1/customers.

Properties

Name Type Description Notes
Id string The ID of an existing customer that will be linked to redemption in this request. [optional]
SourceId string A unique identifier of the customer who validates a voucher. It can be a customer ID or email from a CRM system, database, or a third-party service. If you also pass a customer ID (unique ID assigned by Voucherify), the source ID will be ignored. [optional]
Summary CustomerSummary [optional]
Loyalty CustomerLoyalty [optional]
Referrals CustomerReferrals [optional]
SystemMetadata Object Object used to store system metadata information. [optional]
CreatedAt DateTimeOffset? Timestamp representing the date and time when the customer was created. The value is shown in the ISO 8601 format. [optional]
UpdatedAt DateTimeOffset? Timestamp representing the date and time when the customer was updated. The value is shown in the ISO 8601 format. [optional]
Assets CustomersCreateResponseBodyAssets [optional]
Object string The type of the object represented by JSON. [optional]
Name string Customer's first and last name. [optional]
Description string An arbitrary string that you can attach to a customer object. [optional]
Email string Customer's email address. [optional]
Phone string Customer's phone number. This parameter is mandatory when you try to send out codes to customers via an SMS channel. [optional]
Birthday DateTime? `Deprecated`. Customer's birthdate; format YYYY-MM-DD. [optional]
Birthdate DateTime? Customer's birthdate; format YYYY-MM-DD. [optional]
Address CustomersCreateResponseBodyAddress [optional]
Metadata Object A set of custom key/value pairs that you can attach to a customer. The metadata object stores all custom attributes assigned to the customer. It can be useful for storing additional information about the customer in a structured format. This metadata can be used for validating whether the customer qualifies for a discount or it can be used in building customer segments. [optional]

[Back to Model list] [Back to API list] [Back to README]