AMFCommonService

ActorHasLiked

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

Full endpoint: MovieStarPlanet.WebService.AMFCommonService.ActorHasLiked

Argument count: 4

Return type: bool

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

ActorId

int

Actor Id

EntityType

string

Entity Type

EntityId

int

Entity Id

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

LikeAdd

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

Full endpoint: MovieStarPlanet.WebService.AMFCommonService.LikeAdd

Argument count: 5

Return type: LikeAddResult

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

EntityType

string

Entity Type

EntityId

int

Entity Id

ActorId

int

Actor Id

ReceiverId

int

Receiver Id

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

LogChat

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

Full endpoint: MovieStarPlanet.WebService.AMFCommonService.LogChat

Argument count: 4

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

roomId

int

Room Id

actorId

int

Actor Id

message

string

Message

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

LogChat

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

Full endpoint: MovieStarPlanet.WebService.AMFCommonService.LogChat

Argument count: 5

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorIdTo

int

Actor Id To

actorIdFrom

int

Actor Id From

message

string

Message

destinationType

int

Destination Type

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

LogInput

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

Full endpoint: MovieStarPlanet.WebService.AMFCommonService.LogInput

Argument count: 6

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

roomId

int

Room Id

actorId

int

Actor Id

roomInstanceId

int

Room Instance Id

message

string

Message

destinationType

int

Destination Type

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

getNowAsString

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

Full endpoint: MovieStarPlanet.WebService.AMFCommonService.getNowAsString

Argument count: 0

Return type: string

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

Last updated