Get Brand Marketing

Endpoint: https://rest.virtualincentives.com/{version}/{format}/products/{sku}/marketing

Method: GET

Definitions

FieldTypeDescription
skurequired
string(50)
Prepaid product SKU.
marketingresponse only
string(500)
Marketing reward information.

Examples

Response XML

<product>
 <marketing>
    The Visa&lt;sup&gt;&amp;reg;&lt;/sup&gt; Reward Card can be
    used to buy what you want, when you want it. Because it is so flexible
    and convenient, the Visa Reward Card makes it easy to treat yourself
    to something special or to help cover your everyday expenses.
    The decision is yours.
 </marketing>
</product>

Response JSON

{
 "product":{
  "marketing":"The Visa<sup>&reg;</sup> Reward Card can be used to ,
       buy what you want when you want it. Because it is so
       flexible and convenient, the Visa Reward Card makes it easy to treat 
       yourself to something special or to help cover your everyday
       expenses. The decision is yours."
 }
}