Update a coupon collection by id

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Path parameters

idstringRequiredformat: "uuidv4"
Id of the collection to update

Request

Values to update the coupon collection
defaultCouponstringOptional
A default coupon to be used in case there are no coupons left
expirationDatedatetimeOptional
Specify an expiration date for the coupon collection in RFC3339 format. Use null to remove the expiration date.
remainingCouponsAlertintegerOptional

Send a notification alert (email) when the remaining coupons count is equal or fall bellow this number. Use null to disable alerts.

remainingDaysAlertintegerOptional

Send a notification alert (email) when the remaining days until the expiration date are equal or fall bellow this number. Use null to disable alerts.

Response

Coupon collection updated
defaultCouponstring
The default coupon of the collection
idstringformat: "uuidv4"
The id of the collection
namestringformat: "uuidv4"
The name of the collection

Errors