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

Name
Type
Description

ticket

TicketHeader

Ticket

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

addToComp

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

Full endpoint: MovieStarPlanet.WebService.DailyCompetition.AMFDailyCompetitionService.addToComp

Argument count: 4

Return type: int

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

entityTypeId

int

Entity Type Id

entityId

int

Entity Id

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

canSubmit

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

Full endpoint: MovieStarPlanet.WebService.DailyCompetition.AMFDailyCompetitionService.canSubmit

Argument count: 2

Return type: bool

Request Body

Name
Type
Description

actorId

int

Actor Id

entityTypeId

int

Entity Type Id

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

getRandomItem

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

Full endpoint: MovieStarPlanet.WebService.DailyCompetition.AMFDailyCompetitionService.getRandomItem

Argument count: 2

Return type: DailyRateValueObject

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

getTodaysTheme

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

Full endpoint: MovieStarPlanet.WebService.DailyCompetition.AMFDailyCompetitionService.getTodaysTheme

Argument count: 0

Return type: DailyThemeValueObject

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

getVoteScore

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

Full endpoint: MovieStarPlanet.WebService.DailyCompetition.AMFDailyCompetitionService.getVoteScore

Argument count: 1

Return type: DailyProgress

Request Body

Name
Type
Description

actorId

int

Actor Id

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

voteFor

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

Full endpoint: MovieStarPlanet.WebService.DailyCompetition.AMFDailyCompetitionService.voteFor

Argument count: 6

Return type: void

Request Body

Name
Type
Description

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

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

Last updated