AMFHowToEarnService

GetActiveItems

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

Full endpoint: MovieStarPlanet.WebService.HowToEarn.AMFHowToEarnService.GetActiveItems

Argument count: 3

Return type: HowToEarn[]

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

category

int

Category

row

int

Row

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

GetActiveItems

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

Full endpoint: MovieStarPlanet.WebService.HowToEarn.AMFHowToEarnService.GetActiveItems

Argument count: 2

Return type: HowToEarn[]

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

category

int

Category

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

Last updated