updateCouponBatch
put
/ccadmin/v1/couponBatches/{id}
Update Coupon Batch. Update a coupon batch.
Request
Supported Media Types
- application/json
Path Parameters
-
id(required): string
ID corresponding to the coupon to update.
Header Parameters
-
X-CC-Workset: string
The ID of the workset that this change will appear in. If this header is missing, the change will be made in the default workset.
Root Schema : updateCouponBatch_request
Type:
Show Source
object
-
maxUses(required):
integer
The maximum number of times each coupon code can be used.
-
numberOfCoupons(required):
integer
The number of coupon codes to request.
-
prefix(required):
string
The prefix code for the coupon batch.
-
promotions:
array promotions
List of promotions with which to associate the coupon batch. Use either promotionId or promotions, not both.
-
startDate:
string
When this coupon batch becomes active.
Example:
{
"maxUses":"1",
"promotions":[
{
"repositoryId":"promo20011"
},
{
"repositoryId":"promo20009"
}
],
"prefix":"SpecialEvent",
"numberOfCoupons":"5000",
"startDate":"2016-03-23T11:56:00.000-04:00"
}
Nested Schema : promotions
Type:
array
List of promotions with which to associate the coupon batch. Use either promotionId or promotions, not both.
Show Source
Nested Schema : items
Type:
Show Source
object
-
repositoryId(required):
string
The promotion's repository ID
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : updateCouponBatch_response
Type:
Show Source
object
-
id:
string
ID of the coupon batch.
-
maxUses:
integer
The number of uses each coupon in the batch has.
-
numberClaimed:
integer
The number of coupons that have been claimed.
-
numberOfCoupons:
integer
The number of coupons in the batch.
-
promotions:
array promotions
List of promotions associated with the coupon.
-
repositoryId:
string
See 'id'
-
startDate:
string
When this coupon batch becomes active.
-
uses:
integer
The uses count.
Example Response (application/json)
{
"maxUses":"1",
"promotions":[
{
"repositoryId":"promo20009"
},
{
"repositoryId":"promo20011"
}
],
"numberClaimed":"9",
"numberOfCoupons":"11",
"repositoryId":"44d23",
"id":"44d23",
"startDate":"2016-03-23T15:56:00.000Z"
}
Default Response
The error response
Root Schema : errorModel
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
errors:
array errors
An optional list of errors if multiple errors were encountered
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code
-
type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code