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
ticket
TicketHeader
Ticket
actorId
int
Actor Id
categories
int[]
Categories
pageindex
int
Pageindex
pagesize
int
Pagesize
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
ticket
TicketHeader
Ticket
actorId
int
Actor Id
categories
int[]
Categories
lastItemId
int
Last Item Id
pagesize
int
Pagesize
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
ticket
TicketHeader
Ticket
actorId
int
Actor Id
clothesIds
int[]
Clothes Ids
pageindex
int
Pageindex
pagesize
int
Pagesize
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
ticket
TicketHeader
Ticket
actorId
int
Actor Id
Last updated