{"info":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","description":"<html><head></head><body><h2 id=\"note-on-terminology\">Note on Terminology:</h2>\n<p>This documentation page reflects the internal terminology used in YouTap systems. With external integrations, some of the terms will inevitably be different.</p>\n<p>Here are two of the most notable comparisons:</p>\n<ul>\n<li><p>\"Coupons\" are also called \"offers\"</p>\n</li>\n<li><p>\"Customers\" are also \"wallets\"</p>\n</li>\n</ul>\n<h2 id=\"description\">Description</h2>\n<p>The aim of \"Loyalty and Promotion\" is to reward customers in as many ways as possible - to encourage loyalty, in response to loyalty, and to guide them towards desirable behaviour.</p>\n<p>The primary way to set up rewards for customers is with campaigns - sets of rules that define the requirements to qualify for a certain reward, a description of the campaign for the customer to see, and parameters for when the campaign is active.</p>\n<p>While a campaign runs virtual coupons will be created and allocated to customers who meet the criteria, and the value of the coupons that have been accrued, as well as the balance history and the descriptions of the campaigns that they are eligible for but have not yet met the requirements to be awarded a coupon from.</p>\n<h3 id=\"coupon-statuses\">Coupon Statuses</h3>\n<p>Note: For ELIGIBLE, ASSIGNED, and ELIGIBLE_AS_ASSIGNED it is possible for the customer's to regress to a previous status if the customer takes certain actions such as changing to a changing to a cheaper plan, thereby changing their metadata scores so they don't match the criteria for that campaign any more.</p>\n<ul>\n<li><p>ELIGIBLE: The customer has matched the eligibility criteria, but not the assignment criteria for this campaign.</p>\n</li>\n<li><p>ASSIGNED: The customer has earned the value of the coupon - it has been added to their usable balance.</p>\n</li>\n<li><p>ELIGIBLE_AS_ASSIGNED: A technical distinction between the \"assigned\" usable balance and an amount that the user should see as usable. This is so that backend integrations can ignore highly volatile such as those given for trading in old devices and only see the concrete numbers, while the customer sees the amount that they can probably rely on, but will be adjusted slightly at POS.</p>\n</li>\n<li><p>REDEEMED: The customer has fully redeemed the value of this coupon.</p>\n</li>\n<li><p>EXPIRED: The customer did not redeem the coupon before its expiry date. Its value has been removed from their wallet.</p>\n</li>\n</ul>\n<h2 id=\"general-errors\">General Errors</h2>\n<h4 id=\"problem-response\">Problem response:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Meaning</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td>URL reference to a description of the error</td>\n<td>\"<a href=\"https://www.youtap.com/problems/resource-not-found\">https://www.youtap.com/problems/resource-not-found\"</a></td>\n</tr>\n<tr>\n<td>Title</td>\n<td>Name of the error</td>\n<td>\"Resource not found\"</td>\n</tr>\n<tr>\n<td>Detail</td>\n<td>Specific explanation of the error</td>\n<td>\"Customer not found\"</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>HTTP status of the response</td>\n<td>404</td>\n</tr>\n<tr>\n<td>Instance</td>\n<td><em>Unused</em></td>\n<td>\"\"</td>\n</tr>\n<tr>\n<td>Error Key</td>\n<td>Key representation of the error</td>\n<td>resource_not_found</td>\n</tr>\n<tr>\n<td>Error Code</td>\n<td><em>Unused</em></td>\n<td>null</td>\n</tr>\n<tr>\n<td>Error Description</td>\n<td><em>Unused</em></td>\n<td>null</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p><strong>401:</strong> Missing/expired/invalid authorization header. No response body.</p>\n</li>\n<li><p><strong>403:</strong> Authorization header not accepted for this resource. No response body.</p>\n</li>\n<li><p><strong>404:</strong> Resource not found. Either no response body, or a Problem.</p>\n</li>\n</ul>\n<p>Other HTTP status codes, such as 500, are unexpected, but will usually have \"title\", \"path\", and \"status\" parameters.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"2765989","collectionId":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","publishedId":"2sBYAyrnnj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-09-10T10:19:16.000Z"},"item":[{"name":"Additional Documentation","item":[],"id":"bd814a66-f229-48e4-98b0-203c4d2160e1","description":"<h3 id=\"coupon-summary\">Coupon Summary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Data Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerStatus</td>\n<td>StringEnum (ACTIVE, INACTIVE, SUSPENDED, UNKNOWN()</td>\n</tr>\n<tr>\n<td>availableBalance</td>\n<td>BigDecimal</td>\n</tr>\n<tr>\n<td>availableBalanceDisplay</td>\n<td>BigDecimal</td>\n</tr>\n<tr>\n<td>potentialBalance</td>\n<td>BigDecimal</td>\n</tr>\n<tr>\n<td>eligibleBalance</td>\n<td>BigDecimal</td>\n</tr>\n<tr>\n<td>eligibleAsAssignedBalance</td>\n<td>BigDecimal</td>\n</tr>\n<tr>\n<td>deviceOfferBalance</td>\n<td>BigDecimal</td>\n</tr>\n<tr>\n<td>isActive</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>serviceId</td>\n<td>String</td>\n</tr>\n<tr>\n<td>defaultInfoConfig</td>\n<td>Map</td>\n</tr>\n<tr>\n<td>earliestExpireDateTime</td>\n<td>ZonedDateTime</td>\n</tr>\n<tr>\n<td>dynamicOffers</td>\n<td>List[CouponResponse]</td>\n</tr>\n<tr>\n<td>carouselItems</td>\n<td>List[CarouselItem]</td>\n</tr>\n<tr>\n<td>walletInfo</td>\n<td>WalletInfo</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"coupon-response\">Coupon Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Data Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Long</td>\n</tr>\n<tr>\n<td>campaignId</td>\n<td>Long</td>\n</tr>\n<tr>\n<td>assignedTo</td>\n<td>Long</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n</tr>\n<tr>\n<td>issueDate</td>\n<td>LocalDateTime</td>\n</tr>\n<tr>\n<td>eligibilityExpiryDate</td>\n<td>LocalDateTime</td>\n</tr>\n<tr>\n<td>redemptionExpiryDate</td>\n<td>LocalDateTime</td>\n</tr>\n<tr>\n<td>offerValue</td>\n<td>BigDecimal</td>\n</tr>\n<tr>\n<td>heroImageName</td>\n<td>String</td>\n</tr>\n<tr>\n<td>brandImageName</td>\n<td>String</td>\n</tr>\n<tr>\n<td>dynamicImageName</td>\n<td>String</td>\n</tr>\n<tr>\n<td>listViewImageName</td>\n<td>String</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n</tr>\n<tr>\n<td>reference</td>\n<td>String</td>\n</tr>\n<tr>\n<td>status</td>\n<td>StringEnum (ACTIVE, EARNED, ENROLLED, ELIGIBLE, ASSIGNED, REDEEMED, EXPIRED, PAYMENT, REVERSAL, DELETED, UNDEFINED, ELIGIBLE_AS_ASSIGNED, APPROVED, PENDING, DRAFT, QUERY)</td>\n</tr>\n<tr>\n<td>appealScore</td>\n<td>BigDecimal</td>\n</tr>\n<tr>\n<td>couponOfferMessage</td>\n<td>List[CouponOfferMessage]</td>\n</tr>\n<tr>\n<td>campaignType</td>\n<td>String</td>\n</tr>\n<tr>\n<td>lastEventTime</td>\n<td>LocalDateTime</td>\n</tr>\n<tr>\n<td>isGenericTradeIn</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>launchUrl</td>\n<td>String</td>\n</tr>\n<tr>\n<td>saveStatus</td>\n<td>StringEnum (NOT_APPLICABLE, SAVED, UNSAVED)</td>\n</tr>\n<tr>\n<td>rewardExpireDays</td>\n<td>Long</td>\n</tr>\n<tr>\n<td>redirectWithExchangeToken</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>campaignMetadata</td>\n<td>List[CampaignMetadataResponse]</td>\n</tr>\n<tr>\n<td>products</td>\n<td>List[ProductResponse]</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"couponoffermessage\">CouponOfferMessage</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Data Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Long</td>\n</tr>\n<tr>\n<td>couponOfferName</td>\n<td>String</td>\n</tr>\n<tr>\n<td>couponOfferHeading</td>\n<td>String</td>\n</tr>\n<tr>\n<td>couponCTATitle</td>\n<td>String</td>\n</tr>\n<tr>\n<td>couponOfferValueSubheading</td>\n<td>String</td>\n</tr>\n<tr>\n<td>couponOfferUrlTitle</td>\n<td>String</td>\n</tr>\n<tr>\n<td>couponOfferExternalUrl</td>\n<td>String</td>\n</tr>\n<tr>\n<td>couponOfferNotification</td>\n<td>String</td>\n</tr>\n<tr>\n<td>couponOfferDetails</td>\n<td>String</td>\n</tr>\n<tr>\n<td>couponOfferShortTAndC</td>\n<td>String</td>\n</tr>\n<tr>\n<td>couponOfferTAndC</td>\n<td>String</td>\n</tr>\n<tr>\n<td>couponOfferAgentInstructions</td>\n<td>String</td>\n</tr>\n<tr>\n<td>actionTitle</td>\n<td>String</td>\n</tr>\n<tr>\n<td>actionUrl</td>\n<td>String</td>\n</tr>\n<tr>\n<td>saveOfferSavedTitle</td>\n<td>String</td>\n</tr>\n<tr>\n<td>saveOfferUnsavedTitle</td>\n<td>String</td>\n</tr>\n<tr>\n<td>couponCampaignId</td>\n<td>Long</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"campaignmetadataresponse\">CampaignMetadataResponse</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Data Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>key</td>\n<td>String</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"productresponse\">ProductResponse</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Data Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Long</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n</tr>\n<tr>\n<td>brand</td>\n<td>BrandResponse</td>\n</tr>\n<tr>\n<td>productCategory</td>\n<td>ProductCategoryResponse</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"brandresponse\">BrandResponse</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Data Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Long</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"productcategoryresponse\">ProductCategoryResponse</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Data Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Long</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"carouselitem\">CarouselItem</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Data Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>imageName</td>\n<td>String</td>\n</tr>\n<tr>\n<td>destination</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"walletinfo\">WalletInfo</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Data Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>String customerId</td>\n<td>String</td>\n</tr>\n<tr>\n<td>String walletId</td>\n<td>String</td>\n</tr>\n<tr>\n<td>String walletCustomerKey</td>\n<td>String</td>\n</tr>\n<tr>\n<td>String walletScoreKey</td>\n<td>String</td>\n</tr>\n<tr>\n<td>String planProductId</td>\n<td>String</td>\n</tr>\n<tr>\n<td>String billingAccountNumber</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"couponevent\">CouponEvent</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name</strong></th>\n<th><strong>Field Data Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>transactionId</td>\n<td>Long</td>\n</tr>\n<tr>\n<td>coupons</td>\n<td>[CouponResponse]</td>\n</tr>\n<tr>\n<td>eventType</td>\n<td>String</td>\n</tr>\n<tr>\n<td>balanceChange</td>\n<td>BigDecimal</td>\n</tr>\n<tr>\n<td>potentialBalanceChange</td>\n<td>BigDecimal</td>\n</tr>\n<tr>\n<td>balanceAfter</td>\n<td>BigDecimal</td>\n</tr>\n<tr>\n<td>date</td>\n<td>ZonedDateTime</td>\n</tr>\n<tr>\n<td>reference</td>\n<td>String</td>\n</tr>\n<tr>\n<td>initiator</td>\n<td>String</td>\n</tr>\n<tr>\n<td>historyEndDate</td>\n<td>ZonedDateTime</td>\n</tr>\n<tr>\n<td>productResponses</td>\n<td>[ProductResponse]</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"bd814a66-f229-48e4-98b0-203c4d2160e1","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}}},{"name":"TradeInJourney","item":[{"name":"1. Quotes Confirmed","id":"6b74a5b7-19f0-4a8c-ab9e-e1a2239ad389","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"version\": \"0\",\n    \"id\": \"406b275a-a1d2-5bbf-11fb-168f11b72449\",\n    \"detail-type\": \"QUOTE\",\n    \"source\": \"swapkit\",\n    \"account\": \"978226885186\",\n    \"time\": \"2023-05-08T23:13:43Z\",\n    \"region\": \"ap-southeast-2\",\n    \"resources\": [],\n    \"detail\": {\n        \"metadata\": {\n            \"event-id\": \"63556\",\n            \"event-type\": \"QUOTE\",\n            \"event-time\": \"2023-05-08T23:12:23Z\",\n            \"domain\": \"TRADEIN\",\n            \"service\": \"Retail-TradeIn-API\",\n            \"status\": \"RETAIL_QUOTE_CONFIRMED\",\n            \"correlation-id\": \"02b0d1e3-d1fd-430d-bcac-e2ac66249eff\"\n        },\n        \"data\": {\n            \"QuoteRef\": \"63555\",\n            \"QuoteType\": \"Retail\",\n            \"QuoteDate\": \"2023-05-08T23:12:23Z\",\n            \"QuoteValidTill\": \"2023-05-08T23:00:00Z\",\n            \"QuoteStatus\": \"Complete\",\n            \"CustomerGrading\": null,\n            \"IFPOffer\": [],\n            \"AgentGrading\": [\n                {\n                    \"AgentStore\": \"Demo Outlet 2\",\n                    \"AgentRef\": \"3a67a384-97b6-4d74-9e12-6764e9d1943b\",\n                    \"AgentName\": \"sachin.khare@one.nz\",\n                    \"IFPOfferAccepted\": false,\n                    \"OriginalQuoteOfferModel\": true,\n                    \"DeviceIMEI\": \"353265073676860\",\n                    \"ModelMake\": \"Apple\",\n                    \"ModelName\": \"iPhone 11 Pro Max 128GB\",\n                    \"ModelType\": \"Phone\",\n                    \"ModelImage\": \"https://tradein.vodafone.co.nz/devices/phones/13297.jpg\",\n                    \"ModelRef\": \"13297\",\n                    \"CurrencyCode\": \"NZD\",\n                    \"CurrencySymbol\": \"$\",\n                    \"DeviceValueOfferWithoutCurrency\": \"644.00\",\n                    \"DeviceValueOffer\": \"$644.00\",\n                    \"AgentDeviceGradingDetails\": [],\n                    \"CustomerEmail\": null,\n                    \"CustomerContact\": \"64000000001\"\n                }\n            ],\n            \"IsAgentGradingDifferent\": true,\n            \"HasQuoteValueChanged\": false,\n            \"DifferenceInValue\": \"0\",\n            \"VfRetailStoreRef\": \"Albany\"\n        }\n    }\n}"},"url":"https://gateway.youtap-test.net/promourl/api/events","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"protocol":"https","path":["promourl","api","events"],"host":["gateway","youtap-test","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b74a5b7-19f0-4a8c-ab9e-e1a2239ad389"},{"name":"2. QuoteRejected","id":"059c8977-356b-49d6-bde0-c97643af5d38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"version\": \"0\",\n    \"id\": \"e67ca6f3-99e2-04ab-cf41-8f897d9cb3b0\",\n    \"detail-type\": \"QUOTE\",\n    \"source\": \"swapkit\",\n    \"account\": \"978321885186\",\n    \"time\": \"2023-05-08T23:17:24Z\",\n    \"region\": \"ap-southeast-2\",\n    \"resources\": [],\n    \"detail\": {\n        \"metadata\": {\n            \"event-id\": \"642000000021\",\n            \"event-type\": \"QUOTE\",\n            \"event-time\": \"2023-10-10T01:02:00Z\",\n            \"domain\": \"TRADEIN\",\n            \"service\": \"Retail-TradeIn-API\",\n            \"status\": \"QUOTE_REJECTED\",\n            \"correlation-id\": \"4b09eda4-fa1e-4461-907c-ecc7b72585f0\"\n        },\n        \"data\": {\n            \"QuoteRef\": \"6420000000212\",\n            \"QuoteType\": \"Online\",\n            \"QuoteDate\": \"2023-10-10T01:02:00Z\",\n            \"QuoteValidTill\": \"2023-05-30T23:00:00Z\",\n            \"QuoteStatus\": \"Rejected\",\n            \"CustomerGrading\": [\n                {\n                    \"CustomerEmail\": \"NA\",\n                    \"CustomerContact\": \"642000000021\",\n                    \"ModelMake\": \"Samsung\",\n                    \"ModelName\": \"Galaxy Z Fold 3 128GB\",\n                    \"ModelType\": \"Phone\",\n                    \"ModelImage\": \"https://tradein.vodafone.co.nz/devices/phones/Default.png\",\n                    \"ModelRef\": \"17449\",\n                    \"CurrencyCode\": \"NZD\",\n                    \"CurrencySymbol\": \"$\",\n                    \"DeviceValueOfferWithoutCurrency\": \"321.00\",\n                    \"DeviceValueOffer\": \"$321.00\",\n                    \"DeviceGradingDetails\": [\n                        {\n                            \"Grading_device_power_up\": true,\n                            \"Grading_device_screen\": true,\n                            \"Grading_device_battery\": true,\n                            \"Grading_device_buttons_and_touchscreen\": true,\n                            \"Grading_device_casing\": false,\n                            \"DeviceGrade\": \"Damaged\",\n                            \"GradingDate\": \"2023-10-10T01:02:00Z\",\n                            \"IsAgentGrading\": false,\n                            \"IsCustomerGrading\": true,\n                            \"GradingStatus\": \"Complete\"\n                        }\n                    ]\n                }\n            ],\n            \"IFPOffer\": [\n                {\n                    \"IFPModelMake\": \"Samsung\",\n                    \"IFPModelName\": \"Galaxy S23 Ultra\",\n                    \"IFPModelType\": \"Phone\",\n                    \"CurrencyCode\": \"NZD\",\n                    \"CurrencySymbol\": \"$\",\n                    \"IFPOfferValueWithoutCurrency\": \"321.00\",\n                    \"IFPOfferPrice\": \"$321.00\",\n                    \"IFPModelImage\": \"https://tradein.vodafone.co.nz/devices/phones/Default.png\",\n                    \"IFPOfferValidTillDate\": \"2023-05-31T22:59:00Z\",\n                    \"IFPPromoTotalSavings\": \"$740.00\",\n                    \"IFPPromoPlan\": \"$60 Pay Monthly plan\",\n                    \"IFPPromoPaymentTerms\": \"24 or 36 month\",\n                    \"IFPPromoTextLineTitle\": \"Get up to $740.00 off.\",\n                    \"IFPPromoTextLineDetails\": \"Save up to $321.00 when you trade in and save $321.00 over your Interest Free term when you purchase a Samsung Galax\",\n                    \" IFPPromoTerms \": \" Offer available until 31 May 2023 on $60 Pay Monthly plan on 24 or 36 month term only.\",\n                    \" IFPTermsWebLink \": \" https: //www.one.nz/samsung-galaxy/galaxy-s23-ultra/#productDetailsTermsCondition\",\n                    \"IFPTermsLinkText\": \"Eligibility criteria & terms apply.\",\n                    \"IFPRef\": 15\n                }\n            ],\n            \"AgentGrading\": [\n                {\n                    \"AgentStore\": \"Albany\",\n                    \"AgentRef\": \"1c782364-9a78-48b7-a16a-1ec88a9aba47\",\n                    \"AgentName\": \"harvinders@swapkit.ie\",\n                    \"IFPOfferAccepted\": false,\n                    \"OriginalQuoteOfferModel\": true,\n                    \"DeviceIMEI\": \"353989100924452\",\n                    \"ModelMake\": \"Samsung\",\n                    \"ModelName\": \"Galaxy Z Fold 3 128GB\",\n                    \"ModelType\": \"Phone\",\n                    \"ModelImage\": \"https://tradein.vodafone.co.nz/devices/phones/Default.png\",\n                    \"ModelRef\": \"17449\",\n                    \"CurrencyCode\": \"NZD\",\n                    \"CurrencySymbol\": \"$\",\n                    \"DeviceValueOfferWithoutCurrency\": \"321.00\",\n                    \"DeviceValueOffer\": \"$321.00\",\n                    \"AgentDeviceGradingDetails\": [\n                        {\n                            \"Grading_device_power_up\": true,\n                            \"Grading_device_screen\": true,\n                            \"Grading_device_battery\": true,\n                            \"Grading_device_buttons_and_touchscreen\": false,\n                            \"Grading_device_casing\": false,\n                            \"DeviceGrade\": \"Damaged\",\n                            \"GradingDate\": \"2023-05-08T23:16:00Z\",\n                            \"IsAgentGrading\": true,\n                            \"IsCustomerGrading\": false,\n                            \"GradingStatus\": \"Complete\"\n                        }\n                    ]\n                }\n            ],\n            \"IsAgentGradingDifferent\": false,\n            \"HasQuoteValueChanged\": true,\n            \"DifferenceInValue\": \"112\",\n            \"VfRetailStoreRef\": \"Albany\"\n        }\n    }\n}"},"url":"https://gateway.youtap-test.net/promourl/api/events","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"protocol":"https","path":["promourl","api","events"],"host":["gateway","youtap-test","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"059c8977-356b-49d6-bde0-c97643af5d38"},{"name":"3. QuoteCancelled","id":"cc5a0579-9c39-454f-970d-a5711be9df78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"version\": \"0\",\n    \"id\": \"cfa6f305-109b-8e93-f149-4338e099bc04\",\n    \"detail-type\": \"QUOTE\",\n    \"source\": \"swapkit\",\n    \"account\": \"978226885186\",\n    \"time\": \"2023-10-06T23:20:25Z\",\n    \"region\": \"ap-southeast-2\",\n    \"resources\": [],\n    \"detail\": {\n        \"metadata\": {\n            \"event-id\": \"642000000021\",\n            \"event-type\": \"QUOTE\",\n            \"event-time\": \"2023-10-06T23:36:22Z\",\n            \"domain\": \"TRADEIN\",\n            \"service\": \"Retail-TradeIn-API\",\n            \"status\": \"QUOTE_CANCELLED\",\n            \"correlation-id\": \"460ef916-c016-4840-8f60-869617054e78\"\n        },\n        \"data\": {\n            \"QuoteRef\": \"6420000000214\",\n            \"QuoteType\": \"Retail\",\n            \"QuoteDate\": \"2023-10-06T23:23:01Z\",\n            \"QuoteValidTill\": \"2023-10-10T23:00:00Z\",\n            \"QuoteStatus\": \"Cancelled\",\n            \"CustomerGrading\": [\n                {\n                    \"CustomerEmail\": \"NA\",\n                    \"CustomerContact\": \"642000000021\",\n                    \"ModelMake\": \"Samsung\",\n                    \"ModelName\": \"Galaxy Fold3 512GB\",\n                    \"ModelType\": \"Phone\",\n                    \"ModelImage\": \"https://tradein.vodafone.co.nz/devices/phones/Default.png\",\n                    \"ModelRef\": \"18473\",\n                    \"CurrencyCode\": \"NZD\",\n                    \"CurrencySymbol\": \"$\",\n                    \"DeviceValueOfferWithoutCurrency\": \"400.00\",\n                    \"DeviceValueOffer\": \"$400.00\",\n                    \"DeviceGradingDetails\": [\n                        {\n                            \"Grading_device_power_up\": true,\n                            \"Grading_device_screen\": true,\n                            \"Grading_device_battery\": true,\n                            \"Grading_device_buttons_and_touchscreen\": true,\n                            \"Grading_device_casing\": true,\n                            \"DeviceGrade\": \"Good Condition\",\n                            \"GradingDate\": \"2023-06-28T13:29:45Z\",\n                            \"IsAgentGrading\": false,\n                            \"IsCustomerGrading\": true,\n                            \"IsWhGrading\": false,\n                            \"GradingStatus\": \"Complete\"\n                        }\n                    ]\n                }\n            ],\n            \"IFPOffer\": [],\n            \"AgentGrading\": [\n                {\n                    \"AgentStore\": \"Albany\",\n                    \"AgentRef\": \"1c782364-9a78-48b7-a16a-1ec88a9aba47\",\n                    \"AgentName\": \"harvinders@swapkit.ie\",\n                    \"IFPOfferAccepted\": false,\n                    \"OriginalQuoteOfferModel\": true,\n                    \"DeviceIMEI\": \"991387989339843\",\n                    \"ModelMake\": \"Apple\",\n                    \"ModelName\": \"iPhone 11 128GB\",\n                    \"ModelType\": \"Phone\",\n                    \"ModelImage\": \"https://tradein.vodafone.co.nz/devices/phones/13291.jpg\",\n                    \"ModelRef\": \"13291\",\n                    \"CurrencyCode\": \"NZD\",\n                    \"CurrencySymbol\": \"$\",\n                    \"DeviceValueOfferWithoutCurrency\": \"400.00\",\n                    \"DeviceValueOffer\": \"$400.00\",\n                    \"AgentDeviceGradingDetails\": [\n                        {\n                            \"Grading_device_power_up\": true,\n                            \"Grading_device_screen\": true,\n                            \"Grading_device_battery\": true,\n                            \"Grading_device_buttons_and_touchscreen\": true,\n                            \"Grading_device_casing\": true,\n                            \"DeviceGrade\": \"Good Condition\",\n                            \"GradingDate\": \"2023-10-06T23:36:22Z\",\n                            \"IsAgentGrading\": true,\n                            \"IsCustomerGrading\": false,\n                            \"GradingStatus\": \"Complete\"\n                        }\n                    ]\n                }\n            ],\n            \"IsAgentGradingDifferent\": true,\n            \"HasQuoteValueChanged\": false,\n            \"DifferenceInValue\": \"0\",\n            \"VfRetailStoreRef\": \"Albany\"\n        }\n    }\n}"},"url":"https://gateway.youtap-test.net/promourl/api/events","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"protocol":"https","path":["promourl","api","events"],"host":["gateway","youtap-test","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc5a0579-9c39-454f-970d-a5711be9df78"},{"name":"4. TradeIn Complete","id":"a031006e-5b9b-413a-9500-45df8bc49628","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"version\": \"0\",\n    \"id\": \"19248259-aa40-6a30-b07f-6604a33dc849\",\n    \"detail-type\": \"QUOTE\",\n    \"source\": \"swapkit\",\n    \"account\": \"978226885186\",\n    \"time\": \"2023-05-08T23:07:48Z\",\n    \"region\": \"ap-southeast-2\",\n    \"resources\": [],\n    \"detail\": {\n        \"metadata\": {\n            \"event-id\": \"642000000021\",\n            \"event-type\": \"QUOTE\",\n            \"event-time\": \"2023-10-06T22:23:01Z\",\n            \"domain\": \"TRADEIN\",\n            \"service\": \"Online-TradeIn-API\",\n            \"status\": \"TRADEIN_COMPLETE\",\n            \"correlation-id\": \"5ab19339-3e9b-412f-9027-8129c550fc49\"\n        },\n        \"data\": {\n            \"QuoteRef\": \"6420000000215\",\n            \"QuoteType\": \"Online\",\n            \"QuoteDate\": \"2023-10-06T22:23:01Z\",\n            \"QuoteValidTill\": \"2023-10-10T22:00:00Z\",\n            \"QuoteStatus\": \"Complete\",\n            \"CustomerGrading\": [\n                {\n                    \"CustomerEmail\": \"NA\",\n                    \"CustomerContact\": \"642000000021\",\n                    \"ModelMake\": \"Apple\",\n                    \"ModelName\": \"iPhone 11 256GB\",\n                    \"ModelType\": \"Phone\",\n                    \"ModelImage\": \"https://tradein.vodafone.co.nz/devices/phones/13292.jpg\",\n                    \"ModelRef\": \"13292\",\n                    \"CurrencyCode\": \"NZD\",\n                    \"CurrencySymbol\": \"$\",\n                    \"DeviceValueOfferWithoutCurrency\": \"600.00\",\n                    \"DeviceValueOffer\": \"$600.00\",\n                    \"DeviceGradingDetails\": [\n                        {\n                            \"Grading_device_power_up\": true,\n                            \"Grading_device_screen\": true,\n                            \"Grading_device_battery\": true,\n                            \"Grading_device_buttons_and_touchscreen\": true,\n                            \"Grading_device_casing\": true,\n                            \"DeviceGrade\": \"Good Condition\",\n                            \"GradingDate\": \"2023-10-06T22:23:01Z\",\n                            \"IsAgentGrading\": false,\n                            \"IsCustomerGrading\": true,\n                            \"GradingStatus\": \"Complete\"\n                        }\n                    ]\n                }\n            ],\n            \"IFPOffer\": [\n                {\n                    \"IFPModelMake\": \"Apple\",\n                    \"IFPModelName\": \"iPhone 13\",\n                    \"IFPModelType\": \"Phone\",\n                    \"CurrencyCode\": \"NZD\",\n                    \"CurrencySymbol\": \"$\",\n                    \"IFPOfferValueWithoutCurrency\": \"600.00\",\n                    \"IFPOfferPrice\": \"$600.00\",\n                    \"IFPModelImage\": \"https://tradein.vodafone.co.nz/devices/phones/Default.png\",\n                    \"IFPOfferValidTillDate\": \"2023-05-14T22:59:00Z\",\n                    \"IFPPromoTotalSavings\": \"$840.00\",\n                    \"IFPPromoPlan\": \"$80 Pay Monthly plan\",\n                    \"IFPPromoPaymentTerms\": \"24 or 36 month\",\n                    \"IFPPromoTextLineTitle\": \"Get up to $840.00 off.\",\n                    \"IFPPromoTextLineDetails\": \"Save up to $600.00 when you trade in and save $600.00 over your Interest Free term when you purchase an Apple iPhone 13.\",\n                    \"IFPPromoTerms\": \"Offer available until 14 May 2023 on $80 Pay Monthly plan on 24 or 36 month term only.\",\n                    \"IFPTermsWebLink\": \"https://www.one.nz/iphone/iphone-13/#productDetailsTermsCondition\",\n                    \"IFPTermsLinkText\": \"Eligibility criteria & terms apply.\",\n                    \"IFPRef\": 16\n                }\n            ],\n            \"AgentGrading\": [\n                {\n                    \"AgentStore\": \"Invercargill\",\n                    \"AgentRef\": \"1c782364-9a78-48b7-a16a-1ec88a9aba47\",\n                    \"AgentName\": \"harvinders@swapkit.ie\",\n                    \"IFPOfferAccepted\": false,\n                    \"OriginalQuoteOfferModel\": true,\n                    \"DeviceIMEI\": \"352932113706608\",\n                    \"ModelMake\": \"Apple\",\n                    \"ModelName\": \"iPhone 11 256GB\",\n                    \"ModelType\": \"Phone\",\n                    \"ModelImage\": \"https://tradein.vodafone.co.nz/devices/phones/13292.jpg\",\n                    \"ModelRef\": \"13292\",\n                    \"CurrencyCode\": \"NZD\",\n                    \"CurrencySymbol\": \"$\",\n                    \"DeviceValueOfferWithoutCurrency\": \"600.00\",\n                    \"DeviceValueOffer\": \"$600.00\",\n                    \"AgentDeviceGradingDetails\": [\n                        {\n                            \"Grading_device_power_up\": true,\n                            \"Grading_device_screen\": true,\n                            \"Grading_device_battery\": true,\n                            \"Grading_device_buttons_and_touchscreen\": true,\n                            \"Grading_device_casing\": true,\n                            \"DeviceGrade\": \"Good Condition\",\n                            \"GradingDate\": \"2023-05-08T22:46:04Z\",\n                            \"IsAgentGrading\": true,\n                            \"IsCustomerGrading\": false,\n                            \"GradingStatus\": \"Complete\"\n                        }\n                    ]\n                }\n            ],\n            \"IsAgentGradingDifferent\": false,\n            \"HasQuoteValueChanged\": true,\n            \"DifferenceInValue\": \"-1\",\n            \"VfRetailStoreRef\": \"Invercargill\"\n        }\n    }\n}"},"url":"https://gateway.youtap-test.net/promourl/api/events","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"protocol":"https","path":["promourl","api","events"],"host":["gateway","youtap-test","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"a031006e-5b9b-413a-9500-45df8bc49628"}],"id":"ff19d986-bffd-4817-ac86-94f55b08ab23","description":"<p>APIs for trade in journey</p>\n","_postman_id":"ff19d986-bffd-4817-ac86-94f55b08ab23","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}}},{"name":"Prize/Red Packet","item":[{"name":"campaign-controller","item":[{"name":"get Campaign","id":"87adb595-95ac-42c6-ae19-da6f17ca3a7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":"/promourl/api/campaigns/:id","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"path":["campaigns",":id"],"host":["/promourl/api"],"query":[],"variable":[{"id":"e1266ff2-8dc4-45eb-9ec9-e11c03a7f4b1","type":"any","value":"<long>","key":"id"}]}},"response":[{"id":"0aa3e275-0428-412d-9641-891feab1e3e3","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":{"raw":"/promourl/api/campaigns/:id","host":["/promourl/api"],"path":["campaigns",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"*/*"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 200,\n    \"name\": \"calculated offer\",\n    \"description\": \"\",\n    \"status\": \"ACTIVE\",\n    \"createdDate\": \"1970-01-01\",\n    \"startDate\": \"2026-09-10\",\n    \"endDate\": \"2026-02-20\",\n    \"createdDateRaw\": 0,\n    \"startDateRaw\": 1789018915034,\n    \"endDateRaw\": 1771500906032,\n    \"couponValue\": 4.0,\n    \"couponValueField\": \"discount_cash_in_offer_amount\",\n    \"couponMinValue\": null,\n    \"couponMaxValue\": 5.5,\n    \"distributedCoupons\": 0,\n    \"maxDistribution\": 5000,\n    \"heroImageName\": null,\n    \"brandImageName\": null,\n    \"dynamicImageName\": null,\n    \"listViewImageName\": null,\n    \"eligibilityCriteria\": {\n        \"primaryRuleGroup\": {\n            \"andOrOption\": \"AND\",\n            \"rules\": [\n                {\n                    \"ruleKey\": \"plan_name\",\n                    \"value\": \"MediumMobile\",\n                    \"operator\": \"IS\"\n                },\n                {\n                    \"ruleKey\": \"pp_churn_segment\",\n                    \"value\": \"L\",\n                    \"operator\": \"IS\"\n                }\n            ]\n        },\n        \"ruleGroups\": []\n    },\n    \"assignmentCriteria\": {\n        \"primaryRuleGroup\": {\n            \"andOrOption\": \"AND\",\n            \"rules\": [\n                {\n                    \"ruleKey\": \"pp_ifp_segment\",\n                    \"value\": \"L\",\n                    \"operator\": \"IS\"\n                },\n                {\n                    \"ruleKey\": \"wallet_id\",\n                    \"value\": \"64120006582\",\n                    \"operator\": \"IS\"\n                }\n            ]\n        },\n        \"ruleGroups\": []\n    },\n    \"exclusionRules\": [],\n    \"couponOfferMessages\": [\n        {\n            \"id\": 2,\n            \"couponOfferName\": \"Calculated offer\",\n            \"couponOfferHeading\": \"couponOfferHeading\",\n            \"couponCTATitle\": \"couponOfferCtaTitle\",\n            \"couponOfferValueSubheading\": null,\n            \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n            \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n            \"couponOfferNotification\": \"couponOfferNotification\",\n            \"couponOfferDetails\": \"couponOfferDetails\",\n            \"couponOfferShortTAndC\": null,\n            \"couponOfferTAndC\": \"couponOfferDetails\",\n            \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n            \"couponOfferLaunchCta\": null,\n            \"actionTitle\": null,\n            \"actionUrl\": null,\n            \"saveOfferSavedTitle\": null,\n            \"saveOfferUnsavedTitle\": null,\n            \"howToRedeemOffer\": null,\n            \"offerShortName\": null,\n            \"couponCampaignId\": 200,\n            \"eCouponCode\": null\n        }\n    ],\n    \"ruleConfig\": {\n        \"id\": 6,\n        \"ruleCode\": \"CAMAT\",\n        \"ruleDescription\": \"customers eligible at anytime\"\n    },\n    \"campaignType\": \"Plan Kicker\",\n    \"campaignSubtype\": null,\n    \"rewardExpireDays\": 300,\n    \"isGenericTradeIn\": null,\n    \"url\": null,\n    \"isSavedOffer\": null,\n    \"savedByDefault\": null,\n    \"creator\": \"System\",\n    \"couponStatusNumbers\": [\n        {\n            \"couponNumbers\": 1,\n            \"couponStatus\": \"ELIGIBLE\"\n        }\n    ],\n    \"eligibleCustomerCount\": 0,\n    \"lastCountTime\": \"1970-01-01T12:00:00\",\n    \"generatedFileLink\": null,\n    \"lastGeneratedTime\": \"1970-01-01T12:00:00\",\n    \"customerDataFileLink\": null,\n    \"customerDataTime\": \"1970-01-01T12:00:00\",\n    \"isGenerationInProgress\": false,\n    \"isRecurring\": null,\n    \"recurrenceFrequency\": null,\n    \"recursUntil\": null,\n    \"recurrenceParent\": null,\n    \"isRecurringChild\": false,\n    \"redirectWithExchangeToken\": null,\n    \"campaignMetadata\": [],\n    \"products\": [],\n    \"plans\": [],\n    \"terms\": [],\n    \"campaignCategory\": {\n        \"id\": 1,\n        \"name\": \"Loyalty & Retention\"\n    },\n    \"campaignPrizeDraw\": null,\n    \"assignedRescindRule\": {\n        \"rescindAction\": \"CONDITIONAL\",\n        \"rescindWithinDays\": null\n    },\n    \"eligibleRescindRule\": {\n        \"rescindAction\": \"CONDITIONAL\",\n        \"rescindWithinDays\": null\n    },\n    \"savedFlagNameId\": null,\n    \"tags\": [],\n    \"segment\": null,\n    \"campaignTypeResponse\": null,\n    \"couponDisplayOrder\": 5000,\n    \"couponCode\": null,\n    \"couponCodeCSV\": false,\n    \"isComplete\": false,\n    \"versionCount\": 0\n}"}],"_postman_id":"87adb595-95ac-42c6-ae19-da6f17ca3a7e"},{"name":"get Campaigns","id":"5ce9b0f3-e689-4c0d-8ece-bc53e2d01dd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":"/promourl/api/campaigns?status=PENDING","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"path":["campaigns"],"host":["/promourl/api"],"query":[{"key":"status","value":"PENDING"}],"variable":[]}},"response":[{"id":"8b45a790-e6d3-43fc-9020-469af6785b20","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":{"raw":"/promourl/api/campaigns?status=PENDING","host":["/promourl/api"],"path":["campaigns"],"query":[{"key":"status","value":"PENDING"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"*/*"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 301,\n        \"name\": \"recurring campaign child\",\n        \"description\": \"\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"2026-09-01\",\n        \"startDate\": \"2026-09-01\",\n        \"endDate\": \"2026-10-01\",\n        \"createdDateRaw\": 1788220800000,\n        \"startDateRaw\": 1788220800000,\n        \"endDateRaw\": 1790812799000,\n        \"couponValue\": 500.0,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 5000,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"pp_ifp_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"wallet_id\",\n                        \"value\": \"64120006582\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Plan Kicker\",\n        \"campaignCategoryId\": 1,\n        \"campaignCategory\": \"Loyalty & Retention\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 300,\n        \"name\": \"recurring campaign parent\",\n        \"description\": \"\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"2026-08-10\",\n        \"startDate\": \"2026-08-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 1786340522813,\n        \"startDateRaw\": 1786340522813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": 500.0,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 5000,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"pp_ifp_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"wallet_id\",\n                        \"value\": \"64120006582\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Plan Kicker\",\n        \"campaignCategoryId\": 1,\n        \"campaignCategory\": \"Loyalty & Retention\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 400,\n        \"name\": \"Saved Offer - Unsaved\",\n        \"description\": \"Generic time bound\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": 500.0,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 5000,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": []\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Generic time bound\",\n        \"campaignCategoryId\": 1,\n        \"campaignCategory\": \"Loyalty & Retention\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 800,\n        \"name\": \"Draft Campaign\",\n        \"description\": \"Draft\",\n        \"status\": \"DRAFT\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": 500.0,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 5000,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": []\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Device Offers\",\n        \"campaignCategoryId\": null,\n        \"campaignCategory\": null,\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 500,\n        \"name\": \"Marketing\",\n        \"description\": \"Marketing\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": 500.0,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 5000,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": []\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Marketing\",\n        \"campaignCategoryId\": 3,\n        \"campaignCategory\": \"Marketing & Promotions\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 401,\n        \"name\": \"Saved Offer - Saved\",\n        \"description\": \"Generic time bound\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": 500.0,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 5000,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"pp_ifp_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"wallet_id\",\n                        \"value\": \"64120006582\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": []\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Generic time bound\",\n        \"campaignCategoryId\": 1,\n        \"campaignCategory\": \"Loyalty & Retention\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 600,\n        \"name\": \"Device Offer Campaign\",\n        \"description\": \"Device Offers\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": 500.0,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 5000,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": []\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Device Offers\",\n        \"campaignCategoryId\": 2,\n        \"campaignCategory\": \"Device Upgrades\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 100,\n        \"name\": \"Survey\",\n        \"description\": \"Survey\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": 500.0,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 5000,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": []\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Survey\",\n        \"campaignCategoryId\": 1,\n        \"campaignCategory\": \"Loyalty & Retention\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 903,\n        \"name\": \"eCoupon Codes Exhausted Test\",\n        \"description\": \"eCoupon Codes Exhausted Test\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": null,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 10,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": []\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Rewards\",\n        \"campaignCategoryId\": 5,\n        \"campaignCategory\": \"Rewards\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 200,\n        \"name\": \"calculated offer\",\n        \"description\": \"\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": 4.0,\n        \"couponValueField\": \"discount_cash_in_offer_amount\",\n        \"couponMaxValue\": 5.5,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 5000,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"pp_ifp_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"wallet_id\",\n                        \"value\": \"64120006582\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Plan Kicker\",\n        \"campaignCategoryId\": 1,\n        \"campaignCategory\": \"Loyalty & Retention\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 901,\n        \"name\": \"Partner Redirect Campaign\",\n        \"description\": \"Partner Redirect Campaign\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": null,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 10,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": []\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Rewards\",\n        \"campaignCategoryId\": 5,\n        \"campaignCategory\": \"Rewards\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 700,\n        \"name\": \"Trade-in Campaign\",\n        \"description\": \"Trade-in Campaign\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": 500.0,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 5000,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": []\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Trade-in\",\n        \"campaignCategoryId\": 2,\n        \"campaignCategory\": \"Device Upgrades\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 902,\n        \"name\": \"Random Draw Campaign\",\n        \"description\": \"Random Draw Campaign\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": null,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 10,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": []\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Rewards\",\n        \"campaignCategoryId\": 5,\n        \"campaignCategory\": \"Rewards\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 900,\n        \"name\": \"eCoupon Campaign\",\n        \"description\": \"eCoupon Campaign\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": null,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 10,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": []\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Rewards\",\n        \"campaignCategoryId\": 5,\n        \"campaignCategory\": \"Rewards\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    }\n]"}],"_postman_id":"5ce9b0f3-e689-4c0d-8ece-bc53e2d01dd4"},{"name":"V2 get Campaigns (Simple)","id":"dacb0af5-7d00-4af1-a5d8-b6e44fe9f2e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":"/promourl/api/v2/campaigns?campaignType=<string>&status=PENDING&excludedStatus=PENDING&campaignName=<string>&isRecurringChild=<boolean>&isRecurringParent=<boolean>&isNotRecurring=<boolean>&recurringParent=<long>&page=<integer>&size=<integer>&sort=<string>,<string>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"path":["v2","campaigns"],"host":["/promourl/api"],"query":[{"key":"campaignType","value":"<string>"},{"key":"status","value":"PENDING"},{"key":"excludedStatus","value":"PENDING"},{"key":"campaignName","value":"<string>"},{"key":"isRecurringChild","value":"<boolean>"},{"key":"isRecurringParent","value":"<boolean>"},{"key":"isNotRecurring","value":"<boolean>"},{"key":"recurringParent","value":"<long>"},{"key":"page","value":"<integer>"},{"key":"size","value":"<integer>"},{"key":"sort","value":"<string>,<string>"}],"variable":[]}},"response":[{"id":"990d6450-a8bb-479c-95a2-d9d47b9f7bcb","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":{"raw":"/promourl/api/v2/campaigns?campaignType=<string>&status=PENDING&excludedStatus=PENDING&campaignName=<string>&isRecurringChild=<boolean>&isRecurringParent=<boolean>&isNotRecurring=<boolean>&recurringParent=<long>&page=<integer>&size=<integer>&sort=<string>,<string>","host":["/promourl/api"],"path":["v2","campaigns"],"query":[{"key":"campaignType","value":"<string>"},{"key":"status","value":"PENDING"},{"key":"excludedStatus","value":"PENDING"},{"key":"campaignName","value":"<string>"},{"key":"isRecurringChild","value":"<boolean>"},{"key":"isRecurringParent","value":"<boolean>"},{"key":"isNotRecurring","value":"<boolean>"},{"key":"recurringParent","value":"<long>"},{"key":"page","value":"<integer>"},{"key":"size","value":"<integer>"},{"key":"sort","value":"<string>,<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"*/*"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 301,\n            \"name\": \"recurring campaign child\",\n            \"status\": \"ACTIVE\",\n            \"createdDateRaw\": 1788220800000,\n            \"startDateRaw\": 1788220800000,\n            \"endDateRaw\": 1790812799000,\n            \"couponValue\": 500,\n            \"isCalculatedValue\": false,\n            \"distributedCoupons\": 0,\n            \"maxDistribution\": 5000,\n            \"campaignType\": \"Plan Kicker\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"rewardExpireDays\": 300,\n            \"isRecurring\": true,\n            \"isRecurringChild\": true,\n            \"recursUntil\": null,\n            \"isComplete\": false,\n            \"createdDate\": \"2026-09-01\",\n            \"startDate\": \"2026-09-01\",\n            \"endDate\": \"2026-10-01\"\n        },\n        {\n            \"id\": 300,\n            \"name\": \"recurring campaign parent\",\n            \"status\": \"ACTIVE\",\n            \"createdDateRaw\": 1786340521154,\n            \"startDateRaw\": 1786340521154,\n            \"endDateRaw\": 1771500906032,\n            \"couponValue\": 500,\n            \"isCalculatedValue\": false,\n            \"distributedCoupons\": 0,\n            \"maxDistribution\": 5000,\n            \"campaignType\": \"Plan Kicker\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"rewardExpireDays\": 300,\n            \"isRecurring\": true,\n            \"isRecurringChild\": false,\n            \"recursUntil\": \"2027-03-10\",\n            \"isComplete\": false,\n            \"createdDate\": \"2026-08-10\",\n            \"startDate\": \"2026-08-10\",\n            \"endDate\": \"2026-02-20\"\n        },\n        {\n            \"id\": 200,\n            \"name\": \"calculated offer\",\n            \"status\": \"ACTIVE\",\n            \"createdDateRaw\": 0,\n            \"startDateRaw\": 1789018921154,\n            \"endDateRaw\": 1771500906032,\n            \"couponValue\": 4,\n            \"isCalculatedValue\": true,\n            \"distributedCoupons\": 0,\n            \"maxDistribution\": 5000,\n            \"campaignType\": \"Plan Kicker\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"rewardExpireDays\": 300,\n            \"isRecurring\": null,\n            \"isRecurringChild\": false,\n            \"recursUntil\": null,\n            \"isComplete\": false,\n            \"createdDate\": \"1970-01-01\",\n            \"startDate\": \"2026-09-10\",\n            \"endDate\": \"2026-02-20\"\n        },\n        {\n            \"id\": 100,\n            \"name\": \"Survey\",\n            \"status\": \"ACTIVE\",\n            \"createdDateRaw\": 0,\n            \"startDateRaw\": 1789018921154,\n            \"endDateRaw\": 1771500906032,\n            \"couponValue\": 500,\n            \"isCalculatedValue\": false,\n            \"distributedCoupons\": 0,\n            \"maxDistribution\": 5000,\n            \"campaignType\": \"Survey\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"rewardExpireDays\": 300,\n            \"isRecurring\": null,\n            \"isRecurringChild\": false,\n            \"recursUntil\": null,\n            \"isComplete\": false,\n            \"createdDate\": \"1970-01-01\",\n            \"startDate\": \"2026-09-10\",\n            \"endDate\": \"2026-02-20\"\n        },\n        {\n            \"id\": 700,\n            \"name\": \"Trade-in Campaign\",\n            \"status\": \"ACTIVE\",\n            \"createdDateRaw\": 0,\n            \"startDateRaw\": 1789018921154,\n            \"endDateRaw\": 1771500906032,\n            \"couponValue\": 500,\n            \"isCalculatedValue\": false,\n            \"distributedCoupons\": 0,\n            \"maxDistribution\": 5000,\n            \"campaignType\": \"Trade-in\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 2,\n            \"campaignCategory\": \"Device Upgrades\",\n            \"rewardExpireDays\": 300,\n            \"isRecurring\": null,\n            \"isRecurringChild\": false,\n            \"recursUntil\": null,\n            \"isComplete\": false,\n            \"createdDate\": \"1970-01-01\",\n            \"startDate\": \"2026-09-10\",\n            \"endDate\": \"2026-02-20\"\n        },\n        {\n            \"id\": 600,\n            \"name\": \"Device Offer Campaign\",\n            \"status\": \"ACTIVE\",\n            \"createdDateRaw\": 0,\n            \"startDateRaw\": 1789018921154,\n            \"endDateRaw\": 1771500906032,\n            \"couponValue\": 500,\n            \"isCalculatedValue\": false,\n            \"distributedCoupons\": 0,\n            \"maxDistribution\": 5000,\n            \"campaignType\": \"Device Offers\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 2,\n            \"campaignCategory\": \"Device Upgrades\",\n            \"rewardExpireDays\": 300,\n            \"isRecurring\": null,\n            \"isRecurringChild\": false,\n            \"recursUntil\": null,\n            \"isComplete\": false,\n            \"createdDate\": \"1970-01-01\",\n            \"startDate\": \"2026-09-10\",\n            \"endDate\": \"2026-02-20\"\n        },\n        {\n            \"id\": 500,\n            \"name\": \"Marketing\",\n            \"status\": \"ACTIVE\",\n            \"createdDateRaw\": 0,\n            \"startDateRaw\": 1789018921154,\n            \"endDateRaw\": 1771500906032,\n            \"couponValue\": 500,\n            \"isCalculatedValue\": false,\n            \"distributedCoupons\": 0,\n            \"maxDistribution\": 5000,\n            \"campaignType\": \"Marketing\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 3,\n            \"campaignCategory\": \"Marketing & Promotions\",\n            \"rewardExpireDays\": 300,\n            \"isRecurring\": null,\n            \"isRecurringChild\": false,\n            \"recursUntil\": null,\n            \"isComplete\": false,\n            \"createdDate\": \"1970-01-01\",\n            \"startDate\": \"2026-09-10\",\n            \"endDate\": \"2026-02-20\"\n        },\n        {\n            \"id\": 903,\n            \"name\": \"eCoupon Codes Exhausted Test\",\n            \"status\": \"ACTIVE\",\n            \"createdDateRaw\": 0,\n            \"startDateRaw\": 1789018921154,\n            \"endDateRaw\": 1771500906032,\n            \"couponValue\": null,\n            \"isCalculatedValue\": false,\n            \"distributedCoupons\": 0,\n            \"maxDistribution\": 10,\n            \"campaignType\": \"Rewards\",\n            \"campaignSubtype\": \"eCoupons\",\n            \"campaignCategoryId\": 5,\n            \"campaignCategory\": \"Rewards\",\n            \"rewardExpireDays\": 300,\n            \"isRecurring\": null,\n            \"isRecurringChild\": false,\n            \"recursUntil\": null,\n            \"isComplete\": false,\n            \"createdDate\": \"1970-01-01\",\n            \"startDate\": \"2026-09-10\",\n            \"endDate\": \"2026-02-20\"\n        },\n        {\n            \"id\": 902,\n            \"name\": \"Random Draw Campaign\",\n            \"status\": \"ACTIVE\",\n            \"createdDateRaw\": 0,\n            \"startDateRaw\": 1789018921154,\n            \"endDateRaw\": 1771500906032,\n            \"couponValue\": null,\n            \"isCalculatedValue\": false,\n            \"distributedCoupons\": 0,\n            \"maxDistribution\": 10,\n            \"campaignType\": \"Rewards\",\n            \"campaignSubtype\": \"Random Draw\",\n            \"campaignCategoryId\": 5,\n            \"campaignCategory\": \"Rewards\",\n            \"rewardExpireDays\": 300,\n            \"isRecurring\": null,\n            \"isRecurringChild\": false,\n            \"recursUntil\": null,\n            \"isComplete\": false,\n            \"createdDate\": \"1970-01-01\",\n            \"startDate\": \"2026-09-10\",\n            \"endDate\": \"2026-02-20\"\n        },\n        {\n            \"id\": 901,\n            \"name\": \"Partner Redirect Campaign\",\n            \"status\": \"ACTIVE\",\n            \"createdDateRaw\": 0,\n            \"startDateRaw\": 1789018921154,\n            \"endDateRaw\": 1771500906032,\n            \"couponValue\": null,\n            \"isCalculatedValue\": false,\n            \"distributedCoupons\": 0,\n            \"maxDistribution\": 10,\n            \"campaignType\": \"Rewards\",\n            \"campaignSubtype\": \"Partner Redirect\",\n            \"campaignCategoryId\": 5,\n            \"campaignCategory\": \"Rewards\",\n            \"rewardExpireDays\": 300,\n            \"isRecurring\": null,\n            \"isRecurringChild\": false,\n            \"recursUntil\": null,\n            \"isComplete\": false,\n            \"createdDate\": \"1970-01-01\",\n            \"startDate\": \"2026-09-10\",\n            \"endDate\": \"2026-02-20\"\n        },\n        {\n            \"id\": 900,\n            \"name\": \"eCoupon Campaign\",\n            \"status\": \"ACTIVE\",\n            \"createdDateRaw\": 0,\n            \"startDateRaw\": 1789018921154,\n            \"endDateRaw\": 1771500906032,\n            \"couponValue\": null,\n            \"isCalculatedValue\": false,\n            \"distributedCoupons\": 0,\n            \"maxDistribution\": 10,\n            \"campaignType\": \"Rewards\",\n            \"campaignSubtype\": \"eCoupons\",\n            \"campaignCategoryId\": 5,\n            \"campaignCategory\": \"Rewards\",\n            \"rewardExpireDays\": 300,\n            \"isRecurring\": null,\n            \"isRecurringChild\": false,\n            \"recursUntil\": null,\n            \"isComplete\": false,\n            \"createdDate\": \"1970-01-01\",\n            \"startDate\": \"2026-09-10\",\n            \"endDate\": \"2026-02-20\"\n        },\n        {\n            \"id\": 401,\n            \"name\": \"Saved Offer - Saved\",\n            \"status\": \"ACTIVE\",\n            \"createdDateRaw\": 0,\n            \"startDateRaw\": 1789018921154,\n            \"endDateRaw\": 1771500906032,\n            \"couponValue\": 500,\n            \"isCalculatedValue\": false,\n            \"distributedCoupons\": 0,\n            \"maxDistribution\": 5000,\n            \"campaignType\": \"Generic time bound\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"rewardExpireDays\": 300,\n            \"isRecurring\": null,\n            \"isRecurringChild\": false,\n            \"recursUntil\": null,\n            \"isComplete\": false,\n            \"createdDate\": \"1970-01-01\",\n            \"startDate\": \"2026-09-10\",\n            \"endDate\": \"2026-02-20\"\n        },\n        {\n            \"id\": 800,\n            \"name\": \"Draft Campaign\",\n            \"status\": \"DRAFT\",\n            \"createdDateRaw\": 0,\n            \"startDateRaw\": 1789018921154,\n            \"endDateRaw\": 1771500906032,\n            \"couponValue\": 500,\n            \"isCalculatedValue\": false,\n            \"distributedCoupons\": 0,\n            \"maxDistribution\": 5000,\n            \"campaignType\": \"Device Offers\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": null,\n            \"campaignCategory\": null,\n            \"rewardExpireDays\": 300,\n            \"isRecurring\": null,\n            \"isRecurringChild\": false,\n            \"recursUntil\": null,\n            \"isComplete\": false,\n            \"createdDate\": \"1970-01-01\",\n            \"startDate\": \"2026-09-10\",\n            \"endDate\": \"2026-02-20\"\n        },\n        {\n            \"id\": 400,\n            \"name\": \"Saved Offer - Unsaved\",\n            \"status\": \"ACTIVE\",\n            \"createdDateRaw\": 0,\n            \"startDateRaw\": 1789018921154,\n            \"endDateRaw\": 1771500906032,\n            \"couponValue\": 500,\n            \"isCalculatedValue\": false,\n            \"distributedCoupons\": 0,\n            \"maxDistribution\": 5000,\n            \"campaignType\": \"Generic time bound\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"rewardExpireDays\": 300,\n            \"isRecurring\": null,\n            \"isRecurringChild\": false,\n            \"recursUntil\": null,\n            \"isComplete\": false,\n            \"createdDate\": \"1970-01-01\",\n            \"startDate\": \"2026-09-10\",\n            \"endDate\": \"2026-02-20\"\n        }\n    ],\n    \"pageable\": {\n        \"pageNumber\": 0,\n        \"pageSize\": 20,\n        \"sort\": {\n            \"sorted\": false,\n            \"empty\": true,\n            \"unsorted\": true\n        },\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"last\": true,\n    \"totalPages\": 1,\n    \"totalElements\": 14,\n    \"first\": true,\n    \"size\": 20,\n    \"number\": 0,\n    \"sort\": {\n        \"sorted\": false,\n        \"empty\": true,\n        \"unsorted\": true\n    },\n    \"numberOfElements\": 14,\n    \"empty\": false\n}"}],"_postman_id":"dacb0af5-7d00-4af1-a5d8-b6e44fe9f2e8"},{"name":"get Campaign Image","id":"fd2988e9-5503-43bd-96b7-2129138c4558","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/promourl/api/campaigns/images/:name","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"path":["campaigns","images",":name"],"host":["/promourl/api"],"query":[],"variable":[{"id":"bddd6e0f-ceef-42e6-903c-d6371e27826b","type":"any","value":"<string>","key":"name"}]}},"response":[{"id":"e3f61dda-19f5-4f0b-ac18-106a066f5167","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"/promourl/api/campaigns/images/:name","host":["/promourl/api"],"path":["campaigns","images",":name"],"variable":[{"key":"name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fd2988e9-5503-43bd-96b7-2129138c4558"}],"id":"96a787c5-852f-4ffe-ad37-421e45fabf57","_postman_id":"96a787c5-852f-4ffe-ad37-421e45fabf57","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}}},{"name":"prize-controller","item":[{"name":"Get prize image URL","id":"3a43674f-ef1f-4d6a-a0c8-06f98ff5a245","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/promourl/api/campaigns/:campaignId/prizes/:prizeId/image","description":"<p>Returns a redirect to the image URL for a campaign prize.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"path":["campaigns",":campaignId","prizes",":prizeId","image"],"host":["/promourl/api"],"query":[],"variable":[{"id":"db599b0f-d7d0-4909-9455-103cce3c5e22","type":"any","value":"<long>","key":"campaignId"},{"id":"58a11af7-8f24-4a0f-a02a-94f5ac1d754a","type":"any","value":"<long>","key":"prizeId"}]}},"response":[{"id":"8f1b6665-e38a-4269-9b3e-e86070a45293","name":"Redirect to image URL","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"/promourl/api/campaigns/:campaignId/prizes/:prizeId/image","host":["/promourl/api"],"path":["campaigns",":campaignId","prizes",":prizeId","image"],"variable":[{"key":"campaignId"},{"key":"prizeId"}]}},"status":"Found","code":302,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"3a43674f-ef1f-4d6a-a0c8-06f98ff5a245"},{"name":"Get loss image URL","id":"1532a41a-08aa-48d9-ac00-bba9e4d49da0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":"/promourl/api/campaigns/:campaignId/loss-image","description":"<p>Returns a redirect to the loss image URL for a campaign.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"path":["campaigns",":campaignId","loss-image"],"host":["/promourl/api"],"query":[],"variable":[{"id":"d2f02b2c-1205-4f9c-a450-5cbd8488fb0d","type":"any","value":"<long>","key":"campaignId"}]}},"response":[{"id":"60d7ed3e-11aa-4314-99fb-23ab90c91cd9","name":"Redirect to image URL","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"*/*"}],"url":{"raw":"/promourl/api/campaigns/:campaignId/loss-image","host":["/promourl/api"],"path":["campaigns",":campaignId","loss-image"],"variable":[{"key":"campaignId"}]}},"status":"Found","code":302,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"*/*"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"1532a41a-08aa-48d9-ac00-bba9e4d49da0"},{"name":"Get prize draw summary for a campaign","id":"f6d416a5-d4c8-40c2-b5c1-53ea81881635","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"winMethod\": \"SINGLE_ENTRY_IMMEDIATE\",\n    \"activatedDate\": \"2026-09-10T05:42:00.616953086Z\",\n    \"expiryAfterHours\": 100,\n    \"campaignPrizeTiers\": [\n        {\n            \"tierRank\": 1,\n            \"entryValue\": 0\n        }\n    ],\n    \"campaignPrizes\": [\n        {\n            \"name\": \"JetSki\",\n            \"amount\": null,\n            \"prizeType\": \"NON_DOLLAR_TYPE\",\n            \"maxPrize\": 2,\n            \"winFactor\": 0.5,\n            \"category\": \"Giveaway\",\n            \"prizeDetail\": \"Jetski! Jetski! Jetski!\",\n            \"codeType\": \"NONE\",\n            \"shortTerm\": \"short term\",\n            \"ctaUrl\": \"https://example.com/cta\",\n            \"ctaLabel\": \"CTA Label\",\n            \"expiryDate\": \"2026-09-20T05:42:00.616868785\",\n            \"campaignPrizeCodes\": null,\n            \"isMajorPrize\": true\n        },\n        {\n            \"name\": \"$100\",\n            \"amount\": 100,\n            \"prizeType\": \"DOLLAR_TYPE\",\n            \"maxPrize\": 10,\n            \"winFactor\": 2,\n            \"category\": \"Cash Money\",\n            \"prizeDetail\": \"You get $100\",\n            \"codeType\": \"NONE\",\n            \"shortTerm\": \"Do the thing, get the thing\",\n            \"ctaUrl\": \"https://example.com/cta\",\n            \"ctaLabel\": \"CTA Label\",\n            \"expiryDate\": \"2026-09-20T05:42:00.616926957\",\n            \"campaignPrizeCodes\": null,\n            \"isMajorPrize\": false\n        }\n    ],\n    \"lossFactor\": 0.1,\n    \"lossDetail\": \"Loss Detail\",\n    \"numberOfEntries\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"/promourl/api/prizes/summary","description":"<p>Returns totals for a campaign prize draw request.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"path":["prizes","summary"],"host":["/promourl/api"],"query":[],"variable":[]}},"response":[{"id":"bd386024-456f-401e-9231-4cce154b6f46","name":"Prize draw summary","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"winMethod\": \"SINGLE_ENTRY_IMMEDIATE\",\n    \"activatedDate\": \"2026-09-10T05:42:00.616953086Z\",\n    \"expiryAfterHours\": 100,\n    \"campaignPrizeTiers\": [\n        {\n            \"tierRank\": 1,\n            \"entryValue\": 0\n        }\n    ],\n    \"campaignPrizes\": [\n        {\n            \"name\": \"JetSki\",\n            \"amount\": null,\n            \"prizeType\": \"NON_DOLLAR_TYPE\",\n            \"maxPrize\": 2,\n            \"winFactor\": 0.5,\n            \"category\": \"Giveaway\",\n            \"prizeDetail\": \"Jetski! Jetski! Jetski!\",\n            \"codeType\": \"NONE\",\n            \"shortTerm\": \"short term\",\n            \"ctaUrl\": \"https://example.com/cta\",\n            \"ctaLabel\": \"CTA Label\",\n            \"expiryDate\": \"2026-09-20T05:42:00.616868785\",\n            \"campaignPrizeCodes\": null,\n            \"isMajorPrize\": true\n        },\n        {\n            \"name\": \"$100\",\n            \"amount\": 100,\n            \"prizeType\": \"DOLLAR_TYPE\",\n            \"maxPrize\": 10,\n            \"winFactor\": 2,\n            \"category\": \"Cash Money\",\n            \"prizeDetail\": \"You get $100\",\n            \"codeType\": \"NONE\",\n            \"shortTerm\": \"Do the thing, get the thing\",\n            \"ctaUrl\": \"https://example.com/cta\",\n            \"ctaLabel\": \"CTA Label\",\n            \"expiryDate\": \"2026-09-20T05:42:00.616926957\",\n            \"campaignPrizeCodes\": null,\n            \"isMajorPrize\": false\n        }\n    ],\n    \"lossFactor\": 0.1,\n    \"lossDetail\": \"Loss Detail\",\n    \"numberOfEntries\": 3\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"/promourl/api/prizes/summary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalPrizeAmount\": null,\n    \"winPercentage\": 96.0,\n    \"winRatio\": 1.04,\n    \"winFactor\": 2.6,\n    \"expectedValue\": null,\n    \"totalPrizes\": 12,\n    \"id\": null,\n    \"winMethod\": \"SINGLE_ENTRY_IMMEDIATE\",\n    \"activatedDate\": \"2026-09-10T05:42:00.616953086\",\n    \"expiryAfterHours\": 100,\n    \"campaignPrizeTiers\": [\n        {\n            \"tierRank\": 1,\n            \"entryValue\": 0\n        }\n    ],\n    \"dollarPrizes\": [\n        {\n            \"totalPrizeAmount\": 1000,\n            \"winPercentage\": 100.0,\n            \"winRatio\": 1.0,\n            \"winFactor\": 2,\n            \"expectedValue\": 100.0,\n            \"totalPrizes\": null,\n            \"id\": null,\n            \"campaignPrizeDrawId\": null,\n            \"name\": \"$100\",\n            \"amount\": 100,\n            \"prizeType\": \"DOLLAR_TYPE\",\n            \"maxPrize\": 10,\n            \"isMajorPrize\": false,\n            \"category\": \"Cash Money\",\n            \"prizeDetail\": \"You get $100\",\n            \"prizeImageUrl\": null,\n            \"codeType\": \"NONE\",\n            \"shortTerm\": \"Do the thing, get the thing\",\n            \"ctaUrl\": \"https://example.com/cta\",\n            \"ctaLabel\": \"CTA Label\",\n            \"expiryDate\": \"2026-09-20T23:59:59\",\n            \"csvUrl\": null,\n            \"campaignPrizeCodes\": null\n        }\n    ],\n    \"nonDollarPrizes\": [\n        {\n            \"totalPrizeAmount\": null,\n            \"winPercentage\": 100.0,\n            \"winRatio\": 1.0,\n            \"winFactor\": 0.5,\n            \"expectedValue\": null,\n            \"totalPrizes\": null,\n            \"id\": null,\n            \"campaignPrizeDrawId\": null,\n            \"name\": \"JetSki\",\n            \"amount\": null,\n            \"prizeType\": \"NON_DOLLAR_TYPE\",\n            \"maxPrize\": 2,\n            \"isMajorPrize\": true,\n            \"category\": \"Giveaway\",\n            \"prizeDetail\": \"Jetski! Jetski! Jetski!\",\n            \"prizeImageUrl\": null,\n            \"codeType\": \"NONE\",\n            \"shortTerm\": \"short term\",\n            \"ctaUrl\": \"https://example.com/cta\",\n            \"ctaLabel\": \"CTA Label\",\n            \"expiryDate\": \"2026-09-20T23:59:59\",\n            \"csvUrl\": null,\n            \"campaignPrizeCodes\": null\n        }\n    ],\n    \"lossFactor\": 0.1,\n    \"lossDetail\": \"Loss Detail\",\n    \"lossImageUrl\": null,\n    \"numberOfEntries\": 3,\n    \"dollarPrizeTotals\": {\n        \"totalPrizeAmount\": null,\n        \"winPercentage\": 76.0,\n        \"winRatio\": 1.31,\n        \"winFactor\": 2,\n        \"expectedValue\": 100.0,\n        \"totalPrizes\": 10\n    },\n    \"nonDollarPrizeTotals\": {\n        \"totalPrizeAmount\": null,\n        \"winPercentage\": 19.0,\n        \"winRatio\": 5.26,\n        \"winFactor\": 0.5,\n        \"expectedValue\": null,\n        \"totalPrizes\": 2\n    },\n    \"lossPercentage\": 3.0,\n    \"lossRatio\": 33.33,\n    \"entriesXWinPercentage\": 99.9936,\n    \"entriesXWinRatio\": 1.0\n}"}],"_postman_id":"f6d416a5-d4c8-40c2-b5c1-53ea81881635"},{"name":"Get customer prize status","id":"bfbd19cc-4f1d-4efe-9ab2-8e56ea76f97b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/promourl/api/customers/:walletId/coupons/:couponId/prize-draw","description":"<p>Returns the prize status for a customer and coupon.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"path":["customers",":walletId","coupons",":couponId","prize-draw"],"host":["/promourl/api"],"query":[],"variable":[{"id":"2045cf68-e8d5-4acc-b0ed-fa2321ab3dcf","type":"any","value":"<string>","key":"walletId"},{"id":"d1c7e0d3-f023-44e6-9fe9-4bf715c1884f","type":"any","value":"<long>","key":"couponId"}]}},"response":[{"id":"c350ccae-a16f-4d1d-b005-992f64fd1023","name":"Customer prize status","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"/promourl/api/customers/:walletId/coupons/:couponId/prize-draw","host":["/promourl/api"],"path":["customers",":walletId","coupons",":couponId","prize-draw"],"variable":[{"key":"walletId"},{"key":"couponId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"winMethod\": \"SINGLE_ENTRY_PLAY\",\n    \"totalEntries\": 1,\n    \"unusedEntries\": 1,\n    \"drawStatus\": \"NOT_STARTED\",\n    \"selectionDateTime\": null,\n    \"activationDateTime\": \"2026-09-10T00:00:00\",\n    \"selectionExpiryDateTime\": null,\n    \"entries\": [\n        {\n            \"entryId\": 1,\n            \"entryStatus\": \"UNUSED\",\n            \"allocatedDateTime\": null,\n            \"lossDetails\": null,\n            \"lossImageUrl\": null,\n            \"claimCode\": null,\n            \"prize\": null\n        }\n    ]\n}"}],"_postman_id":"bfbd19cc-4f1d-4efe-9ab2-8e56ea76f97b"},{"name":"Draw prize for customer","id":"b6843d61-0ee1-438b-804f-aeeb277f99d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"/promourl/api/customers/:walletId/coupons/:couponId/prize-draw?tries=1","description":"<p>Performs a prize draw for a customer and coupon.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"path":["customers",":walletId","coupons",":couponId","prize-draw"],"host":["/promourl/api"],"query":[{"description":{"content":"<p>Number of tries</p>\n","type":"text/plain"},"key":"tries","value":"1"}],"variable":[{"id":"2f6c4451-91ab-4a51-ae9d-a95e5bf85413","type":"any","value":"<string>","key":"walletId"},{"id":"8238029f-a488-4f82-9b37-e7aaa531d03e","type":"any","value":"<long>","key":"couponId"}]}},"response":[{"id":"dae53807-b1aa-4e78-8fcf-81c30f5dff52","name":"Prize draw result","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"/promourl/api/customers/:walletId/coupons/:couponId/prize-draw?tries=1","host":["/promourl/api"],"path":["customers",":walletId","coupons",":couponId","prize-draw"],"query":[{"description":"Number of tries","key":"tries","value":"1"}],"variable":[{"key":"walletId"},{"key":"couponId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"winMethod\": \"SINGLE_ENTRY_PLAY\",\n    \"totalEntries\": 1,\n    \"unusedEntries\": 0,\n    \"drawStatus\": \"SELECTION_PENDING\",\n    \"selectionDateTime\": null,\n    \"activationDateTime\": \"2026-09-10T00:00:00\",\n    \"selectionExpiryDateTime\": \"2026-09-14T21:42:09.014\",\n    \"entries\": [\n        {\n            \"entryId\": 1,\n            \"entryStatus\": \"ALLOCATED\",\n            \"allocatedDateTime\": \"2026-09-10T17:42:09.014\",\n            \"lossDetails\": null,\n            \"lossImageUrl\": null,\n            \"claimCode\": null,\n            \"prize\": {\n                \"id\": 1,\n                \"campaignPrizeDrawId\": 1,\n                \"name\": \"Test Prize Draw\",\n                \"amount\": 100,\n                \"prizeType\": \"DOLLAR_TYPE\",\n                \"maxPrize\": 10,\n                \"winFactor\": 25,\n                \"isMajorPrize\": true,\n                \"category\": \"Category\",\n                \"prizeDetail\": \"Prize Detail\",\n                \"prizeImageUrl\": null,\n                \"codeType\": \"NONE\",\n                \"shortTerm\": \"short term\",\n                \"ctaUrl\": \"https://example.com/cta\",\n                \"ctaLabel\": \"CTA Label\",\n                \"expiryDate\": \"2026-09-20T23:59:59\",\n                \"expiryDateRaw\": 1789905599000,\n                \"csvUrl\": null,\n                \"campaignPrizeCodes\": [],\n                \"prizesDistributed\": 0,\n                \"prizesClaimed\": 0,\n                \"allocatedFunds\": 0,\n                \"claimedFunds\": 0,\n                \"totalFunds\": 1000\n            }\n        }\n    ]\n}"}],"_postman_id":"b6843d61-0ee1-438b-804f-aeeb277f99d0"},{"name":"Claim prize for customer","id":"e1a7cafe-bfcd-495b-a023-1bd8536700f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"/promourl/api/customers/:walletId/coupons/:couponId/prize-draw/:entryId","description":"<p>Claims a prize for a customer and coupon entry.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"path":["customers",":walletId","coupons",":couponId","prize-draw",":entryId"],"host":["/promourl/api"],"query":[],"variable":[{"id":"b3a80a79-0028-4f67-9682-3c903c5769ce","type":"any","value":"<string>","key":"walletId"},{"id":"955c5b1a-a693-4ee9-8044-70250550efc9","type":"any","value":"<long>","key":"couponId"},{"id":"5ebfdbeb-f630-498f-82d2-6a22b25c65af","type":"any","value":"<long>","key":"entryId"}]}},"response":[{"id":"56acf601-0f3d-47c3-90d3-6bca151e4cc3","name":"Prize claim result","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"/promourl/api/customers/:walletId/coupons/:couponId/prize-draw/:entryId","host":["/promourl/api"],"path":["customers",":walletId","coupons",":couponId","prize-draw",":entryId"],"variable":[{"key":"walletId"},{"key":"couponId"},{"key":"entryId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"winMethod\": \"SINGLE_ENTRY_PLAY\",\n    \"totalEntries\": 1,\n    \"unusedEntries\": 0,\n    \"drawStatus\": \"PRIZE_SELECTED\",\n    \"selectionDateTime\": \"2026-09-10T17:42:09.078\",\n    \"activationDateTime\": \"2026-09-10T00:00:00\",\n    \"selectionExpiryDateTime\": null,\n    \"entries\": [\n        {\n            \"entryId\": 1,\n            \"entryStatus\": \"CLAIMED\",\n            \"allocatedDateTime\": \"2026-09-10T17:42:09.014\",\n            \"lossDetails\": null,\n            \"lossImageUrl\": null,\n            \"claimCode\": null,\n            \"prize\": {\n                \"id\": 1,\n                \"campaignPrizeDrawId\": 1,\n                \"name\": \"Test Prize Draw\",\n                \"amount\": 100,\n                \"prizeType\": \"DOLLAR_TYPE\",\n                \"maxPrize\": 10,\n                \"winFactor\": 25,\n                \"isMajorPrize\": true,\n                \"category\": \"Category\",\n                \"prizeDetail\": \"Prize Detail\",\n                \"prizeImageUrl\": null,\n                \"codeType\": \"NONE\",\n                \"shortTerm\": \"short term\",\n                \"ctaUrl\": \"https://example.com/cta\",\n                \"ctaLabel\": \"CTA Label\",\n                \"expiryDate\": \"2026-09-20T23:59:59\",\n                \"expiryDateRaw\": 1789905599000,\n                \"csvUrl\": null,\n                \"campaignPrizeCodes\": [],\n                \"prizesDistributed\": 0,\n                \"prizesClaimed\": 0,\n                \"allocatedFunds\": 0,\n                \"claimedFunds\": 0,\n                \"totalFunds\": 1000\n            }\n        }\n    ]\n}"}],"_postman_id":"e1a7cafe-bfcd-495b-a023-1bd8536700f2"},{"name":"Get campaign prize details","id":"818e83cc-824c-4ecc-86a5-ebb0ae916d5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/promourl/api/campaigns/:id/prizes/:prizeId","description":"<p>Returns details for a specific campaign prize.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"path":["campaigns",":id","prizes",":prizeId"],"host":["/promourl/api"],"query":[],"variable":[{"id":"0d14d666-2220-41cf-8e0f-ada96a196860","type":"any","value":"<long>","key":"id"},{"id":"bccbf679-94bc-4dac-881f-21aaf252db7a","type":"any","value":"<long>","key":"prizeId"}]}},"response":[{"id":"ef7e8c01-03de-4b95-8895-266db3d32a70","name":"Prize details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"/promourl/api/campaigns/:id/prizes/:prizeId","host":["/promourl/api"],"path":["campaigns",":id","prizes",":prizeId"],"variable":[{"key":"id"},{"key":"prizeId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"campaignPrizeDrawId\": 1,\n    \"name\": \"Test Prize\",\n    \"amount\": 100,\n    \"prizeType\": \"DOLLAR_TYPE\",\n    \"maxPrize\": 10,\n    \"winFactor\": 0.5,\n    \"isMajorPrize\": true,\n    \"category\": \"Category\",\n    \"prizeDetail\": \"Prize Detail\",\n    \"prizeImageUrl\": null,\n    \"codeType\": \"NONE\",\n    \"shortTerm\": \"short term\",\n    \"ctaUrl\": \"https://example.com/cta\",\n    \"ctaLabel\": \"CTA Label\",\n    \"expiryDate\": \"2026-09-20T23:59:59\",\n    \"expiryDateRaw\": 1789905599000,\n    \"csvUrl\": null,\n    \"campaignPrizeCodes\": [],\n    \"prizesDistributed\": 0,\n    \"prizesClaimed\": 0,\n    \"allocatedFunds\": 0,\n    \"claimedFunds\": 0,\n    \"totalFunds\": 1000\n}"}],"_postman_id":"818e83cc-824c-4ecc-86a5-ebb0ae916d5d"}],"id":"ad60d324-8582-4600-bafd-c93fd33f07b6","_postman_id":"ad60d324-8582-4600-bafd-c93fd33f07b6","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}}}],"id":"3a9ddcc5-e4e6-4b5b-835c-3758c48797a2","description":"<p>APIs for prizes /Red Packet  </p>\n<p>Examples are generated based on Schema</p>\n","_postman_id":"3a9ddcc5-e4e6-4b5b-835c-3758c48797a2","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}}},{"name":"Event","item":[{"name":"Plan Change","id":"26d8e1e3-39a0-4b54-99d3-35745e27f0c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"detail\": {\r\n        \"metadata\": {\r\n            \"event-id\": \"1-Y2YWS9\",\r\n            \"event-type\": \"PLAN_CHANGE\",\r\n            \"event-time\": \"2023-07-12T14:48:08+12:00\",\r\n            \"domain\": \"SERVICE\",\r\n            \"service\": \"events-api-v1\",\r\n            \"status\": \"SUBMITTED\",\r\n            \"correlation-id\": \"91a1ea20-1ba7-11ee-a83b-0298df06420e\"\r\n        },\r\n        \"data\": {\r\n            \"serviceId\": \"640000001\",\r\n            \"billingAccountNumber\": \"310417135\",\r\n            \"orderId\": \"1-2061028000\",\r\n            \"orderDateTime\": \"2023-10-06T02:48:08\",\r\n            \"oldPlanName\": \"Companion Unlimited Mobile\",\r\n            \"newPlanName\": \"Medium Mobile\",\r\n            \"orderType\": \"Modify\",\r\n            \"orderStatus\": \"SUBMITTED\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://gateway.sit.onenz.youtap.systems/promourl/api/events","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"protocol":"https","path":["promourl","api","events"],"host":["gateway","sit","onenz","youtap","systems"],"query":[],"variable":[]}},"response":[{"id":"ee4fec68-24be-4065-8f38-3c21ae21f34d","name":"Plan Change","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"detail\": {\r\n        \"metadata\": {\r\n            \"event-id\": \"1-Y2YWS9\",\r\n            \"event-type\": \"PLAN_CHANGE\",\r\n            \"event-time\": \"2023-07-12T14:48:08+12:00\",\r\n            \"domain\": \"SERVICE\",\r\n            \"service\": \"events-api-v1\",\r\n            \"status\": \"SUBMITTED\",\r\n            \"correlation-id\": \"91a1ea20-1ba7-11ee-a83b-0298df06420e\"\r\n        },\r\n        \"data\": {\r\n            \"serviceId\": \"640000001\",\r\n            \"billingAccountNumber\": \"310417135\",\r\n            \"orderId\": \"1-2061028000\",\r\n            \"orderDateTime\": \"2023-10-06T02:48:08\",\r\n            \"oldPlanName\": \"Companion Unlimited Mobile\",\r\n            \"newPlanName\": \"Medium Mobile\",\r\n            \"orderType\": \"Modify\",\r\n            \"orderStatus\": \"SUBMITTED\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://gateway.sit.onenz.youtap.systems/promourl/api/events"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"26d8e1e3-39a0-4b54-99d3-35745e27f0c7"}],"id":"0b91d574-784c-48df-a799-db944ed12b8b","description":"<p>A successful ingestion of the event returns 200 OK with an empty body.</p>\n<p>200 OK is not acknowledgement of the success of events action (if any) only ingestion into processing queue.</p>\n","_postman_id":"0b91d574-784c-48df-a799-db944ed12b8b","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}}},{"name":"Authorization","id":"219fb3fe-2b06-4e8d-a0f9-bfba5476d6e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_id}}"},{"key":"password","value":"{{client_secret}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"scope","value":"loyalty_ops","type":"text"}]},"url":"https://auth.youtap-test.net/uaa/oauth/token","urlObject":{"protocol":"https","path":["uaa","oauth","token"],"host":["auth","youtap-test","net"],"query":[],"variable":[]}},"response":[{"id":"f5dede26-da47-4124-bf56-754edb9d7877","name":"Valid Authorization","originalRequest":{"method":"POST","header":[],"url":"https://auth.youtap-development.net/uaa/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, authorization, cache-control, content-type"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Wed, 22 Feb 2023 02:34:47 GMT"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJraWQiOiI0YzQ4MGVkZC0wOWQzLTQ2MzYtYWE1ZS00YzY3NzM2NDM2YmMiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJ2b2RhZm9uZV90ZXN0IiwiYXVkIjoidm9kYWZvbmVfdGVzdCIsIm5iZiI6MTY3NzAzMzI4Nywic2NvcGUiOlsibG95YWx0eV9vcHMiXSwiaXNzIjoiaHR0cHM6XC9cL2F1dGgueW91dGFwLWRldmVsb3BtZW50Lm5ldCIsImV4cCI6MTY3NzAzMzU4NywiaWF0IjoxNjc3MDMzMjg3fQ.UgsoKJWZ3bS3vXJTbsL8YcUp5pxu1BOfeDgisYh9Z_nifc-_3eoHwc1wYlWZ69TELbTQrmE3rpPOhrYESVCYnoxkXi5F87Z_svC8T398Tu7g7ZmBEZRtvxT3H8FPsFGblbxZGGwYntatDlffM-DmmDNX2C_Zo6vTkSGeYSJl5S6nyWkmnD6Rluq21NcjV5uNsx2RN71rfEhI7Ya2TMmDFoSiQmZWzvLPSwatB2zaHu6Cba5Gailu2Sh8SCH99C4z7TKU-rs5XVLxJx4jcrey15STtDzYCRdBg-Hut0_PZI20drt3uea_pKWGo5QkDlEyv7nC0rD7_UhGx8KJa3rIIw\",\n    \"scope\": \"loyalty_ops\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 300\n}"},{"id":"2d0f3f73-f596-4711-8763-b01ab7903fc6","name":"Invalid Secret","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"scope","value":"loyalty_ops","type":"text"}]},"url":"https://auth.youtap-development.net/uaa/oauth/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, authorization, cache-control, content-type"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Wed, 22 Feb 2023 02:34:31 GMT"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_client\"\n}"},{"id":"e5d37763-6efa-463d-93d8-240e3e9cdb55","name":"Unauthorized Client","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"scope","value":"loyalty_ops","type":"text"}]},"url":"https://auth.youtap-development.net/uaa/oauth/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, authorization, cache-control, content-type"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Wed, 22 Feb 2023 02:36:40 GMT"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"unauthorized_client\"\n}"}],"_postman_id":"219fb3fe-2b06-4e8d-a0f9-bfba5476d6e9"},{"name":"Get Customer Summary","id":"3a9fef40-44b1-4f07-9934-16e2f3a9e4f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"scope","value":"<scope>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"password","value":"<password>"},{"key":"username","value":"<username>"},{"key":"tokenName","value":"<token-name>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://gateway.youtap-test.net/promourl/api/customers/64216421014/coupons/summary","description":"<p>The overview of the state of a customer's wallet - it has how much money they have earned, as well as a couple of campaigns that we expect they will be interested in, but it doesn't have the breakdown/history of their balances.</p>\n<h4 id=\"potential-customer-statuses\">Potential Customer Statuses:</h4>\n<ul>\n<li><p>ACTIVE: An active customer. The wallet is available for use.</p>\n</li>\n<li><p>INACTIVE: The wallet is unusable, usually because the customer has canceled their account.</p>\n</li>\n<li><p>SUSPENDED: The wallet is unusable, but could be reactivated. This could happen for a variety of security or user-related reasons.</p>\n</li>\n</ul>\n<h4 id=\"explanation-of-fields\">Explanation of Fields:</h4>\n<ul>\n<li><p>availableBalance: The money in the customer's wallet. This is the amount that the customer has earned and they can use for payments. This does not include eligible_as_assigned coupons.</p>\n</li>\n<li><p>potentialBalance: The sum of the value of the coupons that the customer is eligible for (including the value already earned). By upgrading plans, changing behaviour, or other triggers the customer could cause this to become available.</p>\n</li>\n<li><p>eligibleBalance: The sum of the value of the coupons that are currently set as eligible_as_assigned. This should almost never be displayed by itself as it is only a fraction of a customer's usable balance.</p>\n</li>\n<li><p>dynamicOffers: The shortlist of coupons that the customer is eligible for that should be displayed to catch their interest.</p>\n</li>\n<li><p>carouselItems: References to the image files that should be used for each menu tile in the carousel.</p>\n</li>\n</ul>\n<h4 id=\"data-type-information\">Data Type Information</h4>\n<p>For additional data type information see <a href=\"#171e8abf-03ba-4a04-9573-6f159a6ed81d\">Additional Information</a> -&gt; Coupon Summary</p>\n","urlObject":{"protocol":"https","path":["promourl","api","customers","64216421014","coupons","summary"],"host":["gateway","youtap-test","net"],"query":[],"variable":[]}},"response":[{"id":"a083a6b7-a420-44cf-99d3-e4a37dbfc686","name":"Get Customer Summary","originalRequest":{"method":"GET","header":[],"url":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/coupons/summary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Date","value":"Tue, 23 May 2023 22:52:12 GMT"},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"X-RateLimit-Burst-Capacity","value":"100"},{"key":"X-RateLimit-Remaining","value":"-1"},{"key":"X-RateLimit-Replenish-Rate","value":"50"},{"key":"X-RateLimit-Requested-Tokens","value":"1"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customerStatus\": \"ACTIVE\",\n    \"availableBalance\": 100.0,\n    \"availableBalanceDisplay\": 200.0,\n    \"potentialBalance\": 800.0,\n    \"eligibleBalance\": 600.0,\n    \"eligibleAsAssignedBalance\": 0.0,\n    \"deviceOfferBalance\": 100.0,\n    \"dynamicOffers\": [\n        {\n            \"id\": 1,\n            \"campaignId\": 100,\n            \"assignedTo\": 1000,\n            \"name\": \"Survey\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Survey Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 1,\n                    \"couponOfferName\": \"Survey\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 100,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Survey\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": \"fe2bf741-54d6-4cdd-9b91-41fa38555049\",\n            \"saveStatus\": \"NOT_APPLICABLE\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 2,\n            \"campaignId\": 200,\n            \"assignedTo\": 1000,\n            \"name\": \"Calculated offer\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Calculated Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 2,\n                    \"couponOfferName\": \"Calculated offer\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 200,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Plan Kicker\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"NOT_APPLICABLE\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 3,\n            \"campaignId\": 300,\n            \"assignedTo\": 1000,\n            \"name\": \"Recurring Parent\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Recurring Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 3,\n                    \"couponOfferName\": \"Parent\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 300,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Plan Kicker\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"NOT_APPLICABLE\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 4,\n            \"campaignId\": 301,\n            \"assignedTo\": 1000,\n            \"name\": \"Recurring Child\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Recurring Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 4,\n                    \"couponOfferName\": \"Child\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 301,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Plan Kicker\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"NOT_APPLICABLE\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 5,\n            \"campaignId\": 400,\n            \"assignedTo\": 1000,\n            \"name\": \"Saved Offer - Unsaved\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Saved Offer Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 5,\n                    \"couponOfferName\": \"Saved Campaign\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 400,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Generic time bound\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"UNSAVED\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 7,\n            \"campaignId\": 500,\n            \"assignedTo\": 1000,\n            \"name\": \"Marketing\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Marketing Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [],\n            \"campaignType\": \"Marketing\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 3,\n            \"campaignCategory\": \"Marketing & Promotions\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": \"https://my-marketing-website.com/this\",\n            \"saveStatus\": \"NOT_APPLICABLE\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 8,\n            \"campaignId\": 600,\n            \"assignedTo\": 1000,\n            \"name\": \"Device Offer - ELIGIBLE\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Device Offer Coupons\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 7,\n                    \"couponOfferName\": \"Device Offers\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 600,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Device Offers\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 2,\n            \"campaignCategory\": \"Device Upgrades\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"UNSAVED\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [\n                {\n                    \"key\": \"term\",\n                    \"value\": \"12\",\n                    \"externalId\": null\n                },\n                {\n                    \"key\": \"plan\",\n                    \"value\": \"Endless Small\",\n                    \"externalId\": \"SAM16447\"\n                }\n            ],\n            \"products\": [\n                {\n                    \"id\": 3462,\n                    \"name\": \"iPhone 16 Pro Max\",\n                    \"description\": \"Hello, Apple Intelligence.\\niPhone 16 Pro Max. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro Max has a strong and...\",\n                    \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro-max/\",\n                    \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3462/11365/MBDV_9adffa2c-3d4d-467f-bcce-c2f6217b1e23_DESERT_TITANIUM_256GB_(0)-production__15121.1726022517.png?c=1\",\n                    \"brand\": \"Apple\",\n                    \"productCategory\": \"CBU/Mobile\",\n                    \"externalId\": \"1002\",\n                    \"displayOrder\": 1\n                },\n                {\n                    \"id\": 3475,\n                    \"name\": \"iPhone 16 Pro\",\n                    \"description\": \"Hello, Apple Intelligence.\\n\\niPhone 16 Pro. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro has a strong and light...\",\n                    \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro/\",\n                    \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3475/11485/MBDV_cb9b45f4-e261-4c66-b547-e0d694bb6db1_DESERT_TITANIUM_128GB_(0)-production__96296.1726023208.png?c=1\",\n                    \"brand\": \"Apple\",\n                    \"productCategory\": \"CBU/Mobile\",\n                    \"externalId\": \"1003\",\n                    \"displayOrder\": 2\n                }\n            ],\n            \"plans\": [\n                {\n                    \"key\": \"plan\",\n                    \"value\": \"Endless Small\",\n                    \"externalId\": \"SAM16447\"\n                }\n            ],\n            \"terms\": [\n                {\n                    \"key\": \"term\",\n                    \"value\": \"12\",\n                    \"externalId\": null\n                }\n            ],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 14,\n            \"campaignId\": 700,\n            \"assignedTo\": 1000,\n            \"name\": \"Trade-in\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 0.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Trade-In\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 8,\n                    \"couponOfferName\": \"Trade In\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 700,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Trade-in\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 2,\n            \"campaignCategory\": \"Device Upgrades\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"NOT_APPLICABLE\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        }\n    ],\n    \"carouselItems\": [\n        {\n            \"imageName\": \"Promotion UI_Home.png\",\n            \"destination\": \"ALL_OFFERS\"\n        },\n        {\n            \"imageName\": \"Promotion UI_Home_rewards.png\",\n            \"destination\": \"REWARDS\"\n        }\n    ],\n    \"walletInfo\": {\n        \"customerId\": \"1000\",\n        \"walletId\": \"64000000001\",\n        \"walletCustomerKey\": \"\",\n        \"walletScoreKey\": \"\",\n        \"planProductId\": \"\",\n        \"billingAccountNumber\": \"100000001\",\n        \"serviceId\": \"\",\n        \"memberId\": \"X100000001\",\n        \"walletType\": \"ON_ACCOUNT\"\n    },\n    \"serviceId\": \"\",\n    \"defaultInfoConfig\": {\n        \"clientDefaultGenericContent\": \"Generic Marketing Copy\",\n        \"clientFaqUrl\": \"https://one.nz/faq/faq\",\n        \"clientHomePageHeading\": \"Build a balance, get more off your next phone\",\n        \"clientTcUrl\": \"https://one.nz/legal/terms-conditions/one-wallet/\",\n        \"clientHomePageBodyUrl\": \"https://one.nz/one-wallet/\",\n        \"clientHomePageBodyUrlTitle\": \"one.nz/one-wallet\",\n        \"clientHomePageBody\": \"One Wallet available at selected One NZ\"\n    },\n    \"earliestExpireDateTime\": \"2026-12-17T01:56:48Z\",\n    \"savedDeviceOffer\": {\n        \"id\": 12,\n        \"campaignId\": 600,\n        \"assignedTo\": 1000,\n        \"name\": \"Device Offer - ELIGIBLE\",\n        \"issueDate\": \"2024-11-15T15:06:56.443\",\n        \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n        \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n        \"offerValue\": 100.0,\n        \"heroImageName\": null,\n        \"brandImageName\": null,\n        \"dynamicImageName\": null,\n        \"listViewImageName\": null,\n        \"description\": \"Device Offer Coupons\",\n        \"reference\": \"602c3f12-6bc4-4cdc-8a5d-f5997551765b\",\n        \"status\": \"ELIGIBLE\",\n        \"appealScore\": 5000.0,\n        \"couponOfferMessage\": [\n            {\n                \"id\": 7,\n                \"couponOfferName\": \"Device Offers\",\n                \"couponOfferHeading\": \"couponOfferHeading\",\n                \"couponCTATitle\": \"couponOfferCtaTitle\",\n                \"couponOfferValueSubheading\": null,\n                \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                \"couponOfferNotification\": \"couponOfferNotification\",\n                \"couponOfferDetails\": \"couponOfferDetails\",\n                \"couponOfferShortTAndC\": null,\n                \"couponOfferTAndC\": \"couponOfferDetails\",\n                \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                \"couponOfferLaunchCta\": null,\n                \"actionTitle\": null,\n                \"actionUrl\": null,\n                \"saveOfferSavedTitle\": null,\n                \"saveOfferUnsavedTitle\": null,\n                \"howToRedeemOffer\": null,\n                \"offerShortName\": null,\n                \"couponCampaignId\": 600,\n                \"eCouponCode\": null\n            }\n        ],\n        \"campaignType\": \"Device Offers\",\n        \"campaignSubtype\": null,\n        \"campaignCategoryId\": 2,\n        \"campaignCategory\": \"Device Upgrades\",\n        \"lastEventTime\": null,\n        \"isGenericTradeIn\": null,\n        \"launchUrl\": null,\n        \"saveStatus\": \"SAVED\",\n        \"rewardExpireDays\": 300,\n        \"redirectWithExchangeToken\": null,\n        \"campaignMetadata\": [\n            {\n                \"key\": \"term\",\n                \"value\": \"12\",\n                \"externalId\": null\n            },\n            {\n                \"key\": \"plan\",\n                \"value\": \"Endless Small\",\n                \"externalId\": \"SAM16447\"\n            }\n        ],\n        \"products\": [\n            {\n                \"id\": 3462,\n                \"name\": \"iPhone 16 Pro Max\",\n                \"description\": \"Hello, Apple Intelligence.\\niPhone 16 Pro Max. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro Max has a strong and...\",\n                \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro-max/\",\n                \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3462/11365/MBDV_9adffa2c-3d4d-467f-bcce-c2f6217b1e23_DESERT_TITANIUM_256GB_(0)-production__15121.1726022517.png?c=1\",\n                \"brand\": \"Apple\",\n                \"productCategory\": \"CBU/Mobile\",\n                \"externalId\": \"1002\",\n                \"displayOrder\": 1\n            },\n            {\n                \"id\": 3475,\n                \"name\": \"iPhone 16 Pro\",\n                \"description\": \"Hello, Apple Intelligence.\\n\\niPhone 16 Pro. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro has a strong and light...\",\n                \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro/\",\n                \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3475/11485/MBDV_cb9b45f4-e261-4c66-b547-e0d694bb6db1_DESERT_TITANIUM_128GB_(0)-production__96296.1726023208.png?c=1\",\n                \"brand\": \"Apple\",\n                \"productCategory\": \"CBU/Mobile\",\n                \"externalId\": \"1003\",\n                \"displayOrder\": 2\n            }\n        ],\n        \"plans\": [\n            {\n                \"key\": \"plan\",\n                \"value\": \"Endless Small\",\n                \"externalId\": \"SAM16447\"\n            }\n        ],\n        \"terms\": [\n            {\n                \"key\": \"term\",\n                \"value\": \"12\",\n                \"externalId\": null\n            }\n        ],\n        \"transferredFrom\": null,\n        \"transferredTo\": null,\n        \"transferId\": null,\n        \"winMethod\": null,\n        \"activationDateTime\": null,\n        \"totalEntries\": 0,\n        \"unusedEntries\": 0,\n        \"drawStatus\": null,\n        \"offerRemovedBy\": null,\n        \"offerRemovedReason\": null,\n        \"offerReasonCode\": null,\n        \"offerReasonCodeDescription\": null,\n        \"offerAddedReasonCode\": null,\n        \"offerAddedReasonCodeDescription\": null,\n        \"offerCreatedBy\": \"System\",\n        \"toolkitOfferId\": null,\n        \"displayCode\": null\n    },\n    \"active\": true\n}"},{"id":"bcd8d2c9-195e-4a3c-891f-aececeb87f63","name":"Customer Not Found","originalRequest":{"method":"GET","header":[],"url":"https://gateway.youtap-test.net/promourl/api/customers/9393939/coupons/summary"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/problem+json"},{"key":"Date","value":"Wed, 08 Mar 2023 03:47:58 GMT"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://emoney.youtap.com/problems/resource-not-found\",\n    \"title\": \"Resource Not Found\",\n    \"detail\": \"Customer not found\",\n    \"status\": 404,\n    \"instance\": \"\",\n    \"errorKey\": \"resource_not_found\"\n}"}],"_postman_id":"3a9fef40-44b1-4f07-9934-16e2f3a9e4f4"},{"name":"Get Customer Coupons","id":"18418e4b-311d-4321-baa4-3e3fae50af59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://gateway.youtap-test.net/promourl/api/customers/64216421014/coupons","description":"<p>Retrieves a portion of the comprehensive list of coupons for a customer, including ones that they're eligible for but haven't earned yet. This request, when filtered properly, can be particularly useful for showing a customer everything that they can work towards so they can tailor their own behaviour.</p>\n<h4 id=\"data-type-information\">Data Type Information</h4>\n<p>This returns a list of <strong>CouponResponse</strong></p>\n<p>For additional data type information see <a href=\"#171e8abf-03ba-4a04-9573-6f159a6ed81d\">Additional Information</a> -&gt; Coupon Response</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"protocol":"https","path":["promourl","api","customers","64216421014","coupons"],"host":["gateway","youtap-test","net"],"query":[{"disabled":true,"description":{"content":"<p>Zero-indexed page number to retrieve. Example: 0</p>\n","type":"text/plain"},"key":"page","value":"[page]"},{"disabled":true,"description":{"content":"<p>Number of coupons to return per page. Example: 20</p>\n","type":"text/plain"},"key":"size","value":"[size]"},{"disabled":true,"description":{"content":"<p>Sort order as property,direction; repeatable for multiple properties. Example: issueDate,desc</p>\n","type":"text/plain"},"key":"sort","value":"[sort]"},{"disabled":true,"description":{"content":"<p>Filters by one or more coupon statuses (ELIGIBLE, ASSIGNED, REDEEMED, EXPIRED, etc). Example: ELIGIBLE</p>\n","type":"text/plain"},"key":"status","value":"[status]"},{"disabled":true,"description":{"content":"<p>Filters to coupons whose campaign has this exact campaign type name. Example: Device Offers</p>\n","type":"text/plain"},"key":"campaignType","value":"[campaignType]"},{"disabled":true,"description":{"content":"<p>Filters to coupons whose campaign type name matches any of these comma-separated values. Example: Device Offers,Rewards</p>\n","type":"text/plain"},"key":"campaignTypes","value":"[campaignTypes]"},{"disabled":true,"description":{"content":"<p>Filters to coupons whose campaign has this exact campaign subtype name. Example: eCoupons</p>\n","type":"text/plain"},"key":"campaignSubtype","value":"[campaignSubtype]"}],"variable":[]}},"response":[{"id":"681d1e43-abb6-4628-a05e-70ac483597b4","name":"Get Customer Coupons","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/coupons","protocol":"https","host":["gateway","youtap-test","net"],"path":["promourl","api","customers","[couponCustomerId]","coupons"],"query":[{"key":"page","value":"[page]","description":"Zero-indexed page number to retrieve. Example: 0","disabled":true},{"key":"size","value":"[size]","description":"Number of coupons to return per page. Example: 20","disabled":true},{"key":"sort","value":"[name]","description":"Sort order as property,direction; repeatable for multiple properties. Example: issueDate,desc","disabled":true},{"key":"status","value":"ASSIGNED","description":"Filters by one or more coupon statuses (ELIGIBLE, ASSIGNED, REDEEMED, EXPIRED, etc). Example: ELIGIBLE","disabled":true},{"key":"campaignType","value":"[campaignType]","description":"Filters to coupons whose campaign has this exact campaign type name. Example: Device Offers","disabled":true},{"key":"campaignTypes","value":"[campaignTypes]","description":"Filters to coupons whose campaign type name matches any of these comma-separated values. Example: Device Offers,Rewards","disabled":true},{"key":"campaignSubtype","value":"[campaignSubtype]","description":"Filters to coupons whose campaign has this exact campaign subtype name. Example: eCoupons","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 26 Jun 2023 05:03:56 GMT"},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"X-RateLimit-Burst-Capacity","value":"100"},{"key":"X-RateLimit-Remaining","value":"-1"},{"key":"X-RateLimit-Replenish-Rate","value":"50"},{"key":"X-RateLimit-Requested-Tokens","value":"1"},{"key":"Content-Length","value":"747"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 6,\n            \"campaignId\": 401,\n            \"assignedTo\": 1000,\n            \"name\": \"Saved Offer - Saved\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Saved Offer Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ASSIGNED\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 6,\n                    \"couponOfferName\": \"Saved Campaign\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 401,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Generic time bound\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"SAVED\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 2,\n            \"campaignId\": 200,\n            \"assignedTo\": 1000,\n            \"name\": \"Calculated offer\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Calculated Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 2,\n                    \"couponOfferName\": \"Calculated offer\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 200,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Plan Kicker\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"NOT_APPLICABLE\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 12,\n            \"campaignId\": 600,\n            \"assignedTo\": 1000,\n            \"name\": \"Device Offer - ELIGIBLE\",\n            \"issueDate\": \"2024-11-15T15:06:56.443\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Device Offer Coupons\",\n            \"reference\": \"602c3f12-6bc4-4cdc-8a5d-f5997551765b\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 7,\n                    \"couponOfferName\": \"Device Offers\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 600,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Device Offers\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 2,\n            \"campaignCategory\": \"Device Upgrades\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"SAVED\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [\n                {\n                    \"key\": \"term\",\n                    \"value\": \"12\",\n                    \"externalId\": null\n                },\n                {\n                    \"key\": \"plan\",\n                    \"value\": \"Endless Small\",\n                    \"externalId\": \"SAM16447\"\n                }\n            ],\n            \"products\": [\n                {\n                    \"id\": 3462,\n                    \"name\": \"iPhone 16 Pro Max\",\n                    \"description\": \"Hello, Apple Intelligence.\\niPhone 16 Pro Max. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro Max has a strong and...\",\n                    \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro-max/\",\n                    \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3462/11365/MBDV_9adffa2c-3d4d-467f-bcce-c2f6217b1e23_DESERT_TITANIUM_256GB_(0)-production__15121.1726022517.png?c=1\",\n                    \"brand\": \"Apple\",\n                    \"productCategory\": \"CBU/Mobile\",\n                    \"externalId\": \"1002\",\n                    \"displayOrder\": 1\n                },\n                {\n                    \"id\": 3475,\n                    \"name\": \"iPhone 16 Pro\",\n                    \"description\": \"Hello, Apple Intelligence.\\n\\niPhone 16 Pro. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro has a strong and light...\",\n                    \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro/\",\n                    \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3475/11485/MBDV_cb9b45f4-e261-4c66-b547-e0d694bb6db1_DESERT_TITANIUM_128GB_(0)-production__96296.1726023208.png?c=1\",\n                    \"brand\": \"Apple\",\n                    \"productCategory\": \"CBU/Mobile\",\n                    \"externalId\": \"1003\",\n                    \"displayOrder\": 2\n                }\n            ],\n            \"plans\": [\n                {\n                    \"key\": \"plan\",\n                    \"value\": \"Endless Small\",\n                    \"externalId\": \"SAM16447\"\n                }\n            ],\n            \"terms\": [\n                {\n                    \"key\": \"term\",\n                    \"value\": \"12\",\n                    \"externalId\": null\n                }\n            ],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 8,\n            \"campaignId\": 600,\n            \"assignedTo\": 1000,\n            \"name\": \"Device Offer - ELIGIBLE\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Device Offer Coupons\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 7,\n                    \"couponOfferName\": \"Device Offers\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 600,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Device Offers\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 2,\n            \"campaignCategory\": \"Device Upgrades\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"UNSAVED\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [\n                {\n                    \"key\": \"term\",\n                    \"value\": \"12\",\n                    \"externalId\": null\n                },\n                {\n                    \"key\": \"plan\",\n                    \"value\": \"Endless Small\",\n                    \"externalId\": \"SAM16447\"\n                }\n            ],\n            \"products\": [\n                {\n                    \"id\": 3462,\n                    \"name\": \"iPhone 16 Pro Max\",\n                    \"description\": \"Hello, Apple Intelligence.\\niPhone 16 Pro Max. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro Max has a strong and...\",\n                    \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro-max/\",\n                    \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3462/11365/MBDV_9adffa2c-3d4d-467f-bcce-c2f6217b1e23_DESERT_TITANIUM_256GB_(0)-production__15121.1726022517.png?c=1\",\n                    \"brand\": \"Apple\",\n                    \"productCategory\": \"CBU/Mobile\",\n                    \"externalId\": \"1002\",\n                    \"displayOrder\": 1\n                },\n                {\n                    \"id\": 3475,\n                    \"name\": \"iPhone 16 Pro\",\n                    \"description\": \"Hello, Apple Intelligence.\\n\\niPhone 16 Pro. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro has a strong and light...\",\n                    \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro/\",\n                    \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3475/11485/MBDV_cb9b45f4-e261-4c66-b547-e0d694bb6db1_DESERT_TITANIUM_128GB_(0)-production__96296.1726023208.png?c=1\",\n                    \"brand\": \"Apple\",\n                    \"productCategory\": \"CBU/Mobile\",\n                    \"externalId\": \"1003\",\n                    \"displayOrder\": 2\n                }\n            ],\n            \"plans\": [\n                {\n                    \"key\": \"plan\",\n                    \"value\": \"Endless Small\",\n                    \"externalId\": \"SAM16447\"\n                }\n            ],\n            \"terms\": [\n                {\n                    \"key\": \"term\",\n                    \"value\": \"12\",\n                    \"externalId\": null\n                }\n            ],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 17,\n            \"campaignId\": 900,\n            \"assignedTo\": 1000,\n            \"name\": \"eCoupon Campaign\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 0.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"eCoupon Campaign Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 10,\n                    \"couponOfferName\": \"eCoupon Campaign\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 900,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Rewards\",\n            \"campaignSubtype\": \"eCoupons\",\n            \"campaignCategoryId\": 5,\n            \"campaignCategory\": \"Rewards\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"UNSAVED\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 15,\n            \"campaignId\": 903,\n            \"assignedTo\": 1000,\n            \"name\": \"eCoupon Exhausted 1\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 0.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"eCoupon Codes Exhausted Test Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 13,\n                    \"couponOfferName\": \"eCoupon Codes Exhausted Test\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 903,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Rewards\",\n            \"campaignSubtype\": \"eCoupons\",\n            \"campaignCategoryId\": 5,\n            \"campaignCategory\": \"Rewards\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"UNSAVED\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 7,\n            \"campaignId\": 500,\n            \"assignedTo\": 1000,\n            \"name\": \"Marketing\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Marketing Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [],\n            \"campaignType\": \"Marketing\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 3,\n            \"campaignCategory\": \"Marketing & Promotions\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": \"https://my-marketing-website.com/this\",\n            \"saveStatus\": \"NOT_APPLICABLE\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 4,\n            \"campaignId\": 301,\n            \"assignedTo\": 1000,\n            \"name\": \"Recurring Child\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Recurring Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 4,\n                    \"couponOfferName\": \"Child\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 301,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Plan Kicker\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"NOT_APPLICABLE\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 3,\n            \"campaignId\": 300,\n            \"assignedTo\": 1000,\n            \"name\": \"Recurring Parent\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Recurring Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 3,\n                    \"couponOfferName\": \"Parent\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 300,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Plan Kicker\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"NOT_APPLICABLE\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 5,\n            \"campaignId\": 400,\n            \"assignedTo\": 1000,\n            \"name\": \"Saved Offer - Unsaved\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Saved Offer Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 5,\n                    \"couponOfferName\": \"Saved Campaign\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 400,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Generic time bound\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"UNSAVED\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 1,\n            \"campaignId\": 100,\n            \"assignedTo\": 1000,\n            \"name\": \"Survey\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Survey Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 1,\n                    \"couponOfferName\": \"Survey\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 100,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Survey\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": \"fe2bf741-54d6-4cdd-9b91-41fa38555049\",\n            \"saveStatus\": \"NOT_APPLICABLE\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 14,\n            \"campaignId\": 700,\n            \"assignedTo\": 1000,\n            \"name\": \"Trade-in\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 0.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Trade-In\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 8,\n                    \"couponOfferName\": \"Trade In\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 700,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Trade-in\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 2,\n            \"campaignCategory\": \"Device Upgrades\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"NOT_APPLICABLE\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        }\n    ],\n    \"pageable\": {\n        \"pageNumber\": 0,\n        \"pageSize\": 20,\n        \"sort\": {\n            \"sorted\": false,\n            \"empty\": true,\n            \"unsorted\": true\n        },\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"last\": true,\n    \"totalPages\": 1,\n    \"totalElements\": 12,\n    \"first\": true,\n    \"size\": 20,\n    \"number\": 0,\n    \"sort\": {\n        \"sorted\": false,\n        \"empty\": true,\n        \"unsorted\": true\n    },\n    \"numberOfElements\": 12,\n    \"empty\": false\n}"},{"id":"de139f2b-2dd2-4683-8331-a9c9ccef6101","name":"Get Eligible Coupons","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/coupons?status=ELIGIBLE","protocol":"https","host":["gateway","youtap-test","net"],"path":["promourl","api","customers","[couponCustomerId]","coupons"],"query":[{"key":"page","value":"[page]","description":"Zero-indexed page number to retrieve. Example: 0","disabled":true},{"key":"size","value":"[size]","description":"Number of coupons to return per page. Example: 20","disabled":true},{"key":"sort","value":"[name]","description":"Sort order as property,direction; repeatable for multiple properties. Example: issueDate,desc","disabled":true},{"key":"status","value":"ELIGIBLE","description":"Filters by one or more coupon statuses (ELIGIBLE, ASSIGNED, REDEEMED, EXPIRED, etc). Example: ELIGIBLE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 26 Jun 2023 05:04:09 GMT"},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"X-RateLimit-Burst-Capacity","value":"100"},{"key":"X-RateLimit-Remaining","value":"-1"},{"key":"X-RateLimit-Replenish-Rate","value":"50"},{"key":"X-RateLimit-Requested-Tokens","value":"1"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 2,\n            \"campaignId\": 200,\n            \"assignedTo\": 1000,\n            \"name\": \"Calculated offer\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Calculated Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 2,\n                    \"couponOfferName\": \"Calculated offer\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 200,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Plan Kicker\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"NOT_APPLICABLE\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 8,\n            \"campaignId\": 600,\n            \"assignedTo\": 1000,\n            \"name\": \"Device Offer - ELIGIBLE\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Device Offer Coupons\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 7,\n                    \"couponOfferName\": \"Device Offers\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 600,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Device Offers\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 2,\n            \"campaignCategory\": \"Device Upgrades\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"UNSAVED\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [\n                {\n                    \"key\": \"term\",\n                    \"value\": \"12\",\n                    \"externalId\": null\n                },\n                {\n                    \"key\": \"plan\",\n                    \"value\": \"Endless Small\",\n                    \"externalId\": \"SAM16447\"\n                }\n            ],\n            \"products\": [\n                {\n                    \"id\": 3462,\n                    \"name\": \"iPhone 16 Pro Max\",\n                    \"description\": \"Hello, Apple Intelligence.\\niPhone 16 Pro Max. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro Max has a strong and...\",\n                    \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro-max/\",\n                    \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3462/11365/MBDV_9adffa2c-3d4d-467f-bcce-c2f6217b1e23_DESERT_TITANIUM_256GB_(0)-production__15121.1726022517.png?c=1\",\n                    \"brand\": \"Apple\",\n                    \"productCategory\": \"CBU/Mobile\",\n                    \"externalId\": \"1002\",\n                    \"displayOrder\": 1\n                },\n                {\n                    \"id\": 3475,\n                    \"name\": \"iPhone 16 Pro\",\n                    \"description\": \"Hello, Apple Intelligence.\\n\\niPhone 16 Pro. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro has a strong and light...\",\n                    \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro/\",\n                    \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3475/11485/MBDV_cb9b45f4-e261-4c66-b547-e0d694bb6db1_DESERT_TITANIUM_128GB_(0)-production__96296.1726023208.png?c=1\",\n                    \"brand\": \"Apple\",\n                    \"productCategory\": \"CBU/Mobile\",\n                    \"externalId\": \"1003\",\n                    \"displayOrder\": 2\n                }\n            ],\n            \"plans\": [\n                {\n                    \"key\": \"plan\",\n                    \"value\": \"Endless Small\",\n                    \"externalId\": \"SAM16447\"\n                }\n            ],\n            \"terms\": [\n                {\n                    \"key\": \"term\",\n                    \"value\": \"12\",\n                    \"externalId\": null\n                }\n            ],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 12,\n            \"campaignId\": 600,\n            \"assignedTo\": 1000,\n            \"name\": \"Device Offer - ELIGIBLE\",\n            \"issueDate\": \"2024-11-15T15:06:56.443\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Device Offer Coupons\",\n            \"reference\": \"602c3f12-6bc4-4cdc-8a5d-f5997551765b\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 7,\n                    \"couponOfferName\": \"Device Offers\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 600,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Device Offers\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 2,\n            \"campaignCategory\": \"Device Upgrades\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"SAVED\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [\n                {\n                    \"key\": \"term\",\n                    \"value\": \"12\",\n                    \"externalId\": null\n                },\n                {\n                    \"key\": \"plan\",\n                    \"value\": \"Endless Small\",\n                    \"externalId\": \"SAM16447\"\n                }\n            ],\n            \"products\": [\n                {\n                    \"id\": 3462,\n                    \"name\": \"iPhone 16 Pro Max\",\n                    \"description\": \"Hello, Apple Intelligence.\\niPhone 16 Pro Max. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro Max has a strong and...\",\n                    \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro-max/\",\n                    \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3462/11365/MBDV_9adffa2c-3d4d-467f-bcce-c2f6217b1e23_DESERT_TITANIUM_256GB_(0)-production__15121.1726022517.png?c=1\",\n                    \"brand\": \"Apple\",\n                    \"productCategory\": \"CBU/Mobile\",\n                    \"externalId\": \"1002\",\n                    \"displayOrder\": 1\n                },\n                {\n                    \"id\": 3475,\n                    \"name\": \"iPhone 16 Pro\",\n                    \"description\": \"Hello, Apple Intelligence.\\n\\niPhone 16 Pro. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro has a strong and light...\",\n                    \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro/\",\n                    \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3475/11485/MBDV_cb9b45f4-e261-4c66-b547-e0d694bb6db1_DESERT_TITANIUM_128GB_(0)-production__96296.1726023208.png?c=1\",\n                    \"brand\": \"Apple\",\n                    \"productCategory\": \"CBU/Mobile\",\n                    \"externalId\": \"1003\",\n                    \"displayOrder\": 2\n                }\n            ],\n            \"plans\": [\n                {\n                    \"key\": \"plan\",\n                    \"value\": \"Endless Small\",\n                    \"externalId\": \"SAM16447\"\n                }\n            ],\n            \"terms\": [\n                {\n                    \"key\": \"term\",\n                    \"value\": \"12\",\n                    \"externalId\": null\n                }\n            ],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 17,\n            \"campaignId\": 900,\n            \"assignedTo\": 1000,\n            \"name\": \"eCoupon Campaign\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 0.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"eCoupon Campaign Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 10,\n                    \"couponOfferName\": \"eCoupon Campaign\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 900,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Rewards\",\n            \"campaignSubtype\": \"eCoupons\",\n            \"campaignCategoryId\": 5,\n            \"campaignCategory\": \"Rewards\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"UNSAVED\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 15,\n            \"campaignId\": 903,\n            \"assignedTo\": 1000,\n            \"name\": \"eCoupon Exhausted 1\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 0.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"eCoupon Codes Exhausted Test Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 13,\n                    \"couponOfferName\": \"eCoupon Codes Exhausted Test\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 903,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Rewards\",\n            \"campaignSubtype\": \"eCoupons\",\n            \"campaignCategoryId\": 5,\n            \"campaignCategory\": \"Rewards\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"UNSAVED\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 7,\n            \"campaignId\": 500,\n            \"assignedTo\": 1000,\n            \"name\": \"Marketing\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Marketing Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [],\n            \"campaignType\": \"Marketing\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 3,\n            \"campaignCategory\": \"Marketing & Promotions\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": \"https://my-marketing-website.com/this\",\n            \"saveStatus\": \"NOT_APPLICABLE\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 4,\n            \"campaignId\": 301,\n            \"assignedTo\": 1000,\n            \"name\": \"Recurring Child\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Recurring Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 4,\n                    \"couponOfferName\": \"Child\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 301,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Plan Kicker\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"NOT_APPLICABLE\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 3,\n            \"campaignId\": 300,\n            \"assignedTo\": 1000,\n            \"name\": \"Recurring Parent\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Recurring Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 3,\n                    \"couponOfferName\": \"Parent\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 300,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Plan Kicker\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"NOT_APPLICABLE\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 5,\n            \"campaignId\": 400,\n            \"assignedTo\": 1000,\n            \"name\": \"Saved Offer - Unsaved\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Saved Offer Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 5,\n                    \"couponOfferName\": \"Saved Campaign\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 400,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Generic time bound\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"UNSAVED\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 1,\n            \"campaignId\": 100,\n            \"assignedTo\": 1000,\n            \"name\": \"Survey\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Survey Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 1,\n                    \"couponOfferName\": \"Survey\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 100,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Survey\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": \"fe2bf741-54d6-4cdd-9b91-41fa38555049\",\n            \"saveStatus\": \"NOT_APPLICABLE\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 14,\n            \"campaignId\": 700,\n            \"assignedTo\": 1000,\n            \"name\": \"Trade-in\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 0.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Trade-In\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 8,\n                    \"couponOfferName\": \"Trade In\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 700,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Trade-in\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 2,\n            \"campaignCategory\": \"Device Upgrades\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"NOT_APPLICABLE\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        }\n    ],\n    \"pageable\": {\n        \"pageNumber\": 0,\n        \"pageSize\": 20,\n        \"sort\": {\n            \"sorted\": false,\n            \"empty\": true,\n            \"unsorted\": true\n        },\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"last\": true,\n    \"totalPages\": 1,\n    \"totalElements\": 11,\n    \"first\": true,\n    \"size\": 20,\n    \"number\": 0,\n    \"sort\": {\n        \"sorted\": false,\n        \"empty\": true,\n        \"unsorted\": true\n    },\n    \"numberOfElements\": 11,\n    \"empty\": false\n}"},{"id":"adb20295-b87f-46a3-9365-a952adf3070c","name":"Get Assigned Coupons","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/coupons?status=ASSIGNED","protocol":"https","host":["gateway","youtap-test","net"],"path":["promourl","api","customers","[couponCustomerId]","coupons"],"query":[{"key":"page","value":"[page]","description":"Zero-indexed page number to retrieve. Example: 0","disabled":true},{"key":"size","value":"[size]","description":"Number of coupons to return per page. Example: 20","disabled":true},{"key":"sort","value":"[name]","description":"Sort order as property,direction; repeatable for multiple properties. Example: issueDate,desc","disabled":true},{"key":"status","value":"ASSIGNED","description":"Filters by one or more coupon statuses (ELIGIBLE, ASSIGNED, REDEEMED, EXPIRED, etc). Example: ELIGIBLE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 26 Jun 2023 05:04:30 GMT"},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"X-RateLimit-Burst-Capacity","value":"100"},{"key":"X-RateLimit-Remaining","value":"-1"},{"key":"X-RateLimit-Replenish-Rate","value":"50"},{"key":"X-RateLimit-Requested-Tokens","value":"1"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 6,\n            \"campaignId\": 401,\n            \"assignedTo\": 1000,\n            \"name\": \"Saved Offer - Saved\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Saved Offer Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ASSIGNED\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 6,\n                    \"couponOfferName\": \"Saved Campaign\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 401,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Generic time bound\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"SAVED\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        }\n    ],\n    \"pageable\": {\n        \"pageNumber\": 0,\n        \"pageSize\": 20,\n        \"sort\": {\n            \"sorted\": false,\n            \"empty\": true,\n            \"unsorted\": true\n        },\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"last\": true,\n    \"totalPages\": 1,\n    \"totalElements\": 1,\n    \"first\": true,\n    \"size\": 20,\n    \"number\": 0,\n    \"sort\": {\n        \"sorted\": false,\n        \"empty\": true,\n        \"unsorted\": true\n    },\n    \"numberOfElements\": 1,\n    \"empty\": false\n}"},{"id":"10caf115-148c-44df-8dc9-d40c48ed1eaf","name":"Get Coupons By Campaign Type","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/coupons?campaignType=Device Offers","protocol":"https","host":["gateway","youtap-test","net"],"path":["promourl","api","customers","[couponCustomerId]","coupons"],"query":[{"key":"page","value":"[page]","description":"Zero-indexed page number to retrieve. Example: 0","disabled":true},{"key":"size","value":"[size]","description":"Number of coupons to return per page. Example: 20","disabled":true},{"key":"sort","value":"[name]","description":"Sort order as property,direction; repeatable for multiple properties. Example: issueDate,desc","disabled":true},{"key":"status","value":"ASSIGNED","description":"Filters by one or more coupon statuses (ELIGIBLE, ASSIGNED, REDEEMED, EXPIRED, etc). Example: ELIGIBLE","disabled":true},{"key":"campaignType","value":"Device Offers","description":"Filters to coupons whose campaign has this exact campaign type name. Example: Device Offers"},{"key":"campaignTypes","value":"[campaignTypes]","description":"Filters to coupons whose campaign type name matches any of these comma-separated values. Example: Device Offers,Rewards","disabled":true},{"key":"campaignSubtype","value":"[campaignSubtype]","description":"Filters to coupons whose campaign has this exact campaign subtype name. Example: eCoupons","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 26 Jun 2023 05:03:56 GMT"},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"X-RateLimit-Burst-Capacity","value":"100"},{"key":"X-RateLimit-Remaining","value":"-1"},{"key":"X-RateLimit-Replenish-Rate","value":"50"},{"key":"X-RateLimit-Requested-Tokens","value":"1"},{"key":"Content-Length","value":"747"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [],\n    \"pageable\": {\n        \"pageNumber\": 0,\n        \"pageSize\": 20,\n        \"sort\": {\n            \"sorted\": false,\n            \"empty\": true,\n            \"unsorted\": true\n        },\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"last\": true,\n    \"totalPages\": 0,\n    \"totalElements\": 0,\n    \"first\": true,\n    \"size\": 20,\n    \"number\": 0,\n    \"sort\": {\n        \"sorted\": false,\n        \"empty\": true,\n        \"unsorted\": true\n    },\n    \"numberOfElements\": 0,\n    \"empty\": true\n}"},{"id":"e4d4cc4b-7cfd-4097-9a22-678b85e3ed4e","name":"Get Coupons By Campaign Types","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/coupons?campaignTypes=Device Offers,Rewards","protocol":"https","host":["gateway","youtap-test","net"],"path":["promourl","api","customers","[couponCustomerId]","coupons"],"query":[{"key":"page","value":"[page]","description":"Zero-indexed page number to retrieve. Example: 0","disabled":true},{"key":"size","value":"[size]","description":"Number of coupons to return per page. Example: 20","disabled":true},{"key":"sort","value":"[name]","description":"Sort order as property,direction; repeatable for multiple properties. Example: issueDate,desc","disabled":true},{"key":"status","value":"ASSIGNED","description":"Filters by one or more coupon statuses (ELIGIBLE, ASSIGNED, REDEEMED, EXPIRED, etc). Example: ELIGIBLE","disabled":true},{"key":"campaignType","value":"[campaignType]","description":"Filters to coupons whose campaign has this exact campaign type name. Example: Device Offers","disabled":true},{"key":"campaignTypes","value":"Device Offers,Rewards","description":"Filters to coupons whose campaign type name matches any of these comma-separated values. Example: Device Offers,Rewards"},{"key":"campaignSubtype","value":"[campaignSubtype]","description":"Filters to coupons whose campaign has this exact campaign subtype name. Example: eCoupons","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 26 Jun 2023 05:03:56 GMT"},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"X-RateLimit-Burst-Capacity","value":"100"},{"key":"X-RateLimit-Remaining","value":"-1"},{"key":"X-RateLimit-Replenish-Rate","value":"50"},{"key":"X-RateLimit-Requested-Tokens","value":"1"},{"key":"Content-Length","value":"747"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 17,\n            \"campaignId\": 900,\n            \"assignedTo\": 1000,\n            \"name\": \"eCoupon Campaign\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 0.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"eCoupon Campaign Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 10,\n                    \"couponOfferName\": \"eCoupon Campaign\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 900,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Rewards\",\n            \"campaignSubtype\": \"eCoupons\",\n            \"campaignCategoryId\": 5,\n            \"campaignCategory\": \"Rewards\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"UNSAVED\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 15,\n            \"campaignId\": 903,\n            \"assignedTo\": 1000,\n            \"name\": \"eCoupon Exhausted 1\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 0.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"eCoupon Codes Exhausted Test Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 13,\n                    \"couponOfferName\": \"eCoupon Codes Exhausted Test\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 903,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Rewards\",\n            \"campaignSubtype\": \"eCoupons\",\n            \"campaignCategoryId\": 5,\n            \"campaignCategory\": \"Rewards\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"UNSAVED\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        }\n    ],\n    \"pageable\": {\n        \"pageNumber\": 0,\n        \"pageSize\": 20,\n        \"sort\": {\n            \"sorted\": false,\n            \"empty\": true,\n            \"unsorted\": true\n        },\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"last\": true,\n    \"totalPages\": 1,\n    \"totalElements\": 2,\n    \"first\": true,\n    \"size\": 20,\n    \"number\": 0,\n    \"sort\": {\n        \"sorted\": false,\n        \"empty\": true,\n        \"unsorted\": true\n    },\n    \"numberOfElements\": 2,\n    \"empty\": false\n}"},{"id":"bcf6317e-973b-4f7c-9e87-226fe0f12e49","name":"Get Coupons By Campaign Subtype","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/coupons?campaignSubtype=eCoupons","protocol":"https","host":["gateway","youtap-test","net"],"path":["promourl","api","customers","[couponCustomerId]","coupons"],"query":[{"key":"page","value":"[page]","description":"Zero-indexed page number to retrieve. Example: 0","disabled":true},{"key":"size","value":"[size]","description":"Number of coupons to return per page. Example: 20","disabled":true},{"key":"sort","value":"[name]","description":"Sort order as property,direction; repeatable for multiple properties. Example: issueDate,desc","disabled":true},{"key":"status","value":"ASSIGNED","description":"Filters by one or more coupon statuses (ELIGIBLE, ASSIGNED, REDEEMED, EXPIRED, etc). Example: ELIGIBLE","disabled":true},{"key":"campaignType","value":"[campaignType]","description":"Filters to coupons whose campaign has this exact campaign type name. Example: Device Offers","disabled":true},{"key":"campaignTypes","value":"[campaignTypes]","description":"Filters to coupons whose campaign type name matches any of these comma-separated values. Example: Device Offers,Rewards","disabled":true},{"key":"campaignSubtype","value":"eCoupons","description":"Filters to coupons whose campaign has this exact campaign subtype name. Example: eCoupons"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 26 Jun 2023 05:03:56 GMT"},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"X-RateLimit-Burst-Capacity","value":"100"},{"key":"X-RateLimit-Remaining","value":"-1"},{"key":"X-RateLimit-Replenish-Rate","value":"50"},{"key":"X-RateLimit-Requested-Tokens","value":"1"},{"key":"Content-Length","value":"747"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 17,\n            \"campaignId\": 900,\n            \"assignedTo\": 1000,\n            \"name\": \"eCoupon Campaign\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 0.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"eCoupon Campaign Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 10,\n                    \"couponOfferName\": \"eCoupon Campaign\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 900,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Rewards\",\n            \"campaignSubtype\": \"eCoupons\",\n            \"campaignCategoryId\": 5,\n            \"campaignCategory\": \"Rewards\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"UNSAVED\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        },\n        {\n            \"id\": 15,\n            \"campaignId\": 903,\n            \"assignedTo\": 1000,\n            \"name\": \"eCoupon Exhausted 1\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 0.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"eCoupon Codes Exhausted Test Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 13,\n                    \"couponOfferName\": \"eCoupon Codes Exhausted Test\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 903,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Rewards\",\n            \"campaignSubtype\": \"eCoupons\",\n            \"campaignCategoryId\": 5,\n            \"campaignCategory\": \"Rewards\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"UNSAVED\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        }\n    ],\n    \"pageable\": {\n        \"pageNumber\": 0,\n        \"pageSize\": 20,\n        \"sort\": {\n            \"sorted\": false,\n            \"empty\": true,\n            \"unsorted\": true\n        },\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"last\": true,\n    \"totalPages\": 1,\n    \"totalElements\": 2,\n    \"first\": true,\n    \"size\": 20,\n    \"number\": 0,\n    \"sort\": {\n        \"sorted\": false,\n        \"empty\": true,\n        \"unsorted\": true\n    },\n    \"numberOfElements\": 2,\n    \"empty\": false\n}"}],"_postman_id":"18418e4b-311d-4321-baa4-3e3fae50af59"},{"name":"Get Customer Coupon","id":"88ab2f42-00b1-493c-a266-e0d90c76a47c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/coupons/[ID]","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"protocol":"https","path":["promourl","api","customers","[couponCustomerId]","coupons","[ID]"],"host":["gateway","youtap-test","net"],"query":[],"variable":[]}},"response":[{"id":"4974e508-4388-4786-8faa-e85d7bd38b84","name":"Get Customer Coupon","originalRequest":{"method":"GET","header":[],"url":"https://gateway.youtap-test/promourl/api/customers/[couponCustomerId]/coupons/[couponId]"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 10 Feb 2023 03:35:55 GMT"},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"Content-Length","value":"385"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"campaignId\": 100,\n    \"assignedTo\": 1000,\n    \"name\": \"Survey\",\n    \"issueDate\": \"2024-11-15T16:16:41.69\",\n    \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n    \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n    \"offerValue\": 100.0,\n    \"heroImageName\": null,\n    \"brandImageName\": null,\n    \"dynamicImageName\": null,\n    \"listViewImageName\": null,\n    \"description\": \"Survey Coupon\",\n    \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n    \"status\": \"ELIGIBLE\",\n    \"appealScore\": 5000.0,\n    \"couponOfferMessage\": [\n        {\n            \"id\": 1,\n            \"couponOfferName\": \"Survey\",\n            \"couponOfferHeading\": \"couponOfferHeading\",\n            \"couponCTATitle\": \"couponOfferCtaTitle\",\n            \"couponOfferValueSubheading\": null,\n            \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n            \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n            \"couponOfferNotification\": \"couponOfferNotification\",\n            \"couponOfferDetails\": \"couponOfferDetails\",\n            \"couponOfferShortTAndC\": null,\n            \"couponOfferTAndC\": \"couponOfferDetails\",\n            \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n            \"couponOfferLaunchCta\": null,\n            \"actionTitle\": null,\n            \"actionUrl\": null,\n            \"saveOfferSavedTitle\": null,\n            \"saveOfferUnsavedTitle\": null,\n            \"howToRedeemOffer\": null,\n            \"offerShortName\": null,\n            \"couponCampaignId\": 100,\n            \"eCouponCode\": null\n        }\n    ],\n    \"campaignType\": \"Survey\",\n    \"campaignSubtype\": null,\n    \"campaignCategoryId\": 1,\n    \"campaignCategory\": \"Loyalty & Retention\",\n    \"lastEventTime\": null,\n    \"isGenericTradeIn\": null,\n    \"launchUrl\": \"fe2bf741-54d6-4cdd-9b91-41fa38555049\",\n    \"saveStatus\": \"NOT_APPLICABLE\",\n    \"rewardExpireDays\": 300,\n    \"redirectWithExchangeToken\": null,\n    \"campaignMetadata\": [],\n    \"products\": [],\n    \"plans\": [],\n    \"terms\": [],\n    \"transferredFrom\": null,\n    \"transferredTo\": null,\n    \"transferId\": null,\n    \"winMethod\": null,\n    \"activationDateTime\": null,\n    \"totalEntries\": 0,\n    \"unusedEntries\": 0,\n    \"drawStatus\": null,\n    \"offerRemovedBy\": null,\n    \"offerRemovedReason\": null,\n    \"offerReasonCode\": null,\n    \"offerReasonCodeDescription\": null,\n    \"offerAddedReasonCode\": null,\n    \"offerAddedReasonCodeDescription\": null,\n    \"offerCreatedBy\": \"System\",\n    \"toolkitOfferId\": null,\n    \"displayCode\": null\n}"}],"_postman_id":"88ab2f42-00b1-493c-a266-e0d90c76a47c"},{"name":"Get Coupons By Campaign ID","id":"b08a7e82-db77-4ae9-a54d-1808387c387d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/campaigns/292/coupons","description":"<h4 id=\"data-type-information\">Data Type Information</h4>\n<p>This returns a list of <strong>CouponResponse</strong></p>\n<p>For additional data type information see <a href=\"#171e8abf-03ba-4a04-9573-6f159a6ed81d\">Additional Information</a> -&gt; Coupon Response</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"protocol":"https","path":["promourl","api","customers","[couponCustomerId]","campaigns","292","coupons"],"host":["gateway","youtap-test","net"],"query":[],"variable":[]}},"response":[{"id":"bccf3da8-9d86-451d-9f9a-c5d6801b00b9","name":"Get Coupons By Campaign ID","originalRequest":{"method":"GET","header":[],"url":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/campaigns/292/coupons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 27 Jun 2023 01:32:06 GMT"},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"X-RateLimit-Burst-Capacity","value":"100"},{"key":"X-RateLimit-Remaining","value":"-1"},{"key":"X-RateLimit-Replenish-Rate","value":"50"},{"key":"X-RateLimit-Requested-Tokens","value":"1"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 12,\n        \"campaignId\": 600,\n        \"assignedTo\": 1000,\n        \"name\": \"Device Offer - ELIGIBLE\",\n        \"issueDate\": \"2024-11-15T15:06:56.443\",\n        \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n        \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n        \"offerValue\": 100.0,\n        \"heroImageName\": null,\n        \"brandImageName\": null,\n        \"dynamicImageName\": null,\n        \"listViewImageName\": null,\n        \"description\": \"Device Offer Coupons\",\n        \"reference\": \"602c3f12-6bc4-4cdc-8a5d-f5997551765b\",\n        \"status\": \"ELIGIBLE\",\n        \"appealScore\": 5000.0,\n        \"couponOfferMessage\": [\n            {\n                \"id\": 7,\n                \"couponOfferName\": \"Device Offers\",\n                \"couponOfferHeading\": \"couponOfferHeading\",\n                \"couponCTATitle\": \"couponOfferCtaTitle\",\n                \"couponOfferValueSubheading\": null,\n                \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                \"couponOfferNotification\": \"couponOfferNotification\",\n                \"couponOfferDetails\": \"couponOfferDetails\",\n                \"couponOfferShortTAndC\": null,\n                \"couponOfferTAndC\": \"couponOfferDetails\",\n                \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                \"couponOfferLaunchCta\": null,\n                \"actionTitle\": null,\n                \"actionUrl\": null,\n                \"saveOfferSavedTitle\": null,\n                \"saveOfferUnsavedTitle\": null,\n                \"howToRedeemOffer\": null,\n                \"offerShortName\": null,\n                \"couponCampaignId\": 600,\n                \"eCouponCode\": null\n            }\n        ],\n        \"campaignType\": \"Device Offers\",\n        \"campaignSubtype\": null,\n        \"campaignCategoryId\": 2,\n        \"campaignCategory\": \"Device Upgrades\",\n        \"lastEventTime\": null,\n        \"isGenericTradeIn\": null,\n        \"launchUrl\": null,\n        \"saveStatus\": \"SAVED\",\n        \"rewardExpireDays\": 300,\n        \"redirectWithExchangeToken\": null,\n        \"campaignMetadata\": [\n            {\n                \"key\": \"term\",\n                \"value\": \"12\",\n                \"externalId\": null\n            },\n            {\n                \"key\": \"plan\",\n                \"value\": \"Endless Small\",\n                \"externalId\": \"SAM16447\"\n            }\n        ],\n        \"products\": [\n            {\n                \"id\": 3462,\n                \"name\": \"iPhone 16 Pro Max\",\n                \"description\": \"Hello, Apple Intelligence.\\niPhone 16 Pro Max. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro Max has a strong and...\",\n                \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro-max/\",\n                \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3462/11365/MBDV_9adffa2c-3d4d-467f-bcce-c2f6217b1e23_DESERT_TITANIUM_256GB_(0)-production__15121.1726022517.png?c=1\",\n                \"brand\": \"Apple\",\n                \"productCategory\": \"CBU/Mobile\",\n                \"externalId\": \"1002\",\n                \"displayOrder\": 1\n            },\n            {\n                \"id\": 3475,\n                \"name\": \"iPhone 16 Pro\",\n                \"description\": \"Hello, Apple Intelligence.\\n\\niPhone 16 Pro. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro has a strong and light...\",\n                \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro/\",\n                \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3475/11485/MBDV_cb9b45f4-e261-4c66-b547-e0d694bb6db1_DESERT_TITANIUM_128GB_(0)-production__96296.1726023208.png?c=1\",\n                \"brand\": \"Apple\",\n                \"productCategory\": \"CBU/Mobile\",\n                \"externalId\": \"1003\",\n                \"displayOrder\": 2\n            }\n        ],\n        \"plans\": [\n            {\n                \"key\": \"plan\",\n                \"value\": \"Endless Small\",\n                \"externalId\": \"SAM16447\"\n            }\n        ],\n        \"terms\": [\n            {\n                \"key\": \"term\",\n                \"value\": \"12\",\n                \"externalId\": null\n            }\n        ],\n        \"transferredFrom\": null,\n        \"transferredTo\": null,\n        \"transferId\": null,\n        \"winMethod\": null,\n        \"activationDateTime\": null,\n        \"totalEntries\": 0,\n        \"unusedEntries\": 0,\n        \"drawStatus\": null,\n        \"offerRemovedBy\": null,\n        \"offerRemovedReason\": null,\n        \"offerReasonCode\": null,\n        \"offerReasonCodeDescription\": null,\n        \"offerAddedReasonCode\": null,\n        \"offerAddedReasonCodeDescription\": null,\n        \"offerCreatedBy\": \"System\",\n        \"toolkitOfferId\": null,\n        \"displayCode\": null\n    },\n    {\n        \"id\": 8,\n        \"campaignId\": 600,\n        \"assignedTo\": 1000,\n        \"name\": \"Device Offer - ELIGIBLE\",\n        \"issueDate\": \"2024-11-15T16:16:41.69\",\n        \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n        \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n        \"offerValue\": 100.0,\n        \"heroImageName\": null,\n        \"brandImageName\": null,\n        \"dynamicImageName\": null,\n        \"listViewImageName\": null,\n        \"description\": \"Device Offer Coupons\",\n        \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n        \"status\": \"ELIGIBLE\",\n        \"appealScore\": 5000.0,\n        \"couponOfferMessage\": [\n            {\n                \"id\": 7,\n                \"couponOfferName\": \"Device Offers\",\n                \"couponOfferHeading\": \"couponOfferHeading\",\n                \"couponCTATitle\": \"couponOfferCtaTitle\",\n                \"couponOfferValueSubheading\": null,\n                \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                \"couponOfferNotification\": \"couponOfferNotification\",\n                \"couponOfferDetails\": \"couponOfferDetails\",\n                \"couponOfferShortTAndC\": null,\n                \"couponOfferTAndC\": \"couponOfferDetails\",\n                \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                \"couponOfferLaunchCta\": null,\n                \"actionTitle\": null,\n                \"actionUrl\": null,\n                \"saveOfferSavedTitle\": null,\n                \"saveOfferUnsavedTitle\": null,\n                \"howToRedeemOffer\": null,\n                \"offerShortName\": null,\n                \"couponCampaignId\": 600,\n                \"eCouponCode\": null\n            }\n        ],\n        \"campaignType\": \"Device Offers\",\n        \"campaignSubtype\": null,\n        \"campaignCategoryId\": 2,\n        \"campaignCategory\": \"Device Upgrades\",\n        \"lastEventTime\": null,\n        \"isGenericTradeIn\": null,\n        \"launchUrl\": null,\n        \"saveStatus\": \"UNSAVED\",\n        \"rewardExpireDays\": 300,\n        \"redirectWithExchangeToken\": null,\n        \"campaignMetadata\": [\n            {\n                \"key\": \"term\",\n                \"value\": \"12\",\n                \"externalId\": null\n            },\n            {\n                \"key\": \"plan\",\n                \"value\": \"Endless Small\",\n                \"externalId\": \"SAM16447\"\n            }\n        ],\n        \"products\": [\n            {\n                \"id\": 3462,\n                \"name\": \"iPhone 16 Pro Max\",\n                \"description\": \"Hello, Apple Intelligence.\\niPhone 16 Pro Max. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro Max has a strong and...\",\n                \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro-max/\",\n                \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3462/11365/MBDV_9adffa2c-3d4d-467f-bcce-c2f6217b1e23_DESERT_TITANIUM_256GB_(0)-production__15121.1726022517.png?c=1\",\n                \"brand\": \"Apple\",\n                \"productCategory\": \"CBU/Mobile\",\n                \"externalId\": \"1002\",\n                \"displayOrder\": 1\n            },\n            {\n                \"id\": 3475,\n                \"name\": \"iPhone 16 Pro\",\n                \"description\": \"Hello, Apple Intelligence.\\n\\niPhone 16 Pro. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro has a strong and light...\",\n                \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro/\",\n                \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3475/11485/MBDV_cb9b45f4-e261-4c66-b547-e0d694bb6db1_DESERT_TITANIUM_128GB_(0)-production__96296.1726023208.png?c=1\",\n                \"brand\": \"Apple\",\n                \"productCategory\": \"CBU/Mobile\",\n                \"externalId\": \"1003\",\n                \"displayOrder\": 2\n            }\n        ],\n        \"plans\": [\n            {\n                \"key\": \"plan\",\n                \"value\": \"Endless Small\",\n                \"externalId\": \"SAM16447\"\n            }\n        ],\n        \"terms\": [\n            {\n                \"key\": \"term\",\n                \"value\": \"12\",\n                \"externalId\": null\n            }\n        ],\n        \"transferredFrom\": null,\n        \"transferredTo\": null,\n        \"transferId\": null,\n        \"winMethod\": null,\n        \"activationDateTime\": null,\n        \"totalEntries\": 0,\n        \"unusedEntries\": 0,\n        \"drawStatus\": null,\n        \"offerRemovedBy\": null,\n        \"offerRemovedReason\": null,\n        \"offerReasonCode\": null,\n        \"offerReasonCodeDescription\": null,\n        \"offerAddedReasonCode\": null,\n        \"offerAddedReasonCodeDescription\": null,\n        \"offerCreatedBy\": \"System\",\n        \"toolkitOfferId\": null,\n        \"displayCode\": null\n    }\n]"}],"_postman_id":"b08a7e82-db77-4ae9-a54d-1808387c387d"},{"name":"Get History","id":"a7126653-3356-4131-a791-878bdc89a0c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/coupons/history","description":"<p><strong>NB:</strong> None of the parameters are required</p>\n<p>The history of both the potential and real balances. Events include becoming eligible for or fulfilling the requirements for a coupon and a coupon expiring or being redeemed. Each event explicitly states the change in balances and the balance after the event to save the consumer from having to calculate what \"redeemed\", \"assigned\", etc. means for each one.</p>\n<h4 id=\"data-type-information\">Data Type Information</h4>\n<p>This returns a list of <strong>CouponEvent</strong></p>\n<p>For additional data type information see <a href=\"#171e8abf-03ba-4a04-9573-6f159a6ed81d\">Additional Information</a> -&gt; CouponEvent</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"protocol":"https","path":["promourl","api","customers","[couponCustomerId]","coupons","history"],"host":["gateway","youtap-test","net"],"query":[{"disabled":true,"key":"size","value":"(size)"},{"disabled":true,"description":{"content":"<p>This parameter is The sort parameter is handled as a list - i.e. multiple parameteres can be sent and they wil be handled in descending order of precedence.</p>\n","type":"text/plain"},"key":"sort","value":"(name[,direction])"},{"disabled":true,"description":{"content":"<p>ELIGIBLE, ASSIGNED, REDEEMED, or EXPIRED</p>\n","type":"text/plain"},"key":"couponHistoryEvent","value":"(type)"},{"disabled":true,"description":{"content":"<p>ELIGIBLE, ASSIGNED, REDEEMED, or EXPIRED</p>\n","type":"text/plain"},"key":"couponHistoryEventToExclude","value":"{type}"},{"disabled":true,"description":{"content":"<p>dateStart and dateEnd must be used together, if at all</p>\n","type":"text/plain"},"key":"dateStart","value":"(yyyy-MM-dd'T'HH:mm:ss)"},{"disabled":true,"description":{"content":"<p>dateStart and dateEnd must be used together, if at all</p>\n","type":"text/plain"},"key":"dateEnd","value":"(yyyy-MM-dd'T'HH:mm:ss)"},{"disabled":true,"key":"couponName","value":"(name)"},{"disabled":true,"description":{"content":"<p>Starts at 0</p>\n","type":"text/plain"},"key":"page","value":"(page)"},{"disabled":true,"description":{"content":"<p>Optional filter on customerId</p>\n","type":"text/plain"},"key":"customerId","value":"(customerId)"},{"disabled":true,"description":{"content":"<p>Defaults to 5 = active</p>\n","type":"text/plain"},"key":"customerStatus","value":"[5 = active, -2 = inactive]"},{"disabled":true,"description":{"content":"<p>Shows coupons from deleted campaigns</p>\n","type":"text/plain"},"key":"showDeleted","value":"true|false"},{"disabled":true,"description":{"content":"<p>Removes results that have no balance change</p>\n","type":"text/plain"},"key":"removeZeroValueEvents","value":"true|false"},{"disabled":true,"description":{"content":"<p>Coupon events for rewards-type campaigns are hidden by default; set true to include them</p>\n","type":"text/plain"},"key":"showRewards","value":"true|false"}],"variable":[]}},"response":[{"id":"85825d84-b90d-433e-83f8-b0f0773c95b7","name":"Get History","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/coupons/history","protocol":"https","host":["gateway","youtap-test","net"],"path":["promourl","api","customers","[couponCustomerId]","coupons","history"],"query":[{"key":"size","value":"(size)","disabled":true},{"key":"sort","value":"(name[,direction])","description":"This parameter is The sort parameter is handled as a list - i.e. multiple parameteres can be sent and they wil be handled in descending order of precedence.","disabled":true},{"key":"couponHistoryEvent","value":"(type)","description":"ELIGIBLE, ASSIGNED, REDEEMED, or EXPIRED","disabled":true},{"key":"couponHistoryEventToExclude","value":"{type}","description":"ELIGIBLE, ASSIGNED, REDEEMED, or EXPIRED","type":"text","disabled":true},{"key":"dateStart","value":"(yyyy-MM-dd'T'HH:mm:ss)","description":"dateStart and dateEnd must be used together, if at all","disabled":true},{"key":"dateEnd","value":"(yyyy-MM-dd'T'HH:mm:ss)","description":"dateStart and dateEnd must be used together, if at all","disabled":true},{"key":"couponName","value":"(name)","disabled":true},{"key":"page","value":"(page)","description":"Starts at 0","disabled":true},{"key":"customerId","value":"(customerId)","description":"Optional filter on customerId","type":"text","disabled":true},{"key":"customerStatus","value":"5","description":"Defaults to 5 = active","disabled":true},{"key":"showDeleted","value":"false","description":"Shows coupons from deleted campaigns","disabled":true},{"key":"removeZeroValueEvents","value":"true","description":"Removes results that have no balance change","type":"text","disabled":true},{"key":"showRewards","value":"false","description":"Coupon events for rewards-type campaigns are hidden by default; set true to include them","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 26 Jun 2023 04:45:14 GMT"},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"X-RateLimit-Burst-Capacity","value":"100"},{"key":"X-RateLimit-Remaining","value":"-1"},{"key":"X-RateLimit-Replenish-Rate","value":"50"},{"key":"X-RateLimit-Requested-Tokens","value":"1"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"transactionId\": 5,\n            \"coupons\": [\n                {\n                    \"id\": 14,\n                    \"campaignId\": 700,\n                    \"assignedTo\": 1000,\n                    \"name\": \"Trade-in\",\n                    \"issueDate\": \"2024-11-15T16:16:41.69\",\n                    \"eligibilityExpiryDate\": \"2023-05-09T11:00:00\",\n                    \"redemptionExpiryDate\": \"2023-05-09T11:00:00\",\n                    \"offerValue\": 644.0,\n                    \"heroImageName\": null,\n                    \"brandImageName\": null,\n                    \"dynamicImageName\": null,\n                    \"listViewImageName\": null,\n                    \"description\": \"Trade-In\",\n                    \"reference\": \"63555\",\n                    \"status\": \"ELIGIBLE_AS_ASSIGNED\",\n                    \"appealScore\": 5000.0,\n                    \"couponOfferMessage\": [\n                        {\n                            \"id\": 8,\n                            \"couponOfferName\": \"Trade In\",\n                            \"couponOfferHeading\": \"couponOfferHeading\",\n                            \"couponCTATitle\": \"couponOfferCtaTitle\",\n                            \"couponOfferValueSubheading\": null,\n                            \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                            \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                            \"couponOfferNotification\": \"couponOfferNotification\",\n                            \"couponOfferDetails\": \"couponOfferDetails\",\n                            \"couponOfferShortTAndC\": null,\n                            \"couponOfferTAndC\": \"couponOfferDetails\",\n                            \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                            \"couponOfferLaunchCta\": null,\n                            \"actionTitle\": null,\n                            \"actionUrl\": null,\n                            \"saveOfferSavedTitle\": null,\n                            \"saveOfferUnsavedTitle\": null,\n                            \"howToRedeemOffer\": null,\n                            \"offerShortName\": null,\n                            \"couponCampaignId\": 700,\n                            \"eCouponCode\": null\n                        }\n                    ],\n                    \"campaignType\": \"Trade-in\",\n                    \"campaignSubtype\": null,\n                    \"campaignCategoryId\": 2,\n                    \"campaignCategory\": \"Device Upgrades\",\n                    \"lastEventTime\": \"2023-05-08T23:12:23\",\n                    \"isGenericTradeIn\": null,\n                    \"launchUrl\": null,\n                    \"saveStatus\": \"NOT_APPLICABLE\",\n                    \"rewardExpireDays\": 300,\n                    \"redirectWithExchangeToken\": null,\n                    \"campaignMetadata\": [],\n                    \"products\": [],\n                    \"plans\": [],\n                    \"terms\": [],\n                    \"transferredFrom\": null,\n                    \"transferredTo\": null,\n                    \"transferId\": null,\n                    \"winMethod\": null,\n                    \"activationDateTime\": null,\n                    \"totalEntries\": 0,\n                    \"unusedEntries\": 0,\n                    \"drawStatus\": null,\n                    \"offerRemovedBy\": null,\n                    \"offerRemovedReason\": null,\n                    \"offerReasonCode\": null,\n                    \"offerReasonCodeDescription\": null,\n                    \"offerAddedReasonCode\": null,\n                    \"offerAddedReasonCodeDescription\": null,\n                    \"offerCreatedBy\": \"System\",\n                    \"toolkitOfferId\": null,\n                    \"displayCode\": null\n                }\n            ],\n            \"eventType\": \"ELIGIBLE_AS_ASSIGNED\",\n            \"balanceChange\": 644,\n            \"potentialBalanceChange\": 0,\n            \"balanceAfter\": 744,\n            \"date\": \"2026-09-10T05:42:03.902Z\",\n            \"reference\": \"63555\",\n            \"initiator\": \"sachin.khare@one.nz\",\n            \"historyEndDate\": \"2023-05-08T23:00:00Z\",\n            \"productResponses\": [],\n            \"notes\": null\n        },\n        {\n            \"transactionId\": 4,\n            \"coupons\": [\n                {\n                    \"id\": 12,\n                    \"campaignId\": 600,\n                    \"assignedTo\": 1000,\n                    \"name\": \"Device Offer - ELIGIBLE\",\n                    \"issueDate\": \"2024-11-15T15:06:56.443\",\n                    \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n                    \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n                    \"offerValue\": 100.0,\n                    \"heroImageName\": null,\n                    \"brandImageName\": null,\n                    \"dynamicImageName\": null,\n                    \"listViewImageName\": null,\n                    \"description\": \"Device Offer Coupons\",\n                    \"reference\": \"c67e2015-b16e-4829-b9ff-c653e2f217d2\",\n                    \"status\": \"ELIGIBLE\",\n                    \"appealScore\": 5000.0,\n                    \"couponOfferMessage\": [\n                        {\n                            \"id\": 7,\n                            \"couponOfferName\": \"Device Offers\",\n                            \"couponOfferHeading\": \"couponOfferHeading\",\n                            \"couponCTATitle\": \"couponOfferCtaTitle\",\n                            \"couponOfferValueSubheading\": null,\n                            \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                            \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                            \"couponOfferNotification\": \"couponOfferNotification\",\n                            \"couponOfferDetails\": \"couponOfferDetails\",\n                            \"couponOfferShortTAndC\": null,\n                            \"couponOfferTAndC\": \"couponOfferDetails\",\n                            \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                            \"couponOfferLaunchCta\": null,\n                            \"actionTitle\": null,\n                            \"actionUrl\": null,\n                            \"saveOfferSavedTitle\": null,\n                            \"saveOfferUnsavedTitle\": null,\n                            \"howToRedeemOffer\": null,\n                            \"offerShortName\": null,\n                            \"couponCampaignId\": 600,\n                            \"eCouponCode\": null\n                        }\n                    ],\n                    \"campaignType\": \"Device Offers\",\n                    \"campaignSubtype\": null,\n                    \"campaignCategoryId\": 2,\n                    \"campaignCategory\": \"Device Upgrades\",\n                    \"lastEventTime\": null,\n                    \"isGenericTradeIn\": null,\n                    \"launchUrl\": null,\n                    \"saveStatus\": \"SAVED\",\n                    \"rewardExpireDays\": 300,\n                    \"redirectWithExchangeToken\": null,\n                    \"campaignMetadata\": [\n                        {\n                            \"key\": \"term\",\n                            \"value\": \"12\",\n                            \"externalId\": null\n                        },\n                        {\n                            \"key\": \"plan\",\n                            \"value\": \"Endless Small\",\n                            \"externalId\": \"SAM16447\"\n                        }\n                    ],\n                    \"products\": [\n                        {\n                            \"id\": 3462,\n                            \"name\": \"iPhone 16 Pro Max\",\n                            \"description\": \"Hello, Apple Intelligence.\\niPhone 16 Pro Max. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro Max has a strong and...\",\n                            \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro-max/\",\n                            \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3462/11365/MBDV_9adffa2c-3d4d-467f-bcce-c2f6217b1e23_DESERT_TITANIUM_256GB_(0)-production__15121.1726022517.png?c=1\",\n                            \"brand\": \"Apple\",\n                            \"productCategory\": \"CBU/Mobile\",\n                            \"externalId\": \"1002\",\n                            \"displayOrder\": 1\n                        },\n                        {\n                            \"id\": 3475,\n                            \"name\": \"iPhone 16 Pro\",\n                            \"description\": \"Hello, Apple Intelligence.\\n\\niPhone 16 Pro. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro has a strong and light...\",\n                            \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro/\",\n                            \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3475/11485/MBDV_cb9b45f4-e261-4c66-b547-e0d694bb6db1_DESERT_TITANIUM_128GB_(0)-production__96296.1726023208.png?c=1\",\n                            \"brand\": \"Apple\",\n                            \"productCategory\": \"CBU/Mobile\",\n                            \"externalId\": \"1003\",\n                            \"displayOrder\": 2\n                        }\n                    ],\n                    \"plans\": [\n                        {\n                            \"key\": \"plan\",\n                            \"value\": \"Endless Small\",\n                            \"externalId\": \"SAM16447\"\n                        }\n                    ],\n                    \"terms\": [\n                        {\n                            \"key\": \"term\",\n                            \"value\": \"12\",\n                            \"externalId\": null\n                        }\n                    ],\n                    \"transferredFrom\": null,\n                    \"transferredTo\": null,\n                    \"transferId\": null,\n                    \"winMethod\": null,\n                    \"activationDateTime\": null,\n                    \"totalEntries\": 0,\n                    \"unusedEntries\": 0,\n                    \"drawStatus\": null,\n                    \"offerRemovedBy\": null,\n                    \"offerRemovedReason\": null,\n                    \"offerReasonCode\": null,\n                    \"offerReasonCodeDescription\": null,\n                    \"offerAddedReasonCode\": null,\n                    \"offerAddedReasonCodeDescription\": null,\n                    \"offerCreatedBy\": \"System\",\n                    \"toolkitOfferId\": null,\n                    \"displayCode\": null\n                }\n            ],\n            \"eventType\": \"REVERSAL\",\n            \"balanceChange\": 100,\n            \"potentialBalanceChange\": 100,\n            \"balanceAfter\": 200,\n            \"date\": \"2026-09-10T05:42:03.808Z\",\n            \"reference\": null,\n            \"initiator\": \"Tester\",\n            \"historyEndDate\": null,\n            \"productResponses\": [],\n            \"notes\": null\n        },\n        {\n            \"transactionId\": 3,\n            \"coupons\": [\n                {\n                    \"id\": 12,\n                    \"campaignId\": 600,\n                    \"assignedTo\": 1000,\n                    \"name\": \"Device Offer - ELIGIBLE\",\n                    \"issueDate\": \"2024-11-15T15:06:56.443\",\n                    \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n                    \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n                    \"offerValue\": 100.0,\n                    \"heroImageName\": null,\n                    \"brandImageName\": null,\n                    \"dynamicImageName\": null,\n                    \"listViewImageName\": null,\n                    \"description\": \"Device Offer Coupons\",\n                    \"reference\": \"c67e2015-b16e-4829-b9ff-c653e2f217d2\",\n                    \"status\": \"ELIGIBLE\",\n                    \"appealScore\": 5000.0,\n                    \"couponOfferMessage\": [\n                        {\n                            \"id\": 7,\n                            \"couponOfferName\": \"Device Offers\",\n                            \"couponOfferHeading\": \"couponOfferHeading\",\n                            \"couponCTATitle\": \"couponOfferCtaTitle\",\n                            \"couponOfferValueSubheading\": null,\n                            \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                            \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                            \"couponOfferNotification\": \"couponOfferNotification\",\n                            \"couponOfferDetails\": \"couponOfferDetails\",\n                            \"couponOfferShortTAndC\": null,\n                            \"couponOfferTAndC\": \"couponOfferDetails\",\n                            \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                            \"couponOfferLaunchCta\": null,\n                            \"actionTitle\": null,\n                            \"actionUrl\": null,\n                            \"saveOfferSavedTitle\": null,\n                            \"saveOfferUnsavedTitle\": null,\n                            \"howToRedeemOffer\": null,\n                            \"offerShortName\": null,\n                            \"couponCampaignId\": 600,\n                            \"eCouponCode\": null\n                        }\n                    ],\n                    \"campaignType\": \"Device Offers\",\n                    \"campaignSubtype\": null,\n                    \"campaignCategoryId\": 2,\n                    \"campaignCategory\": \"Device Upgrades\",\n                    \"lastEventTime\": null,\n                    \"isGenericTradeIn\": null,\n                    \"launchUrl\": null,\n                    \"saveStatus\": \"SAVED\",\n                    \"rewardExpireDays\": 300,\n                    \"redirectWithExchangeToken\": null,\n                    \"campaignMetadata\": [\n                        {\n                            \"key\": \"term\",\n                            \"value\": \"12\",\n                            \"externalId\": null\n                        },\n                        {\n                            \"key\": \"plan\",\n                            \"value\": \"Endless Small\",\n                            \"externalId\": \"SAM16447\"\n                        }\n                    ],\n                    \"products\": [\n                        {\n                            \"id\": 3462,\n                            \"name\": \"iPhone 16 Pro Max\",\n                            \"description\": \"Hello, Apple Intelligence.\\niPhone 16 Pro Max. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro Max has a strong and...\",\n                            \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro-max/\",\n                            \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3462/11365/MBDV_9adffa2c-3d4d-467f-bcce-c2f6217b1e23_DESERT_TITANIUM_256GB_(0)-production__15121.1726022517.png?c=1\",\n                            \"brand\": \"Apple\",\n                            \"productCategory\": \"CBU/Mobile\",\n                            \"externalId\": \"1002\",\n                            \"displayOrder\": 1\n                        },\n                        {\n                            \"id\": 3475,\n                            \"name\": \"iPhone 16 Pro\",\n                            \"description\": \"Hello, Apple Intelligence.\\n\\niPhone 16 Pro. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro has a strong and light...\",\n                            \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro/\",\n                            \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3475/11485/MBDV_cb9b45f4-e261-4c66-b547-e0d694bb6db1_DESERT_TITANIUM_128GB_(0)-production__96296.1726023208.png?c=1\",\n                            \"brand\": \"Apple\",\n                            \"productCategory\": \"CBU/Mobile\",\n                            \"externalId\": \"1003\",\n                            \"displayOrder\": 2\n                        }\n                    ],\n                    \"plans\": [\n                        {\n                            \"key\": \"plan\",\n                            \"value\": \"Endless Small\",\n                            \"externalId\": \"SAM16447\"\n                        }\n                    ],\n                    \"terms\": [\n                        {\n                            \"key\": \"term\",\n                            \"value\": \"12\",\n                            \"externalId\": null\n                        }\n                    ],\n                    \"transferredFrom\": null,\n                    \"transferredTo\": null,\n                    \"transferId\": null,\n                    \"winMethod\": null,\n                    \"activationDateTime\": null,\n                    \"totalEntries\": 0,\n                    \"unusedEntries\": 0,\n                    \"drawStatus\": null,\n                    \"offerRemovedBy\": null,\n                    \"offerRemovedReason\": null,\n                    \"offerReasonCode\": null,\n                    \"offerReasonCodeDescription\": null,\n                    \"offerAddedReasonCode\": null,\n                    \"offerAddedReasonCodeDescription\": null,\n                    \"offerCreatedBy\": \"System\",\n                    \"toolkitOfferId\": null,\n                    \"displayCode\": null\n                }\n            ],\n            \"eventType\": \"PAYMENT\",\n            \"balanceChange\": -20,\n            \"potentialBalanceChange\": -20,\n            \"balanceAfter\": 80,\n            \"date\": \"2026-09-10T05:42:03.724Z\",\n            \"reference\": null,\n            \"initiator\": \"Tester\",\n            \"historyEndDate\": null,\n            \"productResponses\": [\n                {\n                    \"id\": 3462,\n                    \"name\": \"iPhone 16 Pro Max\",\n                    \"description\": \"Hello, Apple Intelligence.\\niPhone 16 Pro Max. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro Max has a strong and...\",\n                    \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro-max/\",\n                    \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3462/11365/MBDV_9adffa2c-3d4d-467f-bcce-c2f6217b1e23_DESERT_TITANIUM_256GB_(0)-production__15121.1726022517.png?c=1\",\n                    \"brand\": {\n                        \"id\": 1000,\n                        \"name\": \"Apple\",\n                        \"description\": \"Apple\"\n                    },\n                    \"productCategory\": {\n                        \"id\": 1000,\n                        \"name\": \"CBU/Mobile\",\n                        \"description\": \"CBU/Mobile\"\n                    },\n                    \"externalId\": \"1002\"\n                }\n            ],\n            \"notes\": null\n        },\n        {\n            \"transactionId\": 2,\n            \"coupons\": [\n                {\n                    \"id\": 18,\n                    \"campaignId\": 401,\n                    \"assignedTo\": 1000,\n                    \"name\": \"Saved Offer - Saved\",\n                    \"issueDate\": \"2024-11-15T16:16:41.69\",\n                    \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n                    \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n                    \"offerValue\": 20.0,\n                    \"heroImageName\": null,\n                    \"brandImageName\": null,\n                    \"dynamicImageName\": null,\n                    \"listViewImageName\": null,\n                    \"description\": \"Saved Offer Coupon\",\n                    \"reference\": \"52b147f2-8347-4898-8874-53fd40676cdc\",\n                    \"status\": \"ASSIGNED\",\n                    \"appealScore\": 5000.0,\n                    \"couponOfferMessage\": [\n                        {\n                            \"id\": 6,\n                            \"couponOfferName\": \"Saved Campaign\",\n                            \"couponOfferHeading\": \"couponOfferHeading\",\n                            \"couponCTATitle\": \"couponOfferCtaTitle\",\n                            \"couponOfferValueSubheading\": null,\n                            \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                            \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                            \"couponOfferNotification\": \"couponOfferNotification\",\n                            \"couponOfferDetails\": \"couponOfferDetails\",\n                            \"couponOfferShortTAndC\": null,\n                            \"couponOfferTAndC\": \"couponOfferDetails\",\n                            \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                            \"couponOfferLaunchCta\": null,\n                            \"actionTitle\": null,\n                            \"actionUrl\": null,\n                            \"saveOfferSavedTitle\": null,\n                            \"saveOfferUnsavedTitle\": null,\n                            \"howToRedeemOffer\": null,\n                            \"offerShortName\": null,\n                            \"couponCampaignId\": 401,\n                            \"eCouponCode\": null\n                        }\n                    ],\n                    \"campaignType\": \"Generic time bound\",\n                    \"campaignSubtype\": null,\n                    \"campaignCategoryId\": 1,\n                    \"campaignCategory\": \"Loyalty & Retention\",\n                    \"lastEventTime\": null,\n                    \"isGenericTradeIn\": null,\n                    \"launchUrl\": null,\n                    \"saveStatus\": \"SAVED\",\n                    \"rewardExpireDays\": 300,\n                    \"redirectWithExchangeToken\": null,\n                    \"campaignMetadata\": [],\n                    \"products\": [],\n                    \"plans\": [],\n                    \"terms\": [],\n                    \"transferredFrom\": null,\n                    \"transferredTo\": null,\n                    \"transferId\": null,\n                    \"winMethod\": null,\n                    \"activationDateTime\": null,\n                    \"totalEntries\": 0,\n                    \"unusedEntries\": 0,\n                    \"drawStatus\": null,\n                    \"offerRemovedBy\": null,\n                    \"offerRemovedReason\": null,\n                    \"offerReasonCode\": null,\n                    \"offerReasonCodeDescription\": null,\n                    \"offerAddedReasonCode\": null,\n                    \"offerAddedReasonCodeDescription\": null,\n                    \"offerCreatedBy\": \"System\",\n                    \"toolkitOfferId\": null,\n                    \"displayCode\": null\n                }\n            ],\n            \"eventType\": \"REVERSAL\",\n            \"balanceChange\": 20,\n            \"potentialBalanceChange\": 20,\n            \"balanceAfter\": 100,\n            \"date\": \"2026-09-10T05:42:03.668Z\",\n            \"reference\": null,\n            \"initiator\": \"Tester\",\n            \"historyEndDate\": null,\n            \"productResponses\": [],\n            \"notes\": null\n        },\n        {\n            \"transactionId\": 1,\n            \"coupons\": [\n                {\n                    \"id\": 18,\n                    \"campaignId\": 401,\n                    \"assignedTo\": 1000,\n                    \"name\": \"Saved Offer - Saved\",\n                    \"issueDate\": \"2024-11-15T16:16:41.69\",\n                    \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n                    \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n                    \"offerValue\": 20.0,\n                    \"heroImageName\": null,\n                    \"brandImageName\": null,\n                    \"dynamicImageName\": null,\n                    \"listViewImageName\": null,\n                    \"description\": \"Saved Offer Coupon\",\n                    \"reference\": \"52b147f2-8347-4898-8874-53fd40676cdc\",\n                    \"status\": \"ASSIGNED\",\n                    \"appealScore\": 5000.0,\n                    \"couponOfferMessage\": [\n                        {\n                            \"id\": 6,\n                            \"couponOfferName\": \"Saved Campaign\",\n                            \"couponOfferHeading\": \"couponOfferHeading\",\n                            \"couponCTATitle\": \"couponOfferCtaTitle\",\n                            \"couponOfferValueSubheading\": null,\n                            \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                            \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                            \"couponOfferNotification\": \"couponOfferNotification\",\n                            \"couponOfferDetails\": \"couponOfferDetails\",\n                            \"couponOfferShortTAndC\": null,\n                            \"couponOfferTAndC\": \"couponOfferDetails\",\n                            \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                            \"couponOfferLaunchCta\": null,\n                            \"actionTitle\": null,\n                            \"actionUrl\": null,\n                            \"saveOfferSavedTitle\": null,\n                            \"saveOfferUnsavedTitle\": null,\n                            \"howToRedeemOffer\": null,\n                            \"offerShortName\": null,\n                            \"couponCampaignId\": 401,\n                            \"eCouponCode\": null\n                        }\n                    ],\n                    \"campaignType\": \"Generic time bound\",\n                    \"campaignSubtype\": null,\n                    \"campaignCategoryId\": 1,\n                    \"campaignCategory\": \"Loyalty & Retention\",\n                    \"lastEventTime\": null,\n                    \"isGenericTradeIn\": null,\n                    \"launchUrl\": null,\n                    \"saveStatus\": \"SAVED\",\n                    \"rewardExpireDays\": 300,\n                    \"redirectWithExchangeToken\": null,\n                    \"campaignMetadata\": [],\n                    \"products\": [],\n                    \"plans\": [],\n                    \"terms\": [],\n                    \"transferredFrom\": null,\n                    \"transferredTo\": null,\n                    \"transferId\": null,\n                    \"winMethod\": null,\n                    \"activationDateTime\": null,\n                    \"totalEntries\": 0,\n                    \"unusedEntries\": 0,\n                    \"drawStatus\": null,\n                    \"offerRemovedBy\": null,\n                    \"offerRemovedReason\": null,\n                    \"offerReasonCode\": null,\n                    \"offerReasonCodeDescription\": null,\n                    \"offerAddedReasonCode\": null,\n                    \"offerAddedReasonCodeDescription\": null,\n                    \"offerCreatedBy\": \"System\",\n                    \"toolkitOfferId\": null,\n                    \"displayCode\": null\n                }\n            ],\n            \"eventType\": \"PAYMENT\",\n            \"balanceChange\": -20,\n            \"potentialBalanceChange\": -20,\n            \"balanceAfter\": 80,\n            \"date\": \"2026-09-10T05:42:03.541Z\",\n            \"reference\": null,\n            \"initiator\": \"Tester\",\n            \"historyEndDate\": null,\n            \"productResponses\": [],\n            \"notes\": null\n        }\n    ],\n    \"pageable\": {\n        \"pageNumber\": 0,\n        \"pageSize\": 20,\n        \"sort\": {\n            \"sorted\": true,\n            \"empty\": false,\n            \"unsorted\": false\n        },\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"last\": true,\n    \"totalPages\": 1,\n    \"totalElements\": 5,\n    \"first\": true,\n    \"size\": 20,\n    \"number\": 0,\n    \"sort\": {\n        \"sorted\": true,\n        \"empty\": false,\n        \"unsorted\": false\n    },\n    \"numberOfElements\": 5,\n    \"empty\": false\n}"}],"_postman_id":"a7126653-3356-4131-a791-878bdc89a0c1"},{"name":"Get image","id":"9652fab8-316c-46e3-98e9-0c59904857e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/coupons/images/kickeroffer.png","description":"<p>To reduce the response size for other requests, the image data is given its own endpoint for retrieval, allowing the FE to ask for it only when necessary. To request an image, simply take the name of the image given in a variable in another response and use it in this endpoint.</p>\n<p>This API returns a byte stream of image data</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"protocol":"https","path":["promourl","api","customers","[couponCustomerId]","coupons","images","kickeroffer.png"],"host":["gateway","youtap-test","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"9652fab8-316c-46e3-98e9-0c59904857e1"},{"name":"Get Campaigns","id":"280d24b5-f4f2-44a5-846b-abcb81293846","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://gateway.youtap-test.net/promourl/api/campaigns/","description":"<p>The campaign endpoints are not expected to be used by the public (and can be restricted from being used as such). Rather, they are used by the campaign management portal to see how the various campaigns that have been created are progressing, and allow agents to make changes to improve their performance (other HTTP verb versions not yet documented)</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"protocol":"https","path":["promourl","api","campaigns",""],"host":["gateway","youtap-test","net"],"query":[],"variable":[]}},"response":[{"id":"9ef4fcf1-db71-4c3c-8cf7-0c456617f2b7","name":"Get Campaigns","originalRequest":{"method":"GET","header":[],"url":"https://gateway.youtap-test.net/promourl/api/campaigns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 23 May 2023 23:02:29 GMT"},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"X-RateLimit-Burst-Capacity","value":"100"},{"key":"X-RateLimit-Remaining","value":"-1"},{"key":"X-RateLimit-Replenish-Rate","value":"50"},{"key":"X-RateLimit-Requested-Tokens","value":"1"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 301,\n        \"name\": \"recurring campaign child\",\n        \"description\": \"\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"2026-09-01\",\n        \"startDate\": \"2026-09-01\",\n        \"endDate\": \"2026-10-01\",\n        \"createdDateRaw\": 1788220800000,\n        \"startDateRaw\": 1788220800000,\n        \"endDateRaw\": 1790812799000,\n        \"couponValue\": 500.0,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 5000,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"pp_ifp_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"wallet_id\",\n                        \"value\": \"64120006582\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Plan Kicker\",\n        \"campaignCategoryId\": 1,\n        \"campaignCategory\": \"Loyalty & Retention\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 300,\n        \"name\": \"recurring campaign parent\",\n        \"description\": \"\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"2026-08-10\",\n        \"startDate\": \"2026-08-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 1786340522813,\n        \"startDateRaw\": 1786340522813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": 500.0,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 5000,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"pp_ifp_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"wallet_id\",\n                        \"value\": \"64120006582\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Plan Kicker\",\n        \"campaignCategoryId\": 1,\n        \"campaignCategory\": \"Loyalty & Retention\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 400,\n        \"name\": \"Saved Offer - Unsaved\",\n        \"description\": \"Generic time bound\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": 500.0,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 5000,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": []\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Generic time bound\",\n        \"campaignCategoryId\": 1,\n        \"campaignCategory\": \"Loyalty & Retention\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 800,\n        \"name\": \"Draft Campaign\",\n        \"description\": \"Draft\",\n        \"status\": \"DRAFT\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": 500.0,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 5000,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": []\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Device Offers\",\n        \"campaignCategoryId\": null,\n        \"campaignCategory\": null,\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 500,\n        \"name\": \"Marketing\",\n        \"description\": \"Marketing\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": 500.0,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 5000,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": []\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Marketing\",\n        \"campaignCategoryId\": 3,\n        \"campaignCategory\": \"Marketing & Promotions\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 401,\n        \"name\": \"Saved Offer - Saved\",\n        \"description\": \"Generic time bound\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": 500.0,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 5000,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"pp_ifp_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"wallet_id\",\n                        \"value\": \"64120006582\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": []\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Generic time bound\",\n        \"campaignCategoryId\": 1,\n        \"campaignCategory\": \"Loyalty & Retention\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 600,\n        \"name\": \"Device Offer Campaign\",\n        \"description\": \"Device Offers\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": 500.0,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 5000,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": []\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Device Offers\",\n        \"campaignCategoryId\": 2,\n        \"campaignCategory\": \"Device Upgrades\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 100,\n        \"name\": \"Survey\",\n        \"description\": \"Survey\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": 500.0,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 5000,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": []\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Survey\",\n        \"campaignCategoryId\": 1,\n        \"campaignCategory\": \"Loyalty & Retention\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 903,\n        \"name\": \"eCoupon Codes Exhausted Test\",\n        \"description\": \"eCoupon Codes Exhausted Test\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": null,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 10,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": []\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Rewards\",\n        \"campaignCategoryId\": 5,\n        \"campaignCategory\": \"Rewards\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 200,\n        \"name\": \"calculated offer\",\n        \"description\": \"\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": 4.0,\n        \"couponValueField\": \"discount_cash_in_offer_amount\",\n        \"couponMaxValue\": 5.5,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 5000,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"pp_ifp_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"wallet_id\",\n                        \"value\": \"64120006582\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Plan Kicker\",\n        \"campaignCategoryId\": 1,\n        \"campaignCategory\": \"Loyalty & Retention\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 901,\n        \"name\": \"Partner Redirect Campaign\",\n        \"description\": \"Partner Redirect Campaign\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": null,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 10,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": []\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Rewards\",\n        \"campaignCategoryId\": 5,\n        \"campaignCategory\": \"Rewards\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 700,\n        \"name\": \"Trade-in Campaign\",\n        \"description\": \"Trade-in Campaign\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": 500.0,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 5000,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": []\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Trade-in\",\n        \"campaignCategoryId\": 2,\n        \"campaignCategory\": \"Device Upgrades\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 902,\n        \"name\": \"Random Draw Campaign\",\n        \"description\": \"Random Draw Campaign\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": null,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 10,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": []\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Rewards\",\n        \"campaignCategoryId\": 5,\n        \"campaignCategory\": \"Rewards\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    },\n    {\n        \"id\": 900,\n        \"name\": \"eCoupon Campaign\",\n        \"description\": \"eCoupon Campaign\",\n        \"status\": \"ACTIVE\",\n        \"createdDate\": \"1970-01-01\",\n        \"startDate\": \"2026-09-10\",\n        \"endDate\": \"2026-02-20\",\n        \"createdDateRaw\": 0,\n        \"startDateRaw\": 1789018922813,\n        \"endDateRaw\": 1771500906032,\n        \"couponValue\": null,\n        \"couponValueField\": null,\n        \"couponMaxValue\": null,\n        \"distributedCoupons\": 0,\n        \"maxDistribution\": 10,\n        \"eligibilityExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": [\n                    {\n                        \"ruleKey\": \"plan_name\",\n                        \"value\": \"MediumMobile\",\n                        \"operator\": \"IS\"\n                    },\n                    {\n                        \"ruleKey\": \"pp_churn_segment\",\n                        \"value\": \"L\",\n                        \"operator\": \"IS\"\n                    }\n                ]\n            },\n            \"ruleGroups\": []\n        },\n        \"fulfilmentExpression\": {\n            \"primaryRuleGroup\": {\n                \"andOrOption\": \"AND\",\n                \"rules\": []\n            },\n            \"ruleGroups\": []\n        },\n        \"campaignType\": \"Rewards\",\n        \"campaignCategoryId\": 5,\n        \"campaignCategory\": \"Rewards\",\n        \"rewardExpireDays\": 300,\n        \"isGenericTradeIn\": null\n    }\n]"}],"_postman_id":"280d24b5-f4f2-44a5-846b-abcb81293846"},{"name":"Get Campaign","id":"2dd00d67-a7ac-4a79-80bf-5d5b7ad6027e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://gateway.youtap-test.net/promourl/api/campaigns/217","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"protocol":"https","path":["promourl","api","campaigns","217"],"host":["gateway","youtap-test","net"],"query":[],"variable":[]}},"response":[{"id":"be75d0b7-5347-4a91-b392-775ec2249117","name":"Get Campaign","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer [TOKEN]","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://gateway.youtap-development.net/promourl/api/campaigns/200"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 200,\n    \"name\": \"calculated offer\",\n    \"description\": \"\",\n    \"status\": \"ACTIVE\",\n    \"createdDate\": \"1970-01-01\",\n    \"startDate\": \"2026-09-10\",\n    \"endDate\": \"2026-02-20\",\n    \"createdDateRaw\": 0,\n    \"startDateRaw\": 1789018915034,\n    \"endDateRaw\": 1771500906032,\n    \"couponValue\": 4.0,\n    \"couponValueField\": \"discount_cash_in_offer_amount\",\n    \"couponMinValue\": null,\n    \"couponMaxValue\": 5.5,\n    \"distributedCoupons\": 0,\n    \"maxDistribution\": 5000,\n    \"heroImageName\": null,\n    \"brandImageName\": null,\n    \"dynamicImageName\": null,\n    \"listViewImageName\": null,\n    \"eligibilityCriteria\": {\n        \"primaryRuleGroup\": {\n            \"andOrOption\": \"AND\",\n            \"rules\": [\n                {\n                    \"ruleKey\": \"plan_name\",\n                    \"value\": \"MediumMobile\",\n                    \"operator\": \"IS\"\n                },\n                {\n                    \"ruleKey\": \"pp_churn_segment\",\n                    \"value\": \"L\",\n                    \"operator\": \"IS\"\n                }\n            ]\n        },\n        \"ruleGroups\": []\n    },\n    \"assignmentCriteria\": {\n        \"primaryRuleGroup\": {\n            \"andOrOption\": \"AND\",\n            \"rules\": [\n                {\n                    \"ruleKey\": \"pp_ifp_segment\",\n                    \"value\": \"L\",\n                    \"operator\": \"IS\"\n                },\n                {\n                    \"ruleKey\": \"wallet_id\",\n                    \"value\": \"64120006582\",\n                    \"operator\": \"IS\"\n                }\n            ]\n        },\n        \"ruleGroups\": []\n    },\n    \"exclusionRules\": [],\n    \"couponOfferMessages\": [\n        {\n            \"id\": 2,\n            \"couponOfferName\": \"Calculated offer\",\n            \"couponOfferHeading\": \"couponOfferHeading\",\n            \"couponCTATitle\": \"couponOfferCtaTitle\",\n            \"couponOfferValueSubheading\": null,\n            \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n            \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n            \"couponOfferNotification\": \"couponOfferNotification\",\n            \"couponOfferDetails\": \"couponOfferDetails\",\n            \"couponOfferShortTAndC\": null,\n            \"couponOfferTAndC\": \"couponOfferDetails\",\n            \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n            \"couponOfferLaunchCta\": null,\n            \"actionTitle\": null,\n            \"actionUrl\": null,\n            \"saveOfferSavedTitle\": null,\n            \"saveOfferUnsavedTitle\": null,\n            \"howToRedeemOffer\": null,\n            \"offerShortName\": null,\n            \"couponCampaignId\": 200,\n            \"eCouponCode\": null\n        }\n    ],\n    \"ruleConfig\": {\n        \"id\": 6,\n        \"ruleCode\": \"CAMAT\",\n        \"ruleDescription\": \"customers eligible at anytime\"\n    },\n    \"campaignType\": \"Plan Kicker\",\n    \"campaignSubtype\": null,\n    \"rewardExpireDays\": 300,\n    \"isGenericTradeIn\": null,\n    \"url\": null,\n    \"isSavedOffer\": null,\n    \"savedByDefault\": null,\n    \"creator\": \"System\",\n    \"couponStatusNumbers\": [\n        {\n            \"couponNumbers\": 1,\n            \"couponStatus\": \"ELIGIBLE\"\n        }\n    ],\n    \"eligibleCustomerCount\": 0,\n    \"lastCountTime\": \"1970-01-01T12:00:00\",\n    \"generatedFileLink\": null,\n    \"lastGeneratedTime\": \"1970-01-01T12:00:00\",\n    \"customerDataFileLink\": null,\n    \"customerDataTime\": \"1970-01-01T12:00:00\",\n    \"isGenerationInProgress\": false,\n    \"isRecurring\": null,\n    \"recurrenceFrequency\": null,\n    \"recursUntil\": null,\n    \"recurrenceParent\": null,\n    \"isRecurringChild\": false,\n    \"redirectWithExchangeToken\": null,\n    \"campaignMetadata\": [],\n    \"products\": [],\n    \"plans\": [],\n    \"terms\": [],\n    \"campaignCategory\": {\n        \"id\": 1,\n        \"name\": \"Loyalty & Retention\"\n    },\n    \"campaignPrizeDraw\": null,\n    \"assignedRescindRule\": {\n        \"rescindAction\": \"CONDITIONAL\",\n        \"rescindWithinDays\": null\n    },\n    \"eligibleRescindRule\": {\n        \"rescindAction\": \"CONDITIONAL\",\n        \"rescindWithinDays\": null\n    },\n    \"savedFlagNameId\": null,\n    \"tags\": [],\n    \"segment\": null,\n    \"campaignTypeResponse\": null,\n    \"couponDisplayOrder\": 5000,\n    \"couponCode\": null,\n    \"couponCodeCSV\": false,\n    \"isComplete\": false,\n    \"versionCount\": 0\n}"},{"id":"b16643c9-ffb3-40b6-a0c4-0762c41796bc","name":"Campaign Not Found","originalRequest":{"method":"GET","header":[],"url":"https://gateway.youtap-test.net/promourl/api/campaigns/838383"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/problem+json"},{"key":"Date","value":"Wed, 08 Mar 2023 03:51:11 GMT"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://emoney.youtap.com/problems/resource-not-found\",\n    \"title\": \"Resource Not Found\",\n    \"detail\": \"Campaign not found\",\n    \"status\": 404,\n    \"instance\": \"\",\n    \"errorKey\": \"resource_not_found\"\n}"}],"_postman_id":"2dd00d67-a7ac-4a79-80bf-5d5b7ad6027e"},{"name":"Update Coupon By ID","id":"e1db8936-a20a-4ccb-a136-3840424984a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"amount\": 400,\n    \"status\": \"ELIGIBLE\",\n    \"initiator\": \"Andrew\",\n    \"reference\": \"aucif-1s4ksj\",\n    \"tradeInValidTill\": \"1733883519000\"\n}","options":{"raw":{"language":"json"}}},"url":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/coupons/192442","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"protocol":"https","path":["promourl","api","customers","[couponCustomerId]","coupons","192442"],"host":["gateway","youtap-test","net"],"query":[],"variable":[]}},"response":[{"id":"926e2ca6-8292-405b-9d8a-b0f2956b4fcf","name":"Update Coupon By ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"amount\": 400,\n    \"status\": \"ELIGIBLE\",\n    \"initiator\": \"Andrew\",\n    \"reference\": \"aucif-1s4ksj\",\n    \"tradeInValidTill\": \"1733883519000\"\n}","options":{"raw":{"language":"json"}}},"url":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/coupons/192442"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 23 May 2023 23:07:31 GMT"},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"X-RateLimit-Burst-Capacity","value":"100"},{"key":"X-RateLimit-Remaining","value":"-1"},{"key":"X-RateLimit-Replenish-Rate","value":"50"},{"key":"X-RateLimit-Requested-Tokens","value":"1"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": 1,\n    \"coupons\": [\n        {\n            \"id\": 14,\n            \"campaignId\": 700,\n            \"assignedTo\": 1000,\n            \"name\": \"Trade-in\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2024-12-11T15:18:39\",\n            \"redemptionExpiryDate\": \"2024-12-11T15:18:39\",\n            \"offerValue\": 400.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Trade-In\",\n            \"reference\": \"aucif-1s4ksj\",\n            \"status\": \"ELIGIBLE_AS_ASSIGNED\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 8,\n                    \"couponOfferName\": \"Trade In\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 700,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Trade-in\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 2,\n            \"campaignCategory\": \"Device Upgrades\",\n            \"lastEventTime\": \"2026-09-10T05:42:01.005369587\",\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"NOT_APPLICABLE\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        }\n    ],\n    \"eventType\": \"ELIGIBLE_AS_ASSIGNED\",\n    \"balanceChange\": 400.0,\n    \"potentialBalanceChange\": 0.0,\n    \"balanceAfter\": 500.0,\n    \"date\": \"2026-09-10T05:42:01.096Z\",\n    \"reference\": \"aucif-1s4ksj\",\n    \"initiator\": \"Andrew\",\n    \"historyEndDate\": \"2024-12-11T02:18:39Z\",\n    \"productResponses\": null,\n    \"notes\": null\n}"},{"id":"1a5dc76e-4287-46bc-a2b8-648a4a8bd45f","name":"Redeem Coupon","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 400,\r\n    \"status\": \"REDEEMED\",\r\n    \"initiator\": \"Andrew\",\r\n    \"reference\": \"aucif-1s4ksj\",\r\n    \"tradeInValidTill\": \"1733883519000\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/coupons/192442"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 23 May 2023 23:08:12 GMT"},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"X-RateLimit-Burst-Capacity","value":"100"},{"key":"X-RateLimit-Remaining","value":"-1"},{"key":"X-RateLimit-Replenish-Rate","value":"50"},{"key":"X-RateLimit-Requested-Tokens","value":"1"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": 18128,\n    \"coupons\": [\n        {\n            \"id\": 192442,\n            \"campaignId\": 153,\n            \"assignedTo\": 6566,\n            \"name\": \"trade-in\",\n            \"issueDate\": \"2022-07-20T00:00:00\",\n            \"eligibilityExpiryDate\": \"2030-07-19T00:00:00\",\n            \"redemptionExpiryDate\": \"2030-07-19T00:00:00\",\n            \"offerValue\": 400,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"It's really easy to trade-in your old phone. We have a simple online tool that will give you an instant quote and reference code to use towards buying a new phone at one of our stores.\",\n            \"status\": \"REDEEMED\",\n            \"appealScore\": 0,\n            \"couponOfferMessage\": null\n        }\n    ],\n    \"eventType\": \"REDEEMED\",\n    \"balanceChange\": 0,\n    \"potentialBalanceChange\": 0,\n    \"balanceAfter\": 745,\n    \"date\": \"2023-05-23T23:08:12.286\",\n    \"initiator\": \"Andrew\"\n}"},{"id":"1d3ee6d9-112b-4bd9-93bd-41900c25de32","name":"Invalid Number","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": \"Two Hundred\",\r\n    \"status\": \"ELIGIBLE\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://gateway.youtap-development.net/promourl/customers/[couponCustomerId]/coupons/[couponId]?initiator=Andrew","protocol":"https","host":["gateway","youtap-development","net"],"path":["promourl","customers","[couponCustomerId]","coupons","[couponId]"],"query":[{"key":"initiator","value":"Andrew","type":"text"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 23 Feb 2023 23:54:50 GMT"},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2023-02-23T23:54:50.934+00:00\",\n    \"status\": 400,\n    \"error\": \"Bad Request\",\n    \"path\": \"/customers/6566/coupons/192242\"\n}"},{"id":"9fe5acdb-0b55-4376-b4e8-d416d672c8cc","name":"Lower-Case Enum Not Supported","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 200,\r\n    \"status\": \"eligible\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://gateway.youtap-development.net/promourl/customers/[couponCustomerId]/coupons/[couponId]?initiator=Andrew","protocol":"https","host":["gateway","youtap-development","net"],"path":["promourl","customers","[couponCustomerId]","coupons","[couponId]"],"query":[{"key":"initiator","value":"Andrew","type":"text"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 23 Feb 2023 23:55:51 GMT"},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2023-02-23T23:55:51.926+00:00\",\n    \"status\": 400,\n    \"error\": \"Bad Request\",\n    \"path\": \"/customers/6566/coupons/192242\"\n}"},{"id":"39a4f996-d454-4ec5-8ba2-1e579500b02b","name":"Acceptable Whitespace Around Enum","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 200,\r\n    \"status\": \"ELIGIBLE  \"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://gateway.youtap-development.net/promourl/customers/[couponCustomerId]/coupons/[couponId]?initiator=Andrew","protocol":"https","host":["gateway","youtap-development","net"],"path":["promourl","customers","[couponCustomerId]","coupons","[couponId]"],"query":[{"key":"initiator","value":"Andrew"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/problem+json"},{"key":"Date","value":"Thu, 23 Feb 2023 23:56:42 GMT"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Length","value":"187"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": 18127,\n    \"coupons\": [\n        {\n            \"id\": 192442,\n            \"campaignId\": 153,\n            \"assignedTo\": 6566,\n            \"name\": \"trade-in\",\n            \"issueDate\": \"2022-07-20T00:00:00\",\n            \"eligibilityExpiryDate\": \"2030-07-19T00:00:00\",\n            \"redemptionExpiryDate\": \"2030-07-19T00:00:00\",\n            \"offerValue\": 400,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"It's really easy to trade-in your old phone. We have a simple online tool that will give you an instant quote and reference code to use towards buying a new phone at one of our stores.\",\n            \"status\": \"ELIGIBLE\",\n            \"appealScore\": 0,\n            \"couponOfferMessage\": null\n        }\n    ],\n    \"eventType\": \"ELIGIBLE\",\n    \"balanceChange\": 0,\n    \"potentialBalanceChange\": 400,\n    \"balanceAfter\": 745.4900000000001,\n    \"date\": \"2023-05-23T23:07:31.692\",\n    \"initiator\": \"Andrew\"\n}"},{"id":"86682a99-8c34-4df7-b2e1-0f19ce40bad2","name":"Request Must Contain Amount or Status","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 400,\r\n    \"status\": \"ELIGIBLE\",\r\n    \"initiator\": \"Andrew\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/coupons/192216"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"type\": \"https://emoney.youtap.com/problems/bad-request\",\r\n    \"title\": \"Missing Required Body Field\",\r\n    \"detail\": \"Request must contain at least amount or status\",\r\n    \"status\": 400,\r\n    \"instance\": \"\",\r\n    \"errorKey\": \"bad_request\"\r\n}"},{"id":"04461944-ffc5-4b49-a57b-7f0ce102d3e5","name":"Coupon Not Assigned to Customer","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 400,\r\n    \"status\": \"ELIGIBLE\",\r\n    \"initiator\": \"Andrew\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/coupons/192239"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"type\": \"https://emoney.youtap.com/problems/bad-request\",\r\n    \"title\": \"Missing Required Body Field\",\r\n    \"detail\": \"Coupon 192239 not assigned to customer 6566\",\r\n    \"status\": 400,\r\n    \"instance\": \"\",\r\n    \"errorKey\": \"bad_request\"\r\n}"}],"_postman_id":"e1db8936-a20a-4ccb-a136-3840424984a2"},{"name":"Update Coupon By Campaign","id":"a64d2f92-109b-486d-b8b7-2c07b6fd4b4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"amount\": \"200\",\n    \"status\": \"ASSIGNED\",\n    \"currentStatus\": \"ELIGIBLE\",\n    \"initiator\": \"Andrew\",\n    \"campaignId\": 100\n}","options":{"raw":{"language":"json"}}},"url":"https://gateway.youtap-test.net/promourl/api/customers/6565/coupons","urlObject":{"protocol":"https","path":["promourl","api","customers","6565","coupons"],"host":["gateway","youtap-test","net"],"query":[],"variable":[]}},"response":[{"id":"65d85b1e-e1e6-4c36-8cf2-bd029d8f0727","name":"Multiple Coupons Found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": \"200\",\r\n    \"status\": \"ASSIGNED\",\r\n    \"initiator\": \"Andrew\",\r\n    \"campaignId\": 217\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/coupons"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/problem+json"},{"key":"Date","value":"Tue, 23 May 2023 23:08:57 GMT"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-RateLimit-Burst-Capacity","value":"100"},{"key":"X-RateLimit-Remaining","value":"-1"},{"key":"X-RateLimit-Replenish-Rate","value":"50"},{"key":"X-RateLimit-Requested-Tokens","value":"1"},{"key":"Content-Length","value":"247"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://emoney.youtap.com/problems/internal-server-error\",\n    \"title\": \"Illegal state encountered\",\n    \"detail\": \"Unexpectedly found multiple coupons after filtering by campaign ID 217\",\n    \"status\": 500,\n    \"instance\": \"\",\n    \"errorKey\": \"INTERNAL_SERVER_ERROR\"\n}"},{"id":"29d9d751-37a8-4c5e-a52a-8b5314b60321","name":"Update Coupon By Campaign","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"amount\": \"200\",\n    \"status\": \"ASSIGNED\",\n    \"currentStatus\": \"ELIGIBLE\",\n    \"initiator\": \"Andrew\",\n    \"campaignId\": 100\n}","options":{"raw":{"language":"json"}}},"url":"https://gateway.youtap-test.net/promourl/api/customers/6565/coupons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 27 Jun 2023 00:58:46 GMT"},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"X-RateLimit-Burst-Capacity","value":"100"},{"key":"X-RateLimit-Remaining","value":"-1"},{"key":"X-RateLimit-Replenish-Rate","value":"50"},{"key":"X-RateLimit-Requested-Tokens","value":"1"},{"key":"Content-Length","value":"696"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": 1,\n    \"coupons\": [\n        {\n            \"id\": 1,\n            \"campaignId\": 100,\n            \"assignedTo\": 1000,\n            \"name\": \"Survey\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2027-07-07T23:59:59\",\n            \"redemptionExpiryDate\": \"2027-07-07T23:59:59\",\n            \"offerValue\": 200.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Survey Coupon\",\n            \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n            \"status\": \"ASSIGNED\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 1,\n                    \"couponOfferName\": \"Survey\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 100,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Survey\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": \"fe2bf741-54d6-4cdd-9b91-41fa38555049\",\n            \"saveStatus\": \"NOT_APPLICABLE\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        }\n    ],\n    \"eventType\": \"ASSIGNED\",\n    \"balanceChange\": 200.0,\n    \"potentialBalanceChange\": -200.0,\n    \"balanceAfter\": 300.0,\n    \"date\": \"2026-09-10T05:42:09.499Z\",\n    \"reference\": \"ee1a5622-9e67-4b66-b3c9-bd04f8a079fc\",\n    \"initiator\": \"Andrew\",\n    \"historyEndDate\": \"2027-07-07T11:59:59Z\",\n    \"productResponses\": null,\n    \"notes\": null\n}"}],"_postman_id":"a64d2f92-109b-486d-b8b7-2c07b6fd4b4e"},{"name":"Update Campaign","id":"16c15264-8043-48bf-9a17-aa7848c25163","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"PENDING\",\n    \"initiator\": \"Andrew\",\n    \"reference\": \"aucif-1s4ksj\"\n}","options":{"raw":{"language":"json"}}},"url":"https://gateway.youtap-test.net/promourl/api/eligible-customers/campaigns/840/coupons","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"protocol":"https","path":["promourl","api","eligible-customers","campaigns","840","coupons"],"host":["gateway","youtap-test","net"],"query":[],"variable":[]}},"response":[{"id":"f4abf9d7-4ab8-4202-b9ac-1bb71f0432b7","name":"No Content","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"PENDING\",\n    \"initiator\": \"Andrew\",\n    \"reference\": \"aucif-1s4ksj\"\n}","options":{"raw":{"language":"json"}}},"url":"https://gateway.youtap-test.net/promourl/api/eligible-customers/campaigns/840/coupons"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"16c15264-8043-48bf-9a17-aa7848c25163"},{"name":"Handle Event","id":"8d78a4bf-362b-463d-920b-b7b53b3c8b1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"version\": \"0\",\n    \"id\": \"1b12cd67-1681-4e4b-ab77-200350f9ceff\",\n    \"detail-type\": \"customer\",\n    \"source\": \"datalake.receiver\",\n    \"account\": \"123456789012\",\n    \"time\": \"2023-01-01T00:00:00Z\",\n    \"region\": \"ap-southeast-2\",\n    \"detail\": {\n        \"account_has_broadband_flag\": \"N\",\n        \"account_has_mobile_flag\": \"Y\",\n        \"account_has_voice_flag\": \"N\",\n        \"average_days_to_bill_close_count\": 14,\n        \"avg_days_to_bill_close_cnt_last_upd\": \"2023-07-16\",\n        \"bill_payment_method_desc\": \"Other\",\n        \"billing_account_collections_indicator\": \"N\",\n        \"billing_account_number\": \"310422939\",\n        \"cash_in_offer_status\": \"\",\n        \"child_indicator\": \"N\",\n        \"current_ifp_device\": \"iPhone 11 64GB - WOC Black\",\n        \"current_ifp_end_date\": \"2025-01-25 23:11:56.000\",\n        \"current_ifp_remaining_months\": 18,\n        \"current_ifp_start_date\": \"2022-01-25 23:11:56.000\",\n        \"current_plan_sam_id\": \"SAM15975\",\n        \"customer_segment\": \"Consumer\",\n        \"discount_cash_in_offer_amount\": 0,\n        \"discount_cash_in_offer_latest_date\": \"1900-01-01 00:00:00.000 +1130\",\n        \"group_member\": \"Y\",\n        \"handset_brand_name\": \"Apple Inc\",\n        \"handset_first_used_date\": \"2022-12-23\",\n        \"handset_model_name\": \"Apple iPhone 14 Pro Max (A2894)\",\n        \"handset_sales_channel\": \"BPNZ - Vodafone Retail Stores\",\n        \"handset_shipping_order_date\": \"2022-12-22 00:00:00.000\",\n        \"ifp_term_month_number\": 36,\n        \"join_date\": \"2023-01-03 00:00:00.000\",\n        \"number_of_companions\": 2,\n        \"number_of_group_members\": 3,\n        \"parent_indicator\": \"Y\",\n        \"parent_wallet_id\": \"6421000000100\",\n        \"pilot_release_name\": \"pilot 1\",\n        \"plan_discount_id_list\": [],\n        \"plan_discount_name_list\": [],\n        \"plan_discount_sam_id_list\": null,\n        \"plan_last_change_date\": \"2023-02-02 17:27:52.000\",\n        \"plan_name\": \"One Plan\",\n        \"plan_product_id\": \"1-SZ4IWF1\",\n        \"primary_contact_number\": \"Unknown\",\n        \"service_first_activation_date\": \"2023-01-03 00:00:00.000\",\n        \"service_id_sha2\": \"d341588fad5b771b1c3763dcd6ebe5a5b78916d0f52d57cfb5255bfb81f5641b\",\n        \"service_status_name\": \"Active\",\n        \"service_type_name\": \"Mobile - On Account\",\n        \"siebel_prod_desc\": \"One Plan\",\n        \"siebel_prod_name\": \"One Plan\",\n        \"wallet_customer_key\": \"84098647ccc54fc616a37247364cbb70\",\n        \"wallet_eligibility_flag\": \"Y\",\n        \"wallet_eligibility_releases\": \"1.1\",\n        \"wallet_id\": \"333\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:19421/events","description":"<p>The event types and other parameters are subject to change as requirements are communicated and clarified.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"protocol":"http","port":"19421","path":["events"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7d228eaa-5158-477e-a3f3-fec89af131d2","name":"Handle Event","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"version\": \"0\",\r\n    \"id\": \"1b12cd67-1681-4e4b-ab77-200350f9ceff\",\r\n    \"detail-type\": \"customer\",\r\n    \"source\": \"datalake.receiver\",\r\n    \"account\": \"123456789012\",\r\n    \"time\": \"2023-01-01T00:00:00Z\",\r\n    \"region\": \"ap-southeast-2\",\r\n    \"detail\": {\r\n        \"account_has_broadband_flag\": \"N\",\r\n        \"account_has_mobile_flag\": \"Y\",\r\n        \"account_has_voice_flag\": \"N\",\r\n        \"average_days_to_bill_close_count\": 14,\r\n        \"avg_days_to_bill_close_cnt_last_upd\": \"2023-07-16\",\r\n        \"bill_payment_method_desc\": \"Other\",\r\n        \"billing_account_collections_indicator\": \"N\",\r\n        \"billing_account_number\": \"310422939\",\r\n        \"cash_in_offer_status\": \"\",\r\n        \"child_indicator\": \"N\",\r\n        \"current_ifp_device\": \"iPhone 11 64GB - WOC Black\",\r\n        \"current_ifp_end_date\": \"2025-01-25 23:11:56.000\",\r\n        \"current_ifp_remaining_months\": 18,\r\n        \"current_ifp_start_date\": \"2022-01-25 23:11:56.000\",\r\n        \"current_plan_sam_id\": \"SAM15975\",\r\n        \"customer_segment\": \"Consumer\",\r\n        \"discount_cash_in_offer_amount\": 0,\r\n        \"discount_cash_in_offer_latest_date\": \"1900-01-01 00:00:00.000 +1130\",\r\n        \"group_member\": \"Y\",\r\n        \"handset_brand_name\": \"Apple Inc\",\r\n        \"handset_first_used_date\": \"2022-12-23\",\r\n        \"handset_model_name\": \"Apple iPhone 14 Pro Max (A2894)\",\r\n        \"handset_sales_channel\": \"BPNZ - Vodafone Retail Stores\",\r\n        \"handset_shipping_order_date\": \"2022-12-22 00:00:00.000\",\r\n        \"ifp_term_month_number\": 36,\r\n        \"join_date\": \"2023-01-03 00:00:00.000\",\r\n        \"number_of_companions\": 2,\r\n        \"number_of_group_members\": 3,\r\n        \"parent_indicator\": \"Y\",\r\n        \"parent_wallet_id\": \"6421000000100\",\r\n        \"pilot_release_name\": \"pilot 1\",\r\n        \"plan_discount_id_list\": [],\r\n        \"plan_discount_name_list\": [],\r\n        \"plan_discount_sam_id_list\": null,\r\n        \"plan_last_change_date\": \"2023-02-02 17:27:52.000\",\r\n        \"plan_name\": \"One Plan\",\r\n        \"plan_product_id\": \"1-SZ4IWF1\",\r\n        \"primary_contact_number\": \"Unknown\",\r\n        \"service_first_activation_date\": \"2023-01-03 00:00:00.000\",\r\n        \"service_id_sha2\": \"d341588fad5b771b1c3763dcd6ebe5a5b78916d0f52d57cfb5255bfb81f5641b\",\r\n        \"service_status_name\": \"Active\",\r\n        \"service_type_name\": \"Mobile - On Account\",\r\n        \"siebel_prod_desc\": \"One Plan\",\r\n        \"siebel_prod_name\": \"One Plan\",\r\n        \"wallet_customer_key\": \"84098647ccc54fc616a37247364cbb70\",\r\n        \"wallet_eligibility_flag\": \"Y\",\r\n        \"wallet_eligibility_releases\": \"1.1\",\r\n        \"wallet_id\": \"333\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:19421/events"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8d78a4bf-362b-463d-920b-b7b53b3c8b1e"},{"name":"Perform Payment","id":"b4f003c4-4ea3-4ea5-9515-edf191ae4945","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"amount\": \"20\",\n    \"date\": \"2023-03-20T00:00:00\",\n    \"initiator\": \"Tester\"\n}","options":{"raw":{"language":"json"}}},"url":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/payments","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"protocol":"https","path":["promourl","api","customers","[couponCustomerId]","payments"],"host":["gateway","youtap-test","net"],"query":[],"variable":[]}},"response":[{"id":"4df35e94-8e8e-4ed1-848f-59fa9716cacd","name":"Successful Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"amount\": \"20\",\n    \"date\": \"2023-03-20T00:00:00\",\n    \"initiator\": \"Tester\"\n}","options":{"raw":{"language":"json"}}},"url":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/payments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 23 May 2023 23:09:43 GMT"},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"X-RateLimit-Burst-Capacity","value":"100"},{"key":"X-RateLimit-Remaining","value":"-1"},{"key":"X-RateLimit-Replenish-Rate","value":"50"},{"key":"X-RateLimit-Requested-Tokens","value":"1"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": 1,\n    \"coupons\": [\n        {\n            \"id\": 18,\n            \"campaignId\": 401,\n            \"assignedTo\": 1000,\n            \"name\": \"Saved Offer - Saved\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 20.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Saved Offer Coupon\",\n            \"reference\": \"52b147f2-8347-4898-8874-53fd40676cdc\",\n            \"status\": \"REDEEMED\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 6,\n                    \"couponOfferName\": \"Saved Campaign\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 401,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Generic time bound\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"SAVED\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        }\n    ],\n    \"eventType\": \"PAYMENT\",\n    \"balanceChange\": -20,\n    \"potentialBalanceChange\": -20,\n    \"balanceAfter\": 80.0,\n    \"date\": \"2026-09-10T05:42:03.541Z\",\n    \"reference\": null,\n    \"initiator\": \"Tester\",\n    \"historyEndDate\": null,\n    \"productResponses\": null,\n    \"notes\": null\n}"},{"id":"1bdb31e6-04d0-46a7-ba54-ff2abb1aabdb","name":"Invalid Amount","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": \"200000\",\r\n    \"date\": \"2023-03-20T00:00:00\",\r\n    \"initiator\": \"Andrew\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/payments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/problem+json"},{"key":"Date","value":"Wed, 08 Mar 2023 21:28:20 GMT"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://emoney.youtap.com/problems/bad-request\",\n    \"title\": \"Invalid parameter\",\n    \"detail\": \"Amount too high\",\n    \"status\": 400,\n    \"instance\": \"\",\n    \"errorKey\": \"bad_request\"\n}"}],"_postman_id":"b4f003c4-4ea3-4ea5-9515-edf191ae4945"},{"name":"Perform Reversal","id":"f1900dcb-dd07-4307-8856-96cd7dac643e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"transactionId\": 1,\n    \"initiator\": \"Tester\"\n}","options":{"raw":{"language":"json"}}},"url":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/payments/reversals","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"protocol":"https","path":["promourl","api","customers","[couponCustomerId]","payments","reversals"],"host":["gateway","youtap-test","net"],"query":[],"variable":[]}},"response":[{"id":"abda7bb3-a088-41f4-9722-e8f9e1af1cf9","name":"Perform Reversal","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"transactionId\": 1,\n    \"initiator\": \"Tester\"\n}","options":{"raw":{"language":"json"}}},"url":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/payments/reversals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 03 Apr 2023 02:37:35 GMT"},{"key":"Vary","value":"origin,access-control-request-method,access-control-request-headers,accept-encoding"},{"key":"transfer-encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": 2,\n    \"coupons\": [\n        {\n            \"id\": 18,\n            \"campaignId\": 401,\n            \"assignedTo\": 1000,\n            \"name\": \"Saved Offer - Saved\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 20.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Saved Offer Coupon\",\n            \"reference\": \"52b147f2-8347-4898-8874-53fd40676cdc\",\n            \"status\": \"ASSIGNED\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 6,\n                    \"couponOfferName\": \"Saved Campaign\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 401,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Generic time bound\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"SAVED\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        }\n    ],\n    \"eventType\": \"REVERSAL\",\n    \"balanceChange\": 20.0,\n    \"potentialBalanceChange\": 20.0,\n    \"balanceAfter\": 100.0,\n    \"date\": \"2026-09-10T05:42:03.668Z\",\n    \"reference\": null,\n    \"initiator\": \"Tester\",\n    \"historyEndDate\": null,\n    \"productResponses\": null,\n    \"notes\": null\n}"},{"id":"d7ecfb5f-17dd-42d8-bd0b-3a12c58aa24a","name":"No Coupons to Reverse","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"initiator\": \"Andrew\",\r\n    \"transactionId\": 81\r\n}","options":{"raw":{"language":"json"}}},"url":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/payments/reversals"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"type\": \"https://emoney.youtap.com/problems/bad-request\",\r\n    \"title\": \"Illegal state encountered\",\r\n    \"detail\": \"Transaction history event has no coupons - cannot reverse\",\r\n    \"status\": 500,\r\n    \"instance\": \"\",\r\n    \"errorKey\": \"internal_server_error\"\r\n}"}],"_postman_id":"f1900dcb-dd07-4307-8856-96cd7dac643e"},{"name":"Update Plan","id":"ebe6a36d-2622-47ab-b0ec-1822627a6896","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"version\": \"0\",\n    \"id\": \"19841ad5-2e3d-89d4-a842-f716cfcbee39\",\n    \"detail-type\": \"PLAN_CHANGE\",\n    \"source\": \"mulesoft.siebel\",\n    \"account\": \"978226885186\",\n    \"time\": \"2023-07-12T02:48:21Z\",\n    \"region\": \"ap-southeast-2\",\n    \"resources\": [\n        \"arn:aws:events:ap-southeast-2:978226885186:event-bus/mulesoft-receiver-bus-test\"\n    ],\n    \"detail\": {\n        \"metadata\": {\n            \"event-id\": \"1-Y2YWS9\",\n            \"event-type\": \"PLAN_CHANGE\",\n            \"event-time\": \"2023-07-12T14:48:08+12:00\",\n            \"domain\": \"SERVICE\",\n            \"service\": \"events-api-v1\",\n            \"status\": \"SUBMITTED\",\n            \"correlation-id\": \"91a1ea20-1ba7-11ee-a83b-0298df06420e\"\n        },\n        \"data\": {\n            \"serviceId\": \"64210000333\",\n            \"billingAccountNumber\": \"310417135\",\n            \"orderId\": \"1-2061028151\",\n            \"orderDateTime\": \"2023-10-06T02:48:08\",\n            \"oldPlanName\": \"Companion Unlimited Mobile\",\n            \"newPlanName\": \"Medium Mobile\",\n            \"orderType\": \"Modify\",\n            \"orderStatus\": \"SUBMITTED\"\n        }\n    }\n}"},"url":"https://gateway.youtap-test/promourl/api/events","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"protocol":"https","path":["promourl","api","events"],"host":["gateway","youtap-test"],"query":[],"variable":[]}},"response":[{"id":"548b6b5e-0d46-4c9a-adc8-1507eec96043","name":"Update Plan","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"version\": \"0\",\n    \"id\": \"19841ad5-2e3d-89d4-a842-f716cfcbee39\",\n    \"detail-type\": \"PLAN_CHANGE\",\n    \"source\": \"mulesoft.siebel\",\n    \"account\": \"978226885186\",\n    \"time\": \"2023-07-12T02:48:21Z\",\n    \"region\": \"ap-southeast-2\",\n    \"resources\": [\"arn:aws:events:ap-southeast-2:978226885186:event-bus/mulesoft-receiver-bus-test\"],\n    \"detail\": {\n        \"metadata\": {\n            \"event-id\": \"1-Y2YWS9\",\n            \"event-type\": \"PLAN_CHANGE\",\n            \"event-time\": \"2023-07-12T14:48:08+12:00\",\n            \"domain\": \"SERVICE\",\n            \"service\": \"events-api-v1\",\n            \"status\": \"SUBMITTED\",\n            \"correlation-id\": \"91a1ea20-1ba7-11ee-a83b-0298df06420e\"\n        },\n        \"data\": {\n            \"serviceId\": \"64210000333\",\n            \"billingAccountNumber\": \"310417135\",\n            \"orderId\": \"1-2061028151\",\n            \"orderDateTime\": \"2023-10-06T02:48:08\",\n            \"oldPlanName\": \"Companion Unlimited Mobile\",\n            \"newPlanName\": \"Medium Mobile\",\n            \"orderType\": \"Modify\",\n            \"orderStatus\": \"SUBMITTED\"\n        }\n    }\n}"},"url":"https://gateway.youtap-test/promourl/api/events"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ebe6a36d-2622-47ab-b0ec-1822627a6896"},{"name":"Device Offer Payment","id":"2703b905-e03c-4d80-aff3-931e0d855bff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"amount\": \"20\",\n    \"date\": \"2023-03-20T00:00:00\",\n    \"initiator\": \"Tester\"\n}","options":{"raw":{"language":"json"}}},"url":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/payments?redeemDeviceOffer=true&plan=SAM16447&term=12&device=3462","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"protocol":"https","path":["promourl","api","customers","[couponCustomerId]","payments"],"host":["gateway","youtap-test","net"],"query":[{"key":"redeemDeviceOffer","value":"true"},{"description":{"content":"<p>[plan id]</p>\n","type":"text/plain"},"key":"plan","value":"SAM16447"},{"key":"term","value":"12"},{"description":{"content":"<p>[device external id]</p>\n","type":"text/plain"},"key":"device","value":"3462"}],"variable":[]}},"response":[{"id":"77c61b45-9819-4aed-bbbf-3870195d2877","name":"Device Offer Payment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"amount\": \"20\",\n    \"date\": \"2023-03-20T00:00:00\",\n    \"initiator\": \"Tester\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/payments?redeemDeviceOffer=true&plan=SAM16447&term=12&device=3462","protocol":"https","host":["gateway","youtap-test","net"],"path":["promourl","api","customers","[couponCustomerId]","payments"],"query":[{"key":"redeemDeviceOffer","value":"true"},{"key":"plan","value":"SAM16447","description":"[plan id]"},{"key":"term","value":"12"},{"key":"device","value":"3462","description":"[device external id]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": 1,\n    \"coupons\": [\n        {\n            \"id\": 13,\n            \"campaignId\": 600,\n            \"assignedTo\": 1004,\n            \"name\": \"Device Offer - ELIGIBLE\",\n            \"issueDate\": \"2024-11-15T15:06:56.443\",\n            \"eligibilityExpiryDate\": \"2026-12-17T14:56:48\",\n            \"redemptionExpiryDate\": \"2026-12-17T14:56:48\",\n            \"offerValue\": 100.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Device Offer Coupons\",\n            \"reference\": \"5280ff1e-110e-4c6e-bb0a-25be36a313d9\",\n            \"status\": \"REDEEMED\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 7,\n                    \"couponOfferName\": \"Device Offers\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 600,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Device Offers\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 2,\n            \"campaignCategory\": \"Device Upgrades\",\n            \"lastEventTime\": null,\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": null,\n            \"saveStatus\": \"SAVED\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [\n                {\n                    \"key\": \"term\",\n                    \"value\": \"12\",\n                    \"externalId\": null\n                },\n                {\n                    \"key\": \"plan\",\n                    \"value\": \"Endless Small\",\n                    \"externalId\": \"SAM16447\"\n                }\n            ],\n            \"products\": [\n                {\n                    \"id\": 3462,\n                    \"name\": \"iPhone 16 Pro Max\",\n                    \"description\": \"Hello, Apple Intelligence.\\niPhone 16 Pro Max. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro Max has a strong and...\",\n                    \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro-max/\",\n                    \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3462/11365/MBDV_9adffa2c-3d4d-467f-bcce-c2f6217b1e23_DESERT_TITANIUM_256GB_(0)-production__15121.1726022517.png?c=1\",\n                    \"brand\": \"Apple\",\n                    \"productCategory\": \"CBU/Mobile\",\n                    \"externalId\": \"1002\",\n                    \"displayOrder\": 1\n                },\n                {\n                    \"id\": 3475,\n                    \"name\": \"iPhone 16 Pro\",\n                    \"description\": \"Hello, Apple Intelligence.\\n\\niPhone 16 Pro. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro has a strong and light...\",\n                    \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro/\",\n                    \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3475/11485/MBDV_cb9b45f4-e261-4c66-b547-e0d694bb6db1_DESERT_TITANIUM_128GB_(0)-production__96296.1726023208.png?c=1\",\n                    \"brand\": \"Apple\",\n                    \"productCategory\": \"CBU/Mobile\",\n                    \"externalId\": \"1003\",\n                    \"displayOrder\": 2\n                }\n            ],\n            \"plans\": [\n                {\n                    \"key\": \"plan\",\n                    \"value\": \"Endless Small\",\n                    \"externalId\": \"SAM16447\"\n                }\n            ],\n            \"terms\": [\n                {\n                    \"key\": \"term\",\n                    \"value\": \"12\",\n                    \"externalId\": null\n                }\n            ],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        }\n    ],\n    \"eventType\": \"PAYMENT\",\n    \"balanceChange\": -20,\n    \"potentialBalanceChange\": -20,\n    \"balanceAfter\": -20.0,\n    \"date\": \"2026-09-10T05:42:11.622Z\",\n    \"reference\": null,\n    \"initiator\": \"Tester\",\n    \"historyEndDate\": null,\n    \"productResponses\": [\n        {\n            \"id\": 3462,\n            \"name\": \"iPhone 16 Pro Max\",\n            \"description\": \"Hello, Apple Intelligence.\\niPhone 16 Pro Max. Built for Apple Intelligence. Featuring a stunning titanium design. Camera Control. 4K 120 fps Dolby Vision. And A18 Pro chip.\\n\\n\\n\\tSTUNNING TITANIUM DESIGN — iPhone 16 Pro Max has a strong and...\",\n            \"url\": \"https://eshop.vodafone.co.nz/iphone/iphone-16-pro-max/\",\n            \"image\": \"https://cdn11.bigcommerce.com/s-jauq9nby1l/images/stencil/{:size}/products/3462/11365/MBDV_9adffa2c-3d4d-467f-bcce-c2f6217b1e23_DESERT_TITANIUM_256GB_(0)-production__15121.1726022517.png?c=1\",\n            \"brand\": {\n                \"id\": 1000,\n                \"name\": \"Apple\",\n                \"description\": \"Apple\"\n            },\n            \"productCategory\": {\n                \"id\": 1000,\n                \"name\": \"CBU/Mobile\",\n                \"description\": \"CBU/Mobile\"\n            },\n            \"externalId\": \"1002\"\n        }\n    ],\n    \"notes\": null\n}"},{"id":"51b27f11-c01e-4d17-9307-1c6c8ec08162","name":"Device Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": \"20\",\r\n    \"date\": \"2024-12-10T00:00:00\",\r\n    \"initiator\": \"Tester\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/payments?redeemDeviceOffer=true&plan=super_duper_plan&term=12&device=GameBoy Advanced","protocol":"https","host":["gateway","youtap-test","net"],"path":["promourl","api","customers","[couponCustomerId]","payments"],"query":[{"key":"redeemDeviceOffer","value":"true"},{"key":"plan","value":"super_duper_plan"},{"key":"term","value":"12"},{"key":"device","value":"GameBoy Advanced"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Cannot find device in saved offer\",\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"errorKey\": \"resource_not_found\",\n    \"instance\": \"\",\n    \"status\": \"404\",\n    \"title\": \"Resource Not Found\",\n    \"type\": \"https://www.youtap.com/problems/resource-not-found\"\n}"},{"id":"10cff7ab-72d3-4e56-ba0b-270a557b276f","name":"Plan Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": \"20\",\r\n    \"date\": \"2024-12-10T00:00:00\",\r\n    \"initiator\": \"Tester\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/payments?redeemDeviceOffer=true&plan=invalid_plan&term=12&device=iPhone 16 Pro Max","protocol":"https","host":["gateway","youtap-test","net"],"path":["promourl","api","customers","[couponCustomerId]","payments"],"query":[{"key":"redeemDeviceOffer","value":"true"},{"key":"plan","value":"invalid_plan"},{"key":"term","value":"12"},{"key":"device","value":"iPhone 16 Pro Max"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Could not find plan in saved offer\",\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"errorKey\": \"resource_not_found\",\n    \"instance\": \"\",\n    \"status\": \"404\",\n    \"title\": \"Resource Not Found\",\n    \"type\": \"https://www.youtap.com/problems/resource-not-found\"\n}"},{"id":"18965d0d-dc6b-4c25-9714-971d12752fc7","name":"Term Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": \"20\",\r\n    \"date\": \"2024-12-10T00:00:00\",\r\n    \"initiator\": \"Tester\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/payments?redeemDeviceOffer=true&plan=super_duper_plan&term=2000&device=iPhone 16 Pro Max","protocol":"https","host":["gateway","youtap-test","net"],"path":["promourl","api","customers","[couponCustomerId]","payments"],"query":[{"key":"redeemDeviceOffer","value":"true"},{"key":"plan","value":"super_duper_plan"},{"key":"term","value":"2000"},{"key":"device","value":"iPhone 16 Pro Max"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Could not find term in saved offer\",\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"errorKey\": \"resource_not_found\",\n    \"instance\": \"\",\n    \"status\": \"404\",\n    \"title\": \"Resource Not Found\",\n    \"type\": \"https://www.youtap.com/problems/resource-not-found\"\n}"}],"_postman_id":"2703b905-e03c-4d80-aff3-931e0d855bff"},{"name":"Save Offer","id":"ff0632d0-d0dc-4f29-be2f-c57b92be25d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://gateway.youtap-test/promourl/api/customers/[couponCustomerId]/coupons/[couponId]/save","description":"<p>Allows user to save an offer that has 'unsaved' save status. If there are no assignment rules then this will go directly to ASSIGNED status.</p>\n<p>Otherwise it will go to ASSIGNED when the user meets the criteria.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Saved Status</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SAVED</td>\n<td>Customer has taken action to complete token</td>\n</tr>\n<tr>\n<td>UNSAVED</td>\n<td>Customer must take action or coupon will not be assigned</td>\n</tr>\n<tr>\n<td>NOT_APPLICABLE</td>\n<td>This coupon is not using saved offer</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"protocol":"https","path":["promourl","api","customers","[couponCustomerId]","coupons","[couponId]","save"],"host":["gateway","youtap-test"],"query":[],"variable":[]}},"response":[{"id":"e38aa3cd-7f49-4af9-be8f-d9b1acc8be49","name":"Save Offer","originalRequest":{"method":"PUT","header":[],"url":"https://gateway.youtap-test/promourl/api/customers/[couponCustomerId]/coupons/[couponId]/save"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"92a94be6-4d8e-45fb-b8d5-229af981f8e4","name":"Coupon not \"unsaved\"","originalRequest":{"method":"PUT","header":[],"url":"https://gateway.youtap-test/promourl/api/customers/[couponCustomerId]/coupons/[couponId]/save"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"type\": \"https://emoney.youtap.com/problems/invalid-status\",\r\n    \"title\": \"Resource is not assumed status\",\r\n    \"detail\": \"Coupon is not UNSAVED\",\r\n    \"status\": 400,\r\n    \"instance\": \"\",\r\n    \"errorKey\": \"bad_request\"\r\n}"},{"id":"ba69132a-521d-4598-8090-634227cde3c5","name":"Customer not found","originalRequest":{"method":"PUT","header":[],"url":"https://gateway.youtap-test/promourl/api/customers/[couponCustomerId]/coupons/[couponId]/save"},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"type\": \"https://emoney.youtap.com/problems/resource-not-found\",\r\n    \"title\": \"Resource Not Found\",\r\n    \"detail\": \"Customer not found for wallet ID 64.....\",\r\n    \"status\": 404,\r\n    \"instance\": \"\",\r\n    \"errorKey\": \"resource_not_found\"\r\n}"},{"id":"3a51956d-9af7-403f-8e37-0b6b9626ca51","name":"Coupon not found","originalRequest":{"method":"PUT","header":[],"url":"https://gateway.youtap-test/promourl/api/customers/[couponCustomerId]/coupons/[couponId]/save"},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"type\": \"https://emoney.youtap.com/problems/resource-not-found\",\r\n    \"title\": \"Resource Not Found\",\r\n    \"detail\": \"Could not find coupon\",\r\n    \"status\": 404,\r\n    \"instance\": \"\",\r\n    \"errorKey\": \"resource_not_found\"\r\n}"},{"id":"e1f5555a-810b-4b5d-9637-ff57052c85bf","name":"No More Codes","originalRequest":{"method":"PUT","header":[],"url":"https://gateway.youtap-test/promourl/api/customers/[couponCustomerId]/coupons/[couponId]/save"},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"https://emoney.youtap.com/problems/resource-not-found\",\n    \"title\": \"No more codes available\",\n    \"detail\": \"All coupon codes have been assigned for campaign [903]\",\n    \"status\": 404,\n    \"instance\": \"\",\n    \"errorKey\": \"resource_not_found\",\n    \"errorCode\": \"Promotion-Service\"\n}"}],"_postman_id":"ff0632d0-d0dc-4f29-be2f-c57b92be25d8"},{"name":"Save Offer V2","id":"0717dbf1-3ec6-42b9-a30a-a83f40ff8a73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://gateway.youtap-test/promourl/api/v2/customers/[couponCustomerId]/coupons/[couponId]/save","description":"<p>Same save action as <a href=\"#save-offer\">Save Offer</a>, but replies with a body instead of 204 No Content — useful when the caller needs to know the outcome immediately rather than re-fetching the coupon afterwards.</p>\n<p>For an eCoupon campaign, <code>displayCode</code> carries the code the customer was issued (the campaign's single static code, or the next unique code drawn from a pre-uploaded list). For every other campaign type it's <code>null</code>.</p>\n<p>For an eCoupon campaign, calling this on a coupon that's already <code>SAVED</code> always returns the same response with its <code>displayCode</code> rather than erroring. For any other campaign type, calling this on a coupon that isn't <code>UNSAVED</code> returns <code>400 Bad Request</code> with type <code>https://emoney.youtap.com/problems/invalid-status</code>.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"protocol":"https","path":["promourl","api","v2","customers","[couponCustomerId]","coupons","[couponId]","save"],"host":["gateway","youtap-test"],"query":[],"variable":[]}},"response":[{"id":"1e5f314d-ac16-4a6d-97a0-9bcdaff72738","name":"Save Offer V2","originalRequest":{"method":"PUT","header":[],"url":"https://gateway.youtap-test/promourl/api/v2/customers/[couponCustomerId]/coupons/[couponId]/save"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 17,\n    \"savedStatus\": \"SAVED\",\n    \"displayCode\": \"TESTCODE1\"\n}"}],"_postman_id":"0717dbf1-3ec6-42b9-a30a-a83f40ff8a73"},{"name":"Accept Coupon","id":"03d0f315-f0aa-4100-8ea0-156ebe604acb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"amount\": 400,\n    \"status\": \"ASSIGNED\",\n    \"initiator\": \"Andrew\",\n    \"reference\": \"aucif-1s4ksj\",\n    \"requestTime\": \"2023-05-23T23:07:31.692\"\n}","options":{"raw":{"language":"json"}}},"url":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/coupons/[couponId]/accept","description":"<p>Manually Assign the coupon on a customers behalf.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","id":"f31cd550-bf0e-40bb-8ad7-6a6c64988169","name":"Loyalty and Promotion","type":"collection"}},"urlObject":{"protocol":"https","path":["promourl","api","customers","[couponCustomerId]","coupons","[couponId]","accept"],"host":["gateway","youtap-test","net"],"query":[],"variable":[]}},"response":[{"id":"de42e81d-5db8-439d-abf9-37a1dd9c3e4a","name":"Accept Coupon","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"amount\": 400,\n    \"status\": \"ASSIGNED\",\n    \"initiator\": \"Andrew\",\n    \"reference\": \"aucif-1s4ksj\",\n    \"requestTime\": \"2023-05-23T23:07:31.692\"\n}","options":{"raw":{"language":"json"}}},"url":"https://gateway.youtap-test.net/promourl/api/customers/[couponCustomerId]/coupons/[couponId]/accept"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": 1,\n    \"coupons\": [\n        {\n            \"id\": 1,\n            \"campaignId\": 100,\n            \"assignedTo\": 1000,\n            \"name\": \"Survey\",\n            \"issueDate\": \"2024-11-15T16:16:41.69\",\n            \"eligibilityExpiryDate\": \"2027-07-07T23:59:59\",\n            \"redemptionExpiryDate\": \"2027-07-07T23:59:59\",\n            \"offerValue\": 400.0,\n            \"heroImageName\": null,\n            \"brandImageName\": null,\n            \"dynamicImageName\": null,\n            \"listViewImageName\": null,\n            \"description\": \"Survey Coupon\",\n            \"reference\": \"aucif-1s4ksj\",\n            \"status\": \"ASSIGNED\",\n            \"appealScore\": 5000.0,\n            \"couponOfferMessage\": [\n                {\n                    \"id\": 1,\n                    \"couponOfferName\": \"Survey\",\n                    \"couponOfferHeading\": \"couponOfferHeading\",\n                    \"couponCTATitle\": \"couponOfferCtaTitle\",\n                    \"couponOfferValueSubheading\": null,\n                    \"couponOfferUrlTitle\": \"couponOfferUrlTitle\",\n                    \"couponOfferExternalUrl\": \"couponOfferExternalUrl\",\n                    \"couponOfferNotification\": \"couponOfferNotification\",\n                    \"couponOfferDetails\": \"couponOfferDetails\",\n                    \"couponOfferShortTAndC\": null,\n                    \"couponOfferTAndC\": \"couponOfferDetails\",\n                    \"couponOfferAgentInstructions\": \"couponOfferAgentInstructions\",\n                    \"couponOfferLaunchCta\": null,\n                    \"actionTitle\": null,\n                    \"actionUrl\": null,\n                    \"saveOfferSavedTitle\": null,\n                    \"saveOfferUnsavedTitle\": null,\n                    \"howToRedeemOffer\": null,\n                    \"offerShortName\": null,\n                    \"couponCampaignId\": 100,\n                    \"eCouponCode\": null\n                }\n            ],\n            \"campaignType\": \"Survey\",\n            \"campaignSubtype\": null,\n            \"campaignCategoryId\": 1,\n            \"campaignCategory\": \"Loyalty & Retention\",\n            \"lastEventTime\": \"2023-05-23T23:07:31.692\",\n            \"isGenericTradeIn\": null,\n            \"launchUrl\": \"fe2bf741-54d6-4cdd-9b91-41fa38555049\",\n            \"saveStatus\": \"NOT_APPLICABLE\",\n            \"rewardExpireDays\": 300,\n            \"redirectWithExchangeToken\": null,\n            \"campaignMetadata\": [],\n            \"products\": [],\n            \"plans\": [],\n            \"terms\": [],\n            \"transferredFrom\": null,\n            \"transferredTo\": null,\n            \"transferId\": null,\n            \"winMethod\": null,\n            \"activationDateTime\": null,\n            \"totalEntries\": 0,\n            \"unusedEntries\": 0,\n            \"drawStatus\": null,\n            \"offerRemovedBy\": null,\n            \"offerRemovedReason\": null,\n            \"offerReasonCode\": null,\n            \"offerReasonCodeDescription\": null,\n            \"offerAddedReasonCode\": null,\n            \"offerAddedReasonCodeDescription\": null,\n            \"offerCreatedBy\": \"System\",\n            \"toolkitOfferId\": null,\n            \"displayCode\": null\n        }\n    ],\n    \"eventType\": \"ASSIGNED\",\n    \"balanceChange\": 400.0,\n    \"potentialBalanceChange\": -400.0,\n    \"balanceAfter\": 500.0,\n    \"date\": \"2026-09-10T05:42:05.748Z\",\n    \"reference\": \"aucif-1s4ksj\",\n    \"initiator\": \"Andrew\",\n    \"historyEndDate\": \"2027-07-07T11:59:59Z\",\n    \"productResponses\": null,\n    \"notes\": null\n}"},{"id":"3adbb4c6-1078-4a3f-ac0f-68e7c27be6a1","name":"Customer not found","originalRequest":{"method":"PUT","header":[],"url":"https://gateway.youtap-test/promourl/api/customers/[couponCustomerId]/coupons/[couponId]/save"},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"type\": \"https://emoney.youtap.com/problems/resource-not-found\",\r\n    \"title\": \"Resource Not Found\",\r\n    \"detail\": \"Customer not found for wallet ID 64.....\",\r\n    \"status\": 404,\r\n    \"instance\": \"\",\r\n    \"errorKey\": \"resource_not_found\"\r\n}"},{"id":"99bf8ef8-ed9b-4eb6-a642-7c7332261945","name":"Coupon not found","originalRequest":{"method":"PUT","header":[],"url":"https://gateway.youtap-test/promourl/api/customers/[couponCustomerId]/coupons/[couponId]/save"},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"type\": \"https://emoney.youtap.com/problems/resource-not-found\",\r\n    \"title\": \"Resource Not Found\",\r\n    \"detail\": \"Could not find coupon\",\r\n    \"status\": 404,\r\n    \"instance\": \"\",\r\n    \"errorKey\": \"resource_not_found\"\r\n}"}],"_postman_id":"03d0f315-f0aa-4100-8ea0-156ebe604acb"}],"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"scope","value":"<scope>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"password","value":"<password>"},{"key":"username","value":"{{oauth_username}}"},{"key":"tokenName","value":"<token-name>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","requests":{},"exec":[""],"id":"3e7d9c2a-e2b3-4745-ae0e-fc431869e21b"}},{"listen":"test","script":{"type":"text/javascript","requests":{},"exec":[""],"id":"e9690fa4-6969-49dd-8ed4-36dac2ccf488"}}],"variable":[{"key":"couponStatus","value":"[couponStatus]"},{"key":"couponCustomerId","value":"[couponCustomerId]"},{"key":"couponId","value":"[couponId]"},{"key":"domainName","value":"youtap-test"},{"key":"baseUrl","value":"/promourl/api","description":"prefix"}]}