updateCouponBatch
put
/ccadmin/v1/couponBatches/{id}
Update Coupon Batch. Update a coupon batch.
Request
Supported Media Types
- application/json
Path Parameters
-
id: string
ID corresponding to the coupon to update.
Root Schema : updateCouponBatch_request
Type:
Show Source
object
-
maxUses:
integer
The maximum number of times each coupon code can be used.
-
numberOfCoupons:
integer
The number of coupon codes to request.
-
prefix:
string
The prefix code for the coupon batch.
-
promotions(optional):
array promotions
List of promotions with which to associate the coupon batch. Use either promotionId or promotions, not both.
-
startDate(optional):
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
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : updateCouponBatch_response
Type:
Show Source
object
-
id(optional):
string
ID of the coupon batch.
-
maxUses(optional):
integer
The number of uses each coupon in the batch has.
-
numberClaimed(optional):
integer
The number of coupons that have been claimed.
-
numberOfCoupons(optional):
integer
The number of coupons in the batch.
-
promotions(optional):
array promotions
List of promotions associated with the coupon.
-
repositoryId(optional):
string
See 'id'
-
startDate(optional):
string
When this coupon batch becomes active.
-
uses(optional):
integer
The uses count.
Nested Schema : items
Type:
Show Source
object
-
repositoryId(optional):
string
The promotion's repository ID
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(optional):
string
An optional non-localized message containing technical information for developers
-
errorCode(optional):
string
The numerical code identifying the error
-
errors(optional):
array errors
An optional list of errors if multiple errors were encountered
-
message(optional):
string
The localized message describing the error
-
moreInfo(optional):
string
An optional non-localized message with more information
-
o:errorPath(optional):
string
An optional machine readable description of where the error occurred
-
status(optional):
string
The HTTP status code
-
type(optional):
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(optional):
string
An optional non-localized message containing technical information for developers
-
errorCode(optional):
string
The numerical code identifying the error
-
message(optional):
string
The localized message describing the error
-
moreInfo(optional):
string
An optional non-localized message with more information
-
o:errorPath(optional):
string
An optional machine readable description of where the error occurred
-
status(optional):
string
The HTTP status code