request
titlestring
Title of the banking media content
Example:
Special Mortgage Rates 2024descriptionstring
Detailed description of the media content
Example:
Exclusive mortgage rates for premium customers until December 2024filestring<binary>
startDatestring<date-time>
Start date when the media should be displayed
endDatestring<date-time>
End date when the media should be removed
profileCodestring
Target customer profile code
Example:
PREMIUM_CLIENT,CLIENT_VIPdeepLinkstring
Associated URL link (e.g., to product page)
Example:
https://bank.com/mortgage/special-offermediaTypestring
Media category type
Example:
BANNERcanalstring[]
List of distribution channels for which the media is intended. A media can be targeted to multiple platforms.
Possible values: [Web, Mobile]
Default value:
["Web"]Example:
["Web","Mobile"]request
{
"title": "Special Mortgage Rates 2024",
"description": "Exclusive mortgage rates for premium customers until December 2024",
"file": "string",
"startDate": "2024-07-29T15:51:28.071Z",
"endDate": "2024-07-29T15:51:28.071Z",
"profileCode": "PREMIUM_CLIENT,CLIENT_VIP",
"deepLink": "https://bank.com/mortgage/special-offer",
"mediaType": "BANNER",
"canal": [
"Web",
"Mobile"
]
}