Get Brand Marketing
Endpoint: https://rest.virtualincentives.com/{version}/{format}/products/{sku}/marketing
Method: GET
Definitions
Field | Type | Description |
---|---|---|
sku | required string(50) | Prepaid product SKU. |
marketing | response only string(500) | Marketing reward information. |
Examples
Response XML
<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.
</marketing>
</product>
Response JSON
{
"product":{
"marketing":"The Visa<sup>®</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."
}
}
Updated over 4 years ago