AMFDailyCompetitionService
IncrementSubmissionResets
POST
https://moviestarplanet.com/Gateway.aspx?method=IncrementSubmissionResets
Full endpoint: MovieStarPlanet.WebService.DailyCompetition.AMFDailyCompetitionService.IncrementSubmissionResets
Argument count: 1
Return type: void
Request Body
ticket
TicketHeader
Ticket
addToComp
POST
https://moviestarplanet.com/Gateway.aspx?method=addToComp
Full endpoint: MovieStarPlanet.WebService.DailyCompetition.AMFDailyCompetitionService.addToComp
Argument count: 4
Return type: int
Request Body
ticket
TicketHeader
Ticket
actorId
int
Actor Id
entityTypeId
int
Entity Type Id
entityId
int
Entity Id
canSubmit
POST
https://moviestarplanet.com/Gateway.aspx?method=canSubmit
Full endpoint: MovieStarPlanet.WebService.DailyCompetition.AMFDailyCompetitionService.canSubmit
Argument count: 2
Return type: bool
Request Body
actorId
int
Actor Id
entityTypeId
int
Entity Type Id
getRandomItem
POST
https://moviestarplanet.com/Gateway.aspx?method=getRandomItem
Full endpoint: MovieStarPlanet.WebService.DailyCompetition.AMFDailyCompetitionService.getRandomItem
Argument count: 2
Return type: DailyRateValueObject
Request Body
ticket
TicketHeader
Ticket
actorId
int
Actor Id
getTodaysTheme
POST
https://moviestarplanet.com/Gateway.aspx?method=getTodaysTheme
Full endpoint: MovieStarPlanet.WebService.DailyCompetition.AMFDailyCompetitionService.getTodaysTheme
Argument count: 0
Return type: DailyThemeValueObject
getVoteScore
POST
https://moviestarplanet.com/Gateway.aspx?method=getVoteScore
Full endpoint: MovieStarPlanet.WebService.DailyCompetition.AMFDailyCompetitionService.getVoteScore
Argument count: 1
Return type: DailyProgress
Request Body
actorId
int
Actor Id
voteFor
POST
https://moviestarplanet.com/Gateway.aspx?method=voteFor
Full endpoint: MovieStarPlanet.WebService.DailyCompetition.AMFDailyCompetitionService.voteFor
Argument count: 6
Return type: void
Request Body
ticket
TicketHeader
Ticket
voterId
int
Voter Id
entityTypeId
int
Entity Type Id
contestId
int
Contest Id
votedEntityId
int
Voted Entity Id
otherEntityId
int
Other Entity Id
Last updated