AMFAwardService
RequestAnchorCharacterIntroductionAward
POST
https://moviestarplanet.com/Gateway.aspx?method=RequestAnchorCharacterIntroductionAward
Full endpoint: MovieStarPlanet.WebService.AMFAwardService.RequestAnchorCharacterIntroductionAward
Argument count: 2
Return type: AmfServiceResultData
Request Body
ticket
TicketHeader
Ticket
actorId
int
Actor Id
RequestIntroductionAward
POST
https://moviestarplanet.com/Gateway.aspx?method=RequestIntroductionAward
Full endpoint: MovieStarPlanet.WebService.AMFAwardService.RequestIntroductionAward
Argument count: 2
Return type: AmfServiceResultData
Request Body
ticket
TicketHeader
Ticket
actorId
int
Actor Id
awardActor
POST
https://moviestarplanet.com/Gateway.aspx?method=awardActor
Full endpoint: MovieStarPlanet.WebService.AMFAwardService.awardActor
Argument count: 5
Return type: void
Request Body
ticket
TicketHeader
Ticket
actorId
int
Actor Id
amount
int
Amount
type
int
Type
winSpendTypeInt
int
Win Spend Type Int
claimDailyAward
POST
https://moviestarplanet.com/Gateway.aspx?method=claimDailyAward
Full endpoint: MovieStarPlanet.WebService.AMFAwardService.claimDailyAward
Argument count: 4
Return type: WebService.AwardReturn
Request Body
ticket
TicketHeader
Ticket
awardType
string
Award Type
amnt
int
Amnt
actorId
int
Actor Id
hasAnyDailyAwardLeft
POST
https://moviestarplanet.com/Gateway.aspx?method=hasAnyDailyAwardLeft
Full endpoint: MovieStarPlanet.WebService.AMFAwardService.hasAnyDailyAwardLeft
Argument count: 3
Return type: bool
Request Body
ticket
TicketHeader
Ticket
awardType
string
Award Type
actorId
int
Actor Id
Last updated