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

Name
Type
Description

ticket

TicketHeader

Ticket

anchorCharacterId

int

Anchor Character Id

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

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

Name
Type
Description

ticket

TicketHeader

Ticket

anchorCharacterId

int

Anchor Character Id

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

CancelFriendship

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

Full endpoint: MovieStarPlanet.MobileServices.AnchorCharacter.AMFAnchorCharacterService.CancelFriendship

Argument count: 2

Return type: ServiceResult

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

anchorCharacterId

int

Anchor Character Id

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

GetAnchorCharacterList

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

Full endpoint: MovieStarPlanet.MobileServices.AnchorCharacter.AMFAnchorCharacterService.GetAnchorCharacterList

Argument count: 0

Return type: AnchorCharacterInfoVO[]

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

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

Name
Type
Description

ticket

TicketHeader

Ticket

anchorCharacterId

int

Anchor Character Id

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

UpdateLastInviteSent

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

Full endpoint: MovieStarPlanet.MobileServices.AnchorCharacter.AMFAnchorCharacterService.UpdateLastInviteSent

Argument count: 3

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

anchorCharacterId

int

Anchor Character Id

isReactivation

bool

Is Reactivation

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

UpdateLastStatusSeen

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

Full endpoint: MovieStarPlanet.MobileServices.AnchorCharacter.AMFAnchorCharacterService.UpdateLastStatusSeen

Argument count: 2

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

anchorCharacterId

int

Anchor Character Id

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

Last updated