Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.15 KB

PublicationsCreateRequestBodyCustomer.md

File metadata and controls

22 lines (14 loc) · 1.15 KB

PublicationsCreateRequestBodyCustomer

Properties

Name Type Description
id String The ID of an existing customer.
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.
name String Customer's first and last name.
description String An arbitrary string that you can attach to a customer object.
email String Customer's email address.
phone String Customer's phone number. This parameter is mandatory when you try to send out codes to customers via an SMS channel.
birthday LocalDate `Deprecated`. Customer's birthdate; format YYYY-MM-DD.
birthdate LocalDate Customer's birthdate; format YYYY-MM-DD.
address PublicationsCreateRequestBodyCustomerAddress
metadata Object