Promo Code Exception Lists
Unique identifier for the partner account.
The unique identifier for the promo code exception list.
The promo code exception list object.
Unique identifier for the promo code exception list.
6001Display name of the promo code exception list.
VIP Partner Promo ExclusionsThe current state of the promo code exception list.
ACTIVEPossible values: Unique identifier for the program this promo code exception list applies to.
10306Date and time the promo code exception list was created (ISO 8601).
2024-03-10T09:00:00-08:00Date and time the promo code exception list was deactivated (ISO 8601). Empty if the list is still active.
The number of items in the promo code exception list.
5API resource path for retrieving the items in this promo code exception list.
/Mediapartners/<AccountSID>/PromoCodeExceptionLists/6001/ItemsUnique reference to the promo code exception list object in the impact.com API.
/Mediapartners/<AccountSID>/PromoCodeExceptionLists/6001GET /Mediapartners/{AccountSID}/PromoCodeExceptionLists/{PromoCodeExceptionListId} HTTP/1.1
Host: api.impact.com
Accept: */*
The promo code exception list object.
{
"Id": "6001",
"Name": "VIP Partner Promo Exclusions",
"State": "ACTIVE",
"CampaignId": "10306",
"CreatedDate": "2024-03-10T09:00:00-08:00",
"DeactivationDate": "",
"NumberOfItems": "5",
"ItemsUri": "/Mediapartners/<AccountSID>/PromoCodeExceptionLists/6001/Items",
"Uri": "/Mediapartners/<AccountSID>/PromoCodeExceptionLists/6001"
}Unique identifier for the partner account.
The unique identifier for the promo code exception list whose items are being retrieved.
A list of promo code exception list item objects.
GET /Mediapartners/{AccountSID}/PromoCodeExceptionLists/{PromoCodeExceptionListId}/Items HTTP/1.1
Host: api.impact.com
Accept: */*
A list of promo code exception list item objects.
{
"PromoCodeExceptionListItems": [
{
"Id": "1",
"ListId": "6001",
"Name": "Summer Sale Code",
"Value": "SUMMER2026",
"MatchMode": "EQ",
"CreatedDate": "2024-03-10T09:00:00-08:00",
"Uri": "/Mediapartners/<AccountSID>/PromoCodeExceptionLists/6001/Items/1"
}
]
}Last updated
