Skip to content

Watchlist:CreateWatchlist

Creates a new User Watchlist

Controller: Watchlist
Topic: CreateWatchlist Action: Publish
Permissions: Zenith/Market

NameTypeExpectDescription
DetailsObjectAlwaysThe details of the new Watchlist.
MembersArrayOptionalAn array of strings representing the initial members of the Watchlist.
NameTypeExpectDescription
NameStringAlwaysA display name for this Watchlist.
DescriptionStringOptionalA brief description for this Watchlist, if any.
CategoryStringOptionalThe category this Watchlist belongs to, if any.
NameTypeExpectDescription
WatchlistIDStringAlwaysA 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
}