Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.34 KB

CouponDeletionJob.md

File metadata and controls

22 lines (17 loc) · 1.34 KB

# CouponDeletionJob

Properties

Name Type Description Notes
id int Internal ID of this entity.
created \DateTime The time this entity was created.
applicationId int The ID of the application that owns this entity.
accountId int The ID of the account that owns this entity.
filters \TalonOne\Client\Model\CouponDeletionFilters
status string The current status of this request. Possible values: - `not_ready` - `pending` - `completed` - `failed`
deletedAmount int The number of coupon codes that were already deleted for this request. [optional]
failCount int The number of times this job failed.
errors string[] An array of individual problems encountered during the request.
createdBy int ID of the user who created this effect.
communicated bool Indicates whether the user that created this job was notified of its final state.
campaignIDs int[] [optional]

[Back to Model list] [Back to API list] [Back to README]