MovieService.AMFMovieService

CommentMovie

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

Full endpoint: MovieStarPlanet.WebService.MovieService.AMFMovieService.CommentMovie

Argument count: 2

Return type: int

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

rateMovie

RateMovie

Rate Movie

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

CreateMovie

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

Full endpoint: MovieStarPlanet.WebService.MovieService.AMFMovieService.CreateMovie

Argument count: 7

Return type: AMFMovieService.SaveMovieReturnValue

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

name

string

Name

isPublic

bool

Is Public

complexity

int

Complexity

actorClothesData

byte[]

Actor Clothes Data

movieData

byte[]

Movie Data

participantActorIds

int[]

Participant Actor Ids

CreateMovieWithSnapshot

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

Full endpoint: MovieStarPlanet.WebService.MovieService.AMFMovieService.CreateMovieWithSnapshot

Argument count: 9

Return type: AMFMovieService.SaveMovieReturnValue

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

unvalidatedName

string

Unvalidated Name

isPublic

bool

Is Public

complexity

int

Complexity

actorClothesData

byte[]

Actor Clothes Data

movieData

byte[]

Movie Data

participantActorIds

int[]

Participant Actor Ids

snapshotSmall

byte[]

Snapshot Small

snapshotBig

byte[]

Snapshot Big

DeleteMovie

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

Full endpoint: MovieStarPlanet.WebService.MovieService.AMFMovieService.DeleteMovie

Argument count: 3

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

movieId

int

Movie Id

actorId

int

Actor Id

DeleteMovieComment

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

Full endpoint: MovieStarPlanet.WebService.MovieService.AMFMovieService.DeleteMovieComment

Argument count: 3

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

movieId

int

Movie Id

movieCommentId

int

Movie Comment Id

GetActorMovieCount

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

Full endpoint: MovieStarPlanet.WebService.MovieService.AMFMovieService.GetActorMovieCount

Argument count: 1

Return type: int

Request Body

Name
Type
Description

actorId

int

Actor Id

GetAutoSavedMovieId

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

Full endpoint: MovieStarPlanet.WebService.MovieService.AMFMovieService.GetAutoSavedMovieId

Argument count: 2

Return type: int

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

GetMovieByGuid

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

Full endpoint: MovieStarPlanet.WebService.MovieService.AMFMovieService.GetMovieByGuid

Argument count: 1

Return type: Movie

Request Body

Name
Type
Description

movieGuid

string

Movie Guid

GetMovieById

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

Full endpoint: MovieStarPlanet.WebService.MovieService.AMFMovieService.GetMovieById

Argument count: 2

Return type: Movie

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

movieId

int

Movie Id

GetMovieListForActor

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

Full endpoint: MovieStarPlanet.WebService.MovieService.AMFMovieService.GetMovieListForActor

Argument count: 5

Return type: PagedMovieList

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

type

int

Type

pageIndex

int

Page Index

pageSize

int

Page Size

GetMovieRatings

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

Full endpoint: MovieStarPlanet.WebService.MovieService.AMFMovieService.GetMovieRatings

Argument count: 4

Return type: PagedMovieReviewList

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

movieId

int

Movie Id

pageIndex

int

Page Index

pageSize

int

Page Size

MovieWatched

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

Full endpoint: MovieStarPlanet.WebService.MovieService.AMFMovieService.MovieWatched

Argument count: 3

Return type: WatchMovieReturnValue

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

movieId

int

Movie Id

actorId

int

Actor Id

PublishMovie

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

Full endpoint: MovieStarPlanet.WebService.MovieService.AMFMovieService.PublishMovie

Argument count: 2

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

movieId

int

Movie Id

RateMovie

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

Full endpoint: MovieStarPlanet.WebService.MovieService.AMFMovieService.RateMovie

Argument count: 2

Return type: AMFMovieService.RateMovieReturnValue

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

rateMovie

RateMovie

Rate Movie

SaveMovie

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

Full endpoint: MovieStarPlanet.WebService.MovieService.AMFMovieService.SaveMovie

Argument count: 2

Return type: AMFMovieService.SaveMovieReturnValue

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

movie

Movie

Movie

SaveMovieWithSnapshot

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

Full endpoint: MovieStarPlanet.WebService.MovieService.AMFMovieService.SaveMovieWithSnapshot

Argument count: 4

Return type: AMFMovieService.SaveMovieReturnValue

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

movie

Movie

Movie

snapshotSmall

byte[]

Snapshot Small

snapshotBig

byte[]

Snapshot Big

SearchMovie

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

Full endpoint: MovieStarPlanet.WebService.MovieService.AMFMovieService.SearchMovie

Argument count: 4

Return type: PagedMovieList

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

searchString

string

Search String

pageIndex

int

Page Index

pageSize

int

Page Size

SendMovieAsMail

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

Full endpoint: MovieStarPlanet.WebService.MovieService.AMFMovieService.SendMovieAsMail

Argument count: 3

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

movieId

int

Movie Id

email

string

Email

UpdateMovie

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

Full endpoint: MovieStarPlanet.WebService.MovieService.AMFMovieService.UpdateMovie

Argument count: 8

Return type: AMFMovieService.SaveMovieReturnValue

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

movieId

int

Movie Id

name

string

Name

isPublic

bool

Is Public

complexity

int

Complexity

actorClothesData

byte[]

Actor Clothes Data

movieData

byte[]

Movie Data

participantActorIds

int[]

Participant Actor Ids

UpdateMovieWithSnapshot

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

Full endpoint: MovieStarPlanet.WebService.MovieService.AMFMovieService.UpdateMovieWithSnapshot

Argument count: 10

Return type: AMFMovieService.SaveMovieReturnValue

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

movieId

int

Movie Id

name

string

Name

isPublic

bool

Is Public

complexity

int

Complexity

actorClothesData

byte[]

Actor Clothes Data

movieData

byte[]

Movie Data

participantActorIds

int[]

Participant Actor Ids

snapshotSmall

byte[]

Snapshot Small

snapshotBig

byte[]

Snapshot Big

getCulture

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

Full endpoint: MovieStarPlanet.WebService.MovieService.AMFMovieService.getCulture

Argument count: 0

Return type: CultureInfo

getDomainWithProtocol

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

Full endpoint: MovieStarPlanet.WebService.MovieService.AMFMovieService.getDomainWithProtocol

Argument count: 0

Return type: string

Last updated