AMFMobileService

AddUserGamePoints

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

Full endpoint: MovieStarPlanet.WebService.AMFMobileService.AddUserGamePoints

Argument count: 3

Return type: AmfServiceResultData

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

userGamePoints

UserGamePointsParameter

User Game Points

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

ClaimAllLevelUpGifts

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

Full endpoint: MovieStarPlanet.WebService.AMFMobileService.ClaimAllLevelUpGifts

Argument count: 3

Return type: ServiceResultData<bool>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

levelUpGiftSelectId

int

Level Up Gift Select Id

colors

string[]

Colors

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

ClaimSingleLevelUpGift

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

Full endpoint: MovieStarPlanet.WebService.AMFMobileService.ClaimSingleLevelUpGift

Argument count: 4

Return type: ServiceResultData<bool>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

levelUpGiftSelectId

int

Level Up Gift Select Id

selection

int

Selection

color

string

Color

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

GetFriendsOnlineCheckList

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

Full endpoint: MovieStarPlanet.WebService.AMFMobileService.GetFriendsOnlineCheckList

Argument count: 2

Return type: IList<WebService.InitialLoginFriend>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

userId

int

User Id

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

GetLevelUpGiftSelects

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

Full endpoint: MovieStarPlanet.WebService.AMFMobileService.GetLevelUpGiftSelects

Argument count: 2

Return type: List<LevelUpGiftSelect>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

GetLevelUps

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

Full endpoint: MovieStarPlanet.WebService.AMFMobileService.GetLevelUps

Argument count: 1

Return type: List<LevelUp>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

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

GetUserGameStatusData

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

Full endpoint: MovieStarPlanet.WebService.AMFMobileService.GetUserGameStatusData

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

RequestAward

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

Full endpoint: MovieStarPlanet.WebService.AMFMobileService.RequestAward

Argument count: 3

Return type: ServiceResult

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

rewardData

RequestAwardDataParameter

Reward Data

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

SaveLevelUpGiftSelect

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

Full endpoint: MovieStarPlanet.WebService.AMFMobileService.SaveLevelUpGiftSelect

Argument count: 4

Return type: ServiceResultData<bool>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorID

int

Actor I D

actorLevel

int

Actor Level

giftNum

int

Gift Num

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

getFriendRequestCount

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

Full endpoint: MovieStarPlanet.WebService.AMFMobileService.getFriendRequestCount

Argument count: 2

Return type: int

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorid

int

Actorid

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

Last updated