Update an Android template that has already been created using your company_key and the SmartLink token for the wallet campaign it belongs to.
Request
In the request body, define any parameter you are updating. Any parameters omitted will be left as-is. See the elements & attributes table for a list of parameters to update.
Adding dynamic strip images
If you would like to customize strip images for your users, you can add additional strip images to your wallet templates using the strip_images
array of objects. This will not change the default strip image, but will allow you to update wallet items using the assigned IMAGE_CODE
.
To be sure the image is properly parsed, add a token to the source_url
that defines the file's extension (example: &extension=.png
). See an example below:
{
"strip_images": [
{
"source_url": "https://fakeurl.com/p/rp/abcdefghijkl.png?mi_points=1285&mi_name=George&extension=.png",
"image_code": "DYNAMIC"
}
]
}