AMFAnchorCharacterService
AcceptFriendship
POST
https://moviestarplanet.com/Gateway.aspx?method=AcceptFriendship
Full endpoint: MovieStarPlanet.MobileServices.AnchorCharacter.AMFAnchorCharacterService.AcceptFriendship
Argument count: 2
Return type: ServiceResultData<AwardingInfo[]>
Request Body
ticket
TicketHeader
Ticket
anchorCharacterId
int
Anchor Character Id
AcceptGifts
POST
https://moviestarplanet.com/Gateway.aspx?method=AcceptGifts
Full endpoint: MovieStarPlanet.MobileServices.AnchorCharacter.AMFAnchorCharacterService.AcceptGifts
Argument count: 2
Return type: ServiceResultData<AwardingInfo[]>
Request Body
ticket
TicketHeader
Ticket
anchorCharacterId
int
Anchor Character Id
CancelFriendship
POST
https://moviestarplanet.com/Gateway.aspx?method=CancelFriendship
Full endpoint: MovieStarPlanet.MobileServices.AnchorCharacter.AMFAnchorCharacterService.CancelFriendship
Argument count: 2
Return type: ServiceResult
Request Body
ticket
TicketHeader
Ticket
anchorCharacterId
int
Anchor Character Id
GetAnchorCharacterList
POST
https://moviestarplanet.com/Gateway.aspx?method=GetAnchorCharacterList
Full endpoint: MovieStarPlanet.MobileServices.AnchorCharacter.AMFAnchorCharacterService.GetAnchorCharacterList
Argument count: 0
Return type: AnchorCharacterInfoVO[]
RequestFriendship
POST
https://moviestarplanet.com/Gateway.aspx?method=RequestFriendship
Full endpoint: MovieStarPlanet.MobileServices.AnchorCharacter.AMFAnchorCharacterService.RequestFriendship
Argument count: 2
Return type: ServiceResultData<AwardingInfo[]>
Request Body
ticket
TicketHeader
Ticket
anchorCharacterId
int
Anchor Character Id
UpdateLastInviteSent
POST
https://moviestarplanet.com/Gateway.aspx?method=UpdateLastInviteSent
Full endpoint: MovieStarPlanet.MobileServices.AnchorCharacter.AMFAnchorCharacterService.UpdateLastInviteSent
Argument count: 3
Return type: void
Request Body
ticket
TicketHeader
Ticket
anchorCharacterId
int
Anchor Character Id
isReactivation
bool
Is Reactivation
UpdateLastStatusSeen
POST
https://moviestarplanet.com/Gateway.aspx?method=UpdateLastStatusSeen
Full endpoint: MovieStarPlanet.MobileServices.AnchorCharacter.AMFAnchorCharacterService.UpdateLastStatusSeen
Argument count: 2
Return type: void
Request Body
ticket
TicketHeader
Ticket
anchorCharacterId
int
Anchor Character Id
Last updated