AMFActorClothes

GetActorClothesByCategories

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

Full endpoint: MovieStarPlanet.WebService.ActorClothes.AMFActorClothes.GetActorClothesByCategories

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

GetActorClothesByCategoriesByLastItemId

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

Full endpoint: MovieStarPlanet.WebService.ActorClothes.AMFActorClothes.GetActorClothesByCategoriesByLastItemId

Argument count: 5

Return type: WebService.PagerResult<ActorClothesRel>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

categories

int[]

Categories

lastItemId

int

Last Item Id

pagesize

int

Pagesize

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

GetActorClothesByClothesIds

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

Full endpoint: MovieStarPlanet.WebService.ActorClothes.AMFActorClothes.GetActorClothesByClothesIds

Argument count: 5

Return type: WebService.PagerResult<ActorClothesRel>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

clothesIds

int[]

Clothes Ids

pageindex

int

Pageindex

pagesize

int

Pagesize

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

GetActorClothesRelMinimals

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

Full endpoint: MovieStarPlanet.WebService.ActorClothes.AMFActorClothes.GetActorClothesRelMinimals

Argument count: 2

Return type: List<ActorClothesRelMinimal>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

Last updated