AMFNotificationCenterService

ClaimBonus

POST https://moviestarplanet.com/Gateway.aspx?method=ClaimBonus

Full endpoint: MovieStarPlanet.WebService.NotificationCenter.AMFNotificationCenterService.ClaimBonus

Argument count: 3

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

contentTypes

int[]

Content Types

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

GetNotificationCount

POST https://moviestarplanet.com/Gateway.aspx?method=GetNotificationCount

Full endpoint: MovieStarPlanet.WebService.NotificationCenter.AMFNotificationCenterService.GetNotificationCount

Argument count: 2

Return type: int

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

GetNotifications

POST https://moviestarplanet.com/Gateway.aspx?method=GetNotifications

Full endpoint: MovieStarPlanet.WebService.NotificationCenter.AMFNotificationCenterService.GetNotifications

Argument count: 1

Return type: AmfServiceResultData

Request Body

Name
Type
Description

actorId

int

Actor Id

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

GetNotificationsWithImageGuid

POST https://moviestarplanet.com/Gateway.aspx?method=GetNotificationsWithImageGuid

Full endpoint: MovieStarPlanet.WebService.NotificationCenter.AMFNotificationCenterService.GetNotificationsWithImageGuid

Argument count: 2

Return type: AmfServiceResultData

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

GetThirdPatyAppNotifications

POST https://moviestarplanet.com/Gateway.aspx?method=GetThirdPatyAppNotifications

Full endpoint: MovieStarPlanet.WebService.NotificationCenter.AMFNotificationCenterService.GetThirdPatyAppNotifications

Argument count: 1

Return type: AmfServiceResultData

Request Body

Name
Type
Description

actorId

int

Actor Id

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

Last updated