AMFActorService

ApproveFriendship

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.ApproveFriendship

Argument count: 3

Return type: string

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

userId

int

User Id

friendId

int

Friend Id

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

BlockActor

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.BlockActor

Argument count: 3

Return type: int

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

blockerActorId

int

Blocker Actor Id

blockedActorId

int

Blocked Actor Id

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

BlockActorNeb

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.BlockActorNeb

Argument count: 3

Return type: int

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

blockerActorId

int

Blocker Actor Id

blockedProfileId

string

Blocked Profile Id

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

BulkLoadActors

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.BulkLoadActors

Argument count: 2

Return type: List<Actor>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorIds

List<int>

Actor Ids

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

BuyClothesNew

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.BuyClothesNew

Argument count: 3

Return type: ServiceResultData<WebService.BuyClothesResponse>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

items

List<ActorClothesRel2>

Items

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

CreateNewUserWithSecureSnapshot

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.CreateNewUserWithSecureSnapshot

Argument count: 6

Return type: CreateNewUserStatusWithTicket

Request Body

Name
Type
Description

newActor

NewActorCreationData

New Actor

checksum

string

Checksum

store

int

Store

deviceId

string

Device Id

snapshotSmall

byte[]

Snapshot Small

snapshotBig

byte[]

Snapshot Big

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

DeleteFriendship

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.DeleteFriendship

Argument count: 3

Return type: List<int>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

userId

int

User Id

friendId

int

Friend Id

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

GetActorClothesByCategories

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.GetActorClothesByCategories

Argument count: 3

Return type: List<ActorClothesRel>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

categories

int[]

Categories

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

GetActorIdByName

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.GetActorIdByName

Argument count: 1

Return type: int

Request Body

Name
Type
Description

name

string

Name

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

GetActorProps

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.GetActorProps

Argument count: 2

Return type: ActorClothesRel[]

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

GetActorZooItems

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.GetActorZooItems

Argument count: 2

Return type: ActorClothesRel[]

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

GetClothesFromNewestClothesSection

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.GetClothesFromNewestClothesSection

Argument count: 4

Return type: ShopContentService.GetClothesFromNewestClothesSectionReturnType

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

skinId

int

Skin Id

pageIndex

int

Page Index

pageSize

int

Page Size

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

GetPagedActorClothesByCategories

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.GetPagedActorClothesByCategories

Argument count: 5

Return type: WebService.PagerResult<ActorClothesRel>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

categories

int[]

Categories

pageindex

int

Pageindex

pagesize

int

Pagesize

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

GetPagedClothByCategoryGroups

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.GetPagedClothByCategoryGroups

Argument count: 3

Return type: List<List<AMFActorService.ClothesWrapper>>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

skinId

int

Skin Id

categoryGroupsPages

CategoryGroupPage[]

Category Groups Pages

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

GetPagedClothByCategoryGroups_14

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.GetPagedClothByCategoryGroups_14

Argument count: 3

Return type: List<List<Cloth>>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

skinId

int

Skin Id

categoryGroupsPages

CategoryGroupPage[]

Category Groups Pages

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

GetPostLoginBundle

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.GetPostLoginBundle

Argument count: 2

Return type: PostLoginData

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

GetTwitActivitiesForFriends

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.GetTwitActivitiesForFriends

Argument count: 4

Return type: PagedActivityList

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

pageindex

int

Pageindex

pagesize

int

Pagesize

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

GetWallActivitiesForActor

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.GetWallActivitiesForActor

Argument count: 5

Return type: PagedActivityList

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

type

int

Type

pageindex

int

Pageindex

pagesize

int

Pagesize

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

GiveAutograph

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.GiveAutograph

Argument count: 3

Return type: int

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

senderActorId

int

Sender Actor Id

receiverActorId

int

Receiver Actor Id

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

GiveAutographAndCalculateTimestamp

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.GiveAutographAndCalculateTimestamp

Argument count: 3

Return type: AutographResponseVO

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

senderActorId

int

Sender Actor Id

receiverActorId

int

Receiver Actor Id

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

GiveAutographAndCalculateTimestampNeb

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.GiveAutographAndCalculateTimestampNeb

Argument count: 3

Return type: AutographResponseVO

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

senderActorId

int

Sender Actor Id

receiverProfileId

string

Receiver Profile Id

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

GiveAutographNeb

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.GiveAutographNeb

Argument count: 3

Return type: int

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

senderActorId

int

Sender Actor Id

receiverProfileId

string

Receiver Profile Id

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

IsActorNameUsed

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.IsActorNameUsed

Argument count: 1

Return type: bool

Request Body

Name
Type
Description

name

string

Name

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

IsNameBlocked

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.IsNameBlocked

Argument count: 1

Return type: bool

Request Body

Name
Type
Description

name

string

Name

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

LoadActorDetails

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.LoadActorDetails

Argument count: 3

Return type: ActorDetails

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

upateProfileDisplayCount

bool

Upate Profile Display Count

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

LoadActorDetailsExtended

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.LoadActorDetailsExtended

Argument count: 2

Return type: ActorDetailsExtended

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

LoadActorItems

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.LoadActorItems

Argument count: 2

Return type: ActorClothesRel[]

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

LoadActorWithCurrentClothesAndSpritesheet

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.LoadActorWithCurrentClothesAndSpritesheet

Argument count: 1

Return type: MovieStarService.ActorWithSpritesheetVersion

Request Body

Name
Type
Description

actorId

int

Actor Id

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

LoadActorWithCurrentClothesBasicDataOnlyRevised

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.LoadActorWithCurrentClothesBasicDataOnlyRevised

Argument count: 2

Return type: Actor

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

LoadActorsVipDetails

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.LoadActorsVipDetails

Argument count: 1

Return type: Dictionary<int, VipInfo>

Request Body

Name
Type
Description

actorIds

List<int>

Actor Ids

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

LoadBlockedAndBlockingActors

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.LoadBlockedAndBlockingActors

Argument count: 2

Return type: WebService.BlockedAndBlockingActorsResult

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

LoadBlockedAndBlockingActorsNeb

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.LoadBlockedAndBlockingActorsNeb

Argument count: 2

Return type: WebService.BlockedAndBlockingProfilesResult

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

LoadModeratorInformation

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.LoadModeratorInformation

Argument count: 2

Return type: SecurityObject<ModInfo>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

LoadMood

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.LoadMood

Argument count: 1

Return type: Mood

Request Body

Name
Type
Description

actorId

int

Actor Id

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

LoadMovieStarListRevised

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.LoadMovieStarListRevised

Argument count: 2

Return type: Actor[]

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorIds

int[]

Actor Ids

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

LockOutUser

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.LockOutUser

Argument count: 6

Return type: int

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

numberOfDays

int

Number Of Days

lockedText

string

Locked Text

chatLogId

long

Chat Log Id

handledByActorId

int

Handled By Actor Id

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

ModerationSearchActorByName

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.ModerationSearchActorByName

Argument count: 4

Return type: ActorSearchItem[]

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

searchString

string

Search String

pageIndex

int

Page Index

pageSize

int

Page Size

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

ModerationSearchMassDeleteActorByName

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.ModerationSearchMassDeleteActorByName

Argument count: 4

Return type: ActorSearchItem[]

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

searchString

string

Search String

pageIndex

int

Page Index

pageSize

int

Page Size

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

PickupGuidePresent

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.PickupGuidePresent

Argument count: 4

Return type: ServiceResultData<AwardAmount>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

type

int

Type

index

int

Index

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

RejectFriendShip

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.RejectFriendShip

Argument count: 3

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

userId

int

User Id

friendId

int

Friend Id

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

ReportActor

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.ReportActor

Argument count: 2

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

report

Report

Report

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

ReportTabletAndroidConversion

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.ReportTabletAndroidConversion

Argument count: 3

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

deviceId

string

Device Id

conversionType

string

Conversion Type

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

ReportTabletIOSConversion

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.ReportTabletIOSConversion

Argument count: 3

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

idfa

string

Idfa

conversionType

string

Conversion Type

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

RequestFriendship

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.RequestFriendship

Argument count: 3

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

userId

int

User Id

friendId

int

Friend Id

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

RequestMobileStartupReward

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.RequestMobileStartupReward

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

SaveAlertWordsCount

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.SaveAlertWordsCount

Argument count: 3

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorID

int

Actor I D

alertWords

AlertWordCounter[]

Alert Words

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

SaveBirthInfoWithTicket

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.SaveBirthInfoWithTicket

Argument count: 3

Return type: int

Request Body

Name
Type
Description

ticket

string

Ticket

month

short

Month

year

short

Year

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

SearchActorByName

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.SearchActorByName

Argument count: 3

Return type: ActorSearchItem[]

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

searchString

string

Search String

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

SearchActorByNameNeb

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.SearchActorByNameNeb

Argument count: 3

Return type: ActorSearchItem[]

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

searchString

string

Search String

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

SearchActorByNameWithRequestStatus

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.SearchActorByNameWithRequestStatus

Argument count: 3

Return type: ActorSearchItem[]

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

searchString

string

Search String

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

SetColorOnActorItemNew

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.SetColorOnActorItemNew

Argument count: 6

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

ids

int[]

Ids

categories

int[]

Categories

isFaceparts

bool[]

Is Faceparts

colors

string[]

Colors

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

SetMoodWithModerationCall

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.SetMoodWithModerationCall

Argument count: 5

Return type: ModerationCallResponse

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

mood

Mood

Mood

actorName

string

Actor Name

colorCode

uint

Color Code

isRestrictedUser

bool

Is Restricted User

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

SubmitMobileStartupReward

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.SubmitMobileStartupReward

Argument count: 4

Return type: AmfServiceResultData

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

ActorId

int

Actor Id

Type

int

Type

Param

int

Param

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

ThirdPartyLoginMobile

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.ThirdPartyLoginMobile

Argument count: 8

Return type: AMFActorService.AMFLoginResult

Request Body

Name
Type
Description

newActor

NewActorCreationData

New Actor

fullSizeSnapshot

byte[]

Full Size Snapshot

moviestarSnapshot

byte[]

Moviestar Snapshot

username

string

Username

password

string

Password

appVersion

string

App Version

store

int

Store

deviceId

string

Device Id

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

ThirdPartySaveAvatar

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.ThirdPartySaveAvatar

Argument count: 5

Return type: string

Request Body

Name
Type
Description

newActor

NewActorCreationData

New Actor

fullSizeSnapshot

byte[]

Full Size Snapshot

moviestarSnapshot

byte[]

Moviestar Snapshot

username

string

Username

password

string

Password

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

ThirdPartySaveAvatar

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.ThirdPartySaveAvatar

Argument count: 3

Return type: string

Request Body

Name
Type
Description

newActor

NewActorCreationData

New Actor

username

string

Username

password

string

Password

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

UnblockActor

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.UnblockActor

Argument count: 3

Return type: int

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

blockerActorId

int

Blocker Actor Id

blockedActorId

int

Blocked Actor Id

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

UnblockActorNeb

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.UnblockActorNeb

Argument count: 3

Return type: int

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

blockerActorId

int

Blocker Actor Id

blockedProfileId

string

Blocked Profile Id

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

UpdateClothes

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.UpdateClothes

Argument count: 3

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

actorClothesRelIds

List<int>

Actor Clothes Rel Ids

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

UpdateClothesNew

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.UpdateClothesNew

Argument count: 3

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

newWearingItems

List<ActorClothesRel2>

New Wearing Items

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

ValidateCaptcha

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.ValidateCaptcha

Argument count: 1

Return type: bool

Request Body

Name
Type
Description

captcha

string

Captcha

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

ValidateCaptcha

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.ValidateCaptcha

Argument count: 2

Return type: bool

Request Body

Name
Type
Description

captcha

string

Captcha

username

string

Username

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

fameOverhaul

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.fameOverhaul

Argument count: 2

Return type: bool

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

getWallActivitiesForActor

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.getWallActivitiesForActor

Argument count: 5

Return type: PagedActivityList

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

type

int

Type

pageindex

int

Pageindex

pagesize

int

Pagesize

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

login

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.login

Argument count: 2

Return type: AMFActorService.AMFLoginResult

Request Body

Name
Type
Description

username

string

Username

password

string

Password

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

loginMobile

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.loginMobile

Argument count: 3

Return type: AMFActorService.AMFLoginResult

Request Body

Name
Type
Description

username

string

Username

password

string

Password

appVersion

string

App Version

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

loginMobile

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.loginMobile

Argument count: 4

Return type: AMFActorService.AMFLoginResult

Request Body

Name
Type
Description

username

string

Username

password

string

Password

appVersion

string

App Version

store

int

Store

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

loginMobile

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.loginMobile

Argument count: 5

Return type: AMFActorService.AMFLoginResult

Request Body

Name
Type
Description

username

string

Username

password

string

Password

appVersion

string

App Version

store

int

Store

deviceId

string

Device Id

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

loginMobile

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.loginMobile

Argument count: 6

Return type: AMFActorService.AMFLoginResult

Request Body

Name
Type
Description

username

string

Username

password

string

Password

appVersion

string

App Version

store

int

Store

deviceId

string

Device Id

dfp

string

Dfp

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

loginMobile

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.loginMobile

Argument count: 7

Return type: AMFActorService.AMFLoginResult

Request Body

Name
Type
Description

username

string

Username

password

string

Password

profileId

string

Profile Id

appVersion

string

App Version

store

int

Store

deviceId

string

Device Id

dfp

string

Dfp

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

resetPassword

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.resetPassword

Argument count: 2

Return type: ServiceResult

Request Body

Name
Type
Description

requestTicket

string

Request Ticket

newPassword

string

New Password

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

sendPasswordResetRequest

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

Full endpoint: MovieStarPlanet.WebService.AMFActorService.sendPasswordResetRequest

Argument count: 2

Return type: ServiceResult

Request Body

Name
Type
Description

username

string

Username

email

string

Email

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

Last updated