Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.32 KB

CouponDeletionJob.md

File metadata and controls

20 lines (17 loc) · 1.32 KB

TalonOne.Model.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 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 List<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 List<int> [optional]

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