Set Customer Birthday

Stores the customer's birthday, which birthday campaigns use to award points or rewards on the customer's birthday. day and month are required; year is optional. Calling again overwrites the stored birthday.

Recipes
👤
Create a customer record
Open Recipe
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The customer's email address. Required if no customer_id is passed.

string

The identifier used to uniquely identify the customer in your system. Required if no customer_email is passed.

int32
required

The day of the month the customer was born (1-31). For example, pass a value of 9 if the customer was born on the 9th of January.

int32
required

The month the customer was born (1-12). For example, pass a value of 1 if the customer was born in January.

int32

The four-digit year the customer was born. For example, 1982.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json