WebService.AMFSpendingService

BuyInstantPetGrow

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

Full endpoint: MovieStarPlanet.WebService.AMFSpendingService.BuyInstantPetGrow

Argument count: 3

Return type: ServiceResultData<int>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorID

int

Actor I D

actorClickItemId

int

Actor Click Item Id

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

GetSpecialsItems

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

Full endpoint: MovieStarPlanet.WebService.AMFSpendingService.GetSpecialsItems

Argument count: 0

Return type: List<SpecialsItem>

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

Last updated