Creates a new User Watchlist
Controller: Watchlist
Topic: CreateWatchlist
Action: Publish
Permissions: Zenith/Market
Name | Type | Expect | Description |
---|---|---|---|
Details | Object | Always | The details of the new Watchlist. |
Members | Array | Optional | An array of strings representing the initial members of the Watchlist. |
Name | Type | Expect | Description |
---|---|---|---|
Name | String | Always | A display name for this Watchlist. |
Description | String | Optional | A brief description for this Watchlist, if any. |
Category | String | Optional | The category this Watchlist belongs to, if any. |
Name | Type | Expect | Description |
---|---|---|---|
WatchlistID | String | Always | A unique identifier of the new Watchlist. |
Send:
{"Controller":"Watchlist","Topic":"CreateWatchlist","TransactionID":1,"Data":{"Details":{"Name":"Custom User Watchlist","Description":"Custom Description","Category":"Custom"},"Members":["BHP.ASX"]}}
Receive:
{
"Controller":"Watchlist",
"Topic":"CreateWatchlist",
"Data":{"WatchlistID":"123ABC"},
"TransactionID":1
}