GET api/member/homepage/marketingmessage
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MarketingMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| priority | integer |
None. |
|
| style | string |
None. |
|
| title | string |
None. |
|
| body | string |
None. |
|
| button | MarketingButton |
None. |
Response Formats
application/json, text/json
Sample:
{
"priority": 1,
"style": "sample string 2",
"title": "sample string 3",
"body": "sample string 4",
"button": {
"copy": "sample string 1",
"destination": "sample string 2"
}
}