AMFLoggingService

ClientLog

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

Full endpoint: MovieStarPlanet.WebService.Logging.AMFLoggingService.ClientLog

Argument count: 3

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

logType

string

Log Type

msg

string

Msg

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

LogAMFCallError

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

Full endpoint: MovieStarPlanet.WebService.Logging.AMFLoggingService.LogAMFCallError

Argument count: 2

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

errorMessage

string

Error Message

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

LogClient

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

Full endpoint: MovieStarPlanet.WebService.Logging.AMFLoggingService.LogClient

Argument count: 2

Return type: void

Request Body

Name
Type
Description

level

string

Level

data

string

Data

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

Last updated