AMFAwardingService

BuyDiamondRespin

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

Full endpoint: MovieStarPlanet.WebService.Awarding.AMFAwardingService.BuyDiamondRespin

Argument count: 1

Return type: BuyDiamondRespinResponse

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

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

GetWheelData

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

Full endpoint: MovieStarPlanet.WebService.Awarding.AMFAwardingService.GetWheelData

Argument count: 1

Return type: List<WheelData>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

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

RequestAnchorCharacterIntroductionAward

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

Full endpoint: MovieStarPlanet.WebService.Awarding.AMFAwardingService.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.Awarding.AMFAwardingService.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"
}

SpinWheel

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

Full endpoint: MovieStarPlanet.WebService.Awarding.AMFAwardingService.SpinWheel

Argument count: 2

Return type: SpinWheelResponse

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

wheelId

int

Wheel Id

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

claimAdvertAwardByCampaign

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

Full endpoint: MovieStarPlanet.WebService.Awarding.AMFAwardingService.claimAdvertAwardByCampaign

Argument count: 2

Return type: WebService.AwardReturn

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

campaignId

int

Campaign Id

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

claimAdvertViewAward

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

Full endpoint: MovieStarPlanet.WebService.Awarding.AMFAwardingService.claimAdvertViewAward

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"
}

claimDailyAward

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

Full endpoint: MovieStarPlanet.WebService.Awarding.AMFAwardingService.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"
}

countAwardsLeft

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

Full endpoint: MovieStarPlanet.WebService.Awarding.AMFAwardingService.countAwardsLeft

Argument count: 3

Return type: int[]

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

awardTypes

List<string>

Award Types

actorId

int

Actor Id

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

hasAllDailyAwardLeft

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

Full endpoint: MovieStarPlanet.WebService.Awarding.AMFAwardingService.hasAllDailyAwardLeft

Argument count: 3

Return type: bool

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

awardTypes

List<string>

Award Types

actorId

int

Actor Id

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

hasAnyDailyAwardLeft

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

Full endpoint: MovieStarPlanet.WebService.Awarding.AMFAwardingService.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"
}

hasSomeDailyAwardLeft

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

Full endpoint: MovieStarPlanet.WebService.Awarding.AMFAwardingService.hasSomeDailyAwardLeft

Argument count: 3

Return type: bool[]

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

awardTypes

List<string>

Award Types

actorId

int

Actor Id

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

Last updated