AMFBeautyClinicServiceMobile

BuyBeautyClinicItem

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

Full endpoint: MovieStarPlanet.WebService.BeautyClinic.AMFBeautyClinicServiceMobile.BuyBeautyClinicItem

Argument count: 6

Return type: int

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

partType

string

Part Type

id

int

Id

colors

string

Colors

wear

bool

Wear

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

BuyBeautyClinicItems

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

Full endpoint: MovieStarPlanet.WebService.BeautyClinic.AMFBeautyClinicServiceMobile.BuyBeautyClinicItems

Argument count: 11

Return type: ServiceResult

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

eyeId

int

Eye Id

eyeShadowId

int

Eye Shadow Id

noseId

int

Nose Id

mouthId

int

Mouth Id

eyeColors

string

Eye Colors

eyeShadowColors

string

Eye Shadow Colors

mouthColors

string

Mouth Colors

skinColor

string

Skin Color

removeEyeShadow

bool

Remove Eye Shadow

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

BuyManyBeautyClinicItems

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

Full endpoint: MovieStarPlanet.WebService.BeautyClinic.AMFBeautyClinicServiceMobile.BuyManyBeautyClinicItems

Argument count: 3

Return type: UiBeautyClinicItem[]

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

items

UiBeautyClinicItem[]

Items

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

GetMyBeautyClinicItems

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

Full endpoint: MovieStarPlanet.WebService.BeautyClinic.AMFBeautyClinicServiceMobile.GetMyBeautyClinicItems

Argument count: 2

Return type: BeautyClinicData

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

GetMyBeautyClinicItemsWithHiddenOption

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

Full endpoint: MovieStarPlanet.WebService.BeautyClinic.AMFBeautyClinicServiceMobile.GetMyBeautyClinicItemsWithHiddenOption

Argument count: 3

Return type: BeautyClinicData

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

includeHidden

bool

Include Hidden

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

LoadDataForBeautyClinic

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

Full endpoint: MovieStarPlanet.WebService.BeautyClinic.AMFBeautyClinicServiceMobile.LoadDataForBeautyClinic

Argument count: 0

Return type: MovieStarService.RegisterNewUserData

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

WearItem

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

Full endpoint: MovieStarPlanet.WebService.BeautyClinic.AMFBeautyClinicServiceMobile.WearItem

Argument count: 3

Return type: ServiceResult

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

inventoryId

int

Inventory Id

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

WearItems

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

Full endpoint: MovieStarPlanet.WebService.BeautyClinic.AMFBeautyClinicServiceMobile.WearItems

Argument count: 3

Return type: ServiceResult

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

items

int[]

Items

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

Last updated