AMFAwardService

RequestAnchorCharacterIntroductionAward

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

Full endpoint: MovieStarPlanet.WebService.AMFAwardService.RequestAnchorCharacterIntroductionAward

Argument count: 2

Return type: AmfServiceResultData

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

RequestIntroductionAward

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

Full endpoint: MovieStarPlanet.WebService.AMFAwardService.RequestIntroductionAward

Argument count: 2

Return type: AmfServiceResultData

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

awardActor

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

Full endpoint: MovieStarPlanet.WebService.AMFAwardService.awardActor

Argument count: 5

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

amount

int

Amount

type

int

Type

winSpendTypeInt

int

Win Spend Type Int

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

claimDailyAward

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

Full endpoint: MovieStarPlanet.WebService.AMFAwardService.claimDailyAward

Argument count: 4

Return type: WebService.AwardReturn

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

awardType

string

Award Type

amnt

int

Amnt

actorId

int

Actor Id

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

hasAnyDailyAwardLeft

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

Full endpoint: MovieStarPlanet.WebService.AMFAwardService.hasAnyDailyAwardLeft

Argument count: 3

Return type: bool

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

awardType

string

Award Type

actorId

int

Actor Id

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

Last updated