{
"assigned": "integer",
"available": "integer",
"code": "string",
"createdAt": "date-time",
"id": "string",
"name": "string",
"quantity": "integer",
"type": "string",
"updatedAt": "date-time",
"usedInWorkflows": [
{
"workflowId": "string"
}
]
}
Name | Type | Description | Additional |
---|---|---|---|
assigned | integer |
The total number of coupon that has been assigned to contacts. Important Remark: this value is updated in batches and changes could be reflected with a maximum delay of 10 seconds |
|
available | integer |
The total number of available coupons in the coupon set. If the value is null means that is a coupon set of type single unlimited. Important Remark: this value is updated in batches and changes could be reflected with a maximum delay of 10 seconds |
Optional |
code | string |
The code of the coupon set. This field only exists for single coupon sets |
Optional |
createdAt | date-time |
The date of coupon set creation in ISO8601 format |
|
id | string |
The identifier of the coupon set |
|
name | string |
The name of the coupon set |
|
quantity | integer |
The total quantity of coupons in the coupon set. If the value is null means that is a coupon set of type single unlimited |
Optional |
type | string |
The coupon set type Possible values are:
|
|
updatedAt | date-time |
The date of coupon set last update in ISO8601 format |
Optional |
usedInWorkflows[] | array |
The list of workflows that are using the coupon set. The usage does not imply that the workflow is in active state. It could be finalized or in draft and having one or more nodes referencing the coupon set |
|
usedInWorkflows[].workflowId | string |
The identifier of the workflow |