Skip to main content

request

titlestring

Title of the banking media content

Example: Special Mortgage Rates 2024
descriptionstring

Detailed description of the media content

Example: Exclusive mortgage rates for premium customers until December 2024
filestring<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_VIP
deepLinkstring

Associated URL link (e.g., to product page)

Example: https://bank.com/mortgage/special-offer
mediaTypestring

Media category type

Example: BANNER
canalstring[]

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"
]
}