MobileServices.AMFPushNotifications

ActorAddedToGroupChat

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

Full endpoint: MovieStarPlanet.MobileServices.AMFPushNotifications.ActorAddedToGroupChat

Argument count: 5

Return type: bool

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

hashedDestination

string

Hashed Destination

section

int

Section

chatId

string

Chat Id

groupChatName

string

Group Chat Name

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

BestFriendRequestSent

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

Full endpoint: MovieStarPlanet.MobileServices.AMFPushNotifications.BestFriendRequestSent

Argument count: 2

Return type: void

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

receiverUserId

int

Receiver User Id

BoyfriendRequestSent

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

Full endpoint: MovieStarPlanet.MobileServices.AMFPushNotifications.BoyfriendRequestSent

Argument count: 2

Return type: void

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

receiverUserId

int

Receiver User Id

FriendRequestSent

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

Full endpoint: MovieStarPlanet.MobileServices.AMFPushNotifications.FriendRequestSent

Argument count: 3

Return type: void

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

receiverUserId

int

Receiver User Id

section

int

Section

RegisterDevice

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

Full endpoint: MovieStarPlanet.MobileServices.AMFPushNotifications.RegisterDevice

Argument count: 3

Return type: bool

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

token

string

Token

type

string

Type

SendMessage

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

Full endpoint: MovieStarPlanet.MobileServices.AMFPushNotifications.SendMessage

Argument count: 4

Return type: bool

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

message

string

Message

messageHash

string

Message Hash

hashedDestination

string

Hashed Destination

SendMessage

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

Full endpoint: MovieStarPlanet.MobileServices.AMFPushNotifications.SendMessage

Argument count: 5

Return type: bool

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

message

string

Message

messageHash

string

Message Hash

hashedDestination

string

Hashed Destination

section

int

Section

SendMessage

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

Full endpoint: MovieStarPlanet.MobileServices.AMFPushNotifications.SendMessage

Argument count: 6

Return type: bool

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

message

string

Message

messageHash

string

Message Hash

hashedDestination

string

Hashed Destination

section

int

Section

chatId

string

Chat Id

SendMessage

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

Full endpoint: MovieStarPlanet.MobileServices.AMFPushNotifications.SendMessage

Argument count: 7

Return type: bool

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

message

string

Message

messageHash

string

Message Hash

hashedDestination

string

Hashed Destination

section

int

Section

chatId

string

Chat Id

groupChatName

string

Group Chat Name

UnregisterDevice

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

Full endpoint: MovieStarPlanet.MobileServices.AMFPushNotifications.UnregisterDevice

Argument count: 2

Return type: void

Request Body

Name
Type
Description

ticketHeader

TicketHeader

Ticket Header

unusedDeviceType

string

Unused Device Type

Last updated