v1

latestOpenAPI 3.0.12026-07-133870165.8 KB
Customers

Update Customer

Use this endpoint to Update a Customer object. A valid customer id is required. Note: Blank fields are not changed.

put/consumer/v1/customers/{id}

Path parameters

idstring required

id of customer object

Request body

locationIdstring nullable
typeinteger nullable
emailstring nullable
namestring nullable
lastnamestring nullable
firstnamestring nullable
stripeCustomerIdstring nullable
notificationTypestring nullable

0 = default(Email), 1 = Email, 2 = SMS, 3 = Email and SMS

Response

Success