Description | : Get private store notifications state |
Reference | : Link ¶ |
⚼ Request
POST:
/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/queryNotificationsState
{}
⚐ Response (200)
{
stopSellNotifications:
[
]
,
{
,
offerId:
string
,
displayName:
string
,
isEntire:
boolean
,
messageCode:
integer
,
icon:
string
,
plans:
}
[
]
,
{
,
planId:
string
,
planDisplayName:
string
,
}
newNotifications:
[
]
,
{
,
offerId:
string
,
displayName:
string
,
isFuturePlansEnabled:
boolean
,
messageCode:
integer
,
icon:
string
,
plans:
}
[
]
,
{
,
planId:
string
,
planDisplayName:
string
,
}
approvalRequests:
}
[
]
,
{
,
offerId:
string
,
displayName:
string
,
publisherId:
string
,
messageCode:
integer
,
icon:
string
,
plans:
}
[
]
,
{
,
planId:
string
,
planDisplayName:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}