AMFShopContentServiceForMobile

GetAnimationsByCategory

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

Full endpoint: MovieStarPlanet.WebService.AMFShopContentServiceForMobile.GetAnimationsByCategory

Argument count: 5

Return type: WebService.PagerResult<ActorAnimationPair>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorid

int

Actorid

categoryid

int

Categoryid

pageindex

int

Pageindex

pagesize

int

Pagesize

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

GetAnimationsByType

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

Full endpoint: MovieStarPlanet.WebService.AMFShopContentServiceForMobile.GetAnimationsByType

Argument count: 5

Return type: WebService.PagerResult<ActorAnimationPair>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorid

int

Actorid

type

int

Type

pageindex

int

Pageindex

pagesize

int

Pagesize

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

GetClothesByCategory

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

Full endpoint: MovieStarPlanet.WebService.AMFShopContentServiceForMobile.GetClothesByCategory

Argument count: 5

Return type: WebService.PagerResult<Cloth>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

skinId

int

Skin Id

categoryId

int

Category Id

pageIndex

int

Page Index

pageSize

int

Page Size

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

GetClothesByCategoryWithSubCategory

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

Full endpoint: MovieStarPlanet.WebService.AMFShopContentServiceForMobile.GetClothesByCategoryWithSubCategory

Argument count: 6

Return type: WebService.PagerResult<Cloth>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

skinId

int

Skin Id

categoryId

int

Category Id

tagId

int

Tag Id

pageindex

int

Pageindex

pagesize

int

Pagesize

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

GetClothesFromNewestClothesSection

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

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

GetClothesFromNewestClothesSectionByThemeId

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

Full endpoint: MovieStarPlanet.WebService.AMFShopContentServiceForMobile.GetClothesFromNewestClothesSectionByThemeId

Argument count: 3

Return type: ShopContentService.GetClothesFromNewestClothesSectionReturnType

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

themeId

int

Theme Id

skinId

int

Skin Id

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

GetItemsByCategory

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

Full endpoint: MovieStarPlanet.WebService.AMFShopContentServiceForMobile.GetItemsByCategory

Argument count: 4

Return type: WebService.PagerResult<Cloth>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

categoryId

int

Category Id

pageIndex

int

Page Index

pageSize

int

Page Size

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

GetItemsFromNewestItemsSection

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

Full endpoint: MovieStarPlanet.WebService.AMFShopContentServiceForMobile.GetItemsFromNewestItemsSection

Argument count: 3

Return type: ShopContentService.GetItemsFromNewestItemsSectionReturnType

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

pageIndex

int

Page Index

pageSize

int

Page Size

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

GetItemsFromNewestItemsSectionByThemeId

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

Full endpoint: MovieStarPlanet.WebService.AMFShopContentServiceForMobile.GetItemsFromNewestItemsSectionByThemeId

Argument count: 2

Return type: ShopContentService.GetItemsFromNewestItemsSectionReturnType

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

themeId

int

Theme Id

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

Last updated