Generate CouponCodes for a Coupon
POST/coupon/:guid/codes
Generate codes for a Coupon. The properties to apply can be set globally or left to default.
Note that this is best effort, since generation can yield collissions we retry 10 new codes for each desired code. When that fails, the code is simply not generated.
Request​
Responses​
- 204
- 403
- 404
- 406
CouponCodes generated.
Unauthorized. You do not have permission to manage the Coupon.
Coupon not found.
Request is invalid, see error context for validation errors.