| Campo | Tipo | Obrigatório | Formato |
|---|---|---|---|
batchSize | integer | Não |
curl --location '/coupons/batch/4225' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"data": {
"batchSize" : 3
}
}'{
"error": true,
"messages": [
"Coupon '4225' does not exist or it is not a batch"
]
}