post https://api.zenoti.com/v1/guests//aveda/birthday_gift
This API claims an Aveda birthday gift for a specific guest using a valid offer code. It processes the gift through Aveda integration and updates the guest’s records.
Request Model (ClaimAvedaBirthdayGift)
Json property | Data type | Description |
---|---|---|
offer_code | string (required) | Offer code used to claim the Aveda birthday gift. |
Response Model (ClaimAvedaBirthdayGift)
Json property | Data type | Description |
---|---|---|
error | APIV2ErrorModel | null | Error details when the claim fails; null on success. |