AMFFriendshipService

AcceptBoyfriend

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.AcceptBoyfriend

Argument count: 4

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

friendToAcceptId

int

Friend To Accept Id

friendTypeInt

int

Friend Type Int

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

AcceptMySpecialFriend

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.AcceptMySpecialFriend

Argument count: 2

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

args

AcceptToBeMySpecialFriendArgs

Args

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

ApproveDefaultAnchorFriendship

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.ApproveDefaultAnchorFriendship

Argument count: 2

Return type: bool

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

userId

int

User Id

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

ApproveFriendship

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.ApproveFriendship

Argument count: 3

Return type: string

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

userId

int

User Id

friendId

int

Friend Id

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

ApproveFriendshipNeb

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.ApproveFriendshipNeb

Argument count: 3

Return type: string

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

userId

int

User Id

friendProfileId

string

Friend Profile Id

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

AskToBeBoyFriend

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.AskToBeBoyFriend

Argument count: 4

Return type: bool

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

actorIdOfAsked

int

Actor Id Of Asked

friendTypeInt

int

Friend Type Int

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

AskToBeBoyFriendFromSchoolmate

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.AskToBeBoyFriendFromSchoolmate

Argument count: 4

Return type: bool

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

actorIdOfAsked

int

Actor Id Of Asked

friendTypeInt

int

Friend Type Int

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

AskToBeMySpecialFriend

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.AskToBeMySpecialFriend

Argument count: 2

Return type: bool

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

args

AskToBeMySpecialFriendArgs

Args

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

AskToBeMySpecialFriendFromSchoolmate

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.AskToBeMySpecialFriendFromSchoolmate

Argument count: 2

Return type: bool

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

args

AskToBeMySpecialFriendArgs

Args

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

BreakUp

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.BreakUp

Argument count: 4

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

friendId

int

Friend Id

friendTypeInt

int

Friend Type Int

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

DeleteFriendship

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.DeleteFriendship

Argument count: 3

Return type: List<int>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

userId

int

User Id

friendId

int

Friend Id

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

DeleteFriendshipNeb

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.DeleteFriendshipNeb

Argument count: 3

Return type: List<int>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

userId

int

User Id

friendProfileId

string

Friend Profile Id

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

FindUserForFriendBrowser

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.FindUserForFriendBrowser

Argument count: 6

Return type: WebService.PagedActorBrowseItemList

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

includeDeleted

bool

Include Deleted

searchString

string

Search String

pageindex

int

Pageindex

pagesize

int

Pagesize

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

GetActorSpecialSummary

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.GetActorSpecialSummary

Argument count: 3

Return type: ActorSpecialSummary

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

curUserActorId

int

Cur User Actor Id

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

GetBadges

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.GetBadges

Argument count: 2

Return type: Badges

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

GetFriendList

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.GetFriendList

Argument count: 2

Return type: List<int>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

userId

int

User Id

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

GetFriendListWithNameAndScore

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.GetFriendListWithNameAndScore

Argument count: 2

Return type: List<FriendData>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

userId

int

User Id

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

GetFriendShipStatus

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.GetFriendShipStatus

Argument count: 3

Return type: int

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

currentUserId

int

Current User Id

otherUserId

int

Other User Id

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

GetMspActorSpecialSummary

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.GetMspActorSpecialSummary

Argument count: 4

Return type: ActorSpecialSummary

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

curUserActorId

int

Cur User Actor Id

isFriend

bool

Is Friend

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

GetNebNonFriendStatus

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.GetNebNonFriendStatus

Argument count: 3

Return type: ActorSpecialSummary

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

profileId

string

Profile Id

curUserActorId

int

Cur User Actor Id

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

GetPagedFriendRequests

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.GetPagedFriendRequests

Argument count: 4

Return type: PagedFriendRequestList

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

pageindex

int

Pageindex

pagesize

int

Pagesize

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

GetPagedProfileTodos

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.GetPagedProfileTodos

Argument count: 4

Return type: PagedTodoList

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

pageindex

int

Pageindex

pagesize

int

Pagesize

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

GetProfileTodos

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.GetProfileTodos

Argument count: 2

Return type: Todo[]

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

GetProfileTodosCount

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.GetProfileTodosCount

Argument count: 2

Return type: int

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

GetSpecialRelationship

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.GetSpecialRelationship

Argument count: 2

Return type: RelationshipSummary

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

RejectBoyfriend

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.RejectBoyfriend

Argument count: 4

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

friendToRejectId

int

Friend To Reject Id

friendTypeInt

int

Friend Type Int

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

RejectFriendShip

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.RejectFriendShip

Argument count: 3

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

userId

int

User Id

friendId

int

Friend Id

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

RejectFriendShipNeb

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.RejectFriendShipNeb

Argument count: 3

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

userId

int

User Id

friendProfileId

string

Friend Profile Id

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

RejectMySpecialFriend

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.RejectMySpecialFriend

Argument count: 2

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

args

RejectToBeMySpecialFriendArgs

Args

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

RequestFriendship

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.RequestFriendship

Argument count: 4

Return type: bool

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

userId

int

User Id

friendId

int

Friend Id

message

string

Message

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

RequestFriendshipFromSchoolmate

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.RequestFriendshipFromSchoolmate

Argument count: 4

Return type: bool

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

userId

int

User Id

friendId

int

Friend Id

message

string

Message

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

RequestFriendshipNeb

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.RequestFriendshipNeb

Argument count: 3

Return type: bool

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

userId

int

User Id

friendProfileId

string

Friend Profile Id

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

SendInvitation

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.SendInvitation

Argument count: 4

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

email

string

Email

fromUserName

string

From User Name

queryparams

string

Queryparams

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

getRecentlyLoggedInThresholdHours

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

Full endpoint: MovieStarPlanet.WebService.Friendships.AMFFriendshipService.getRecentlyLoggedInThresholdHours

Argument count: 0

Return type: int

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

Last updated