Holiday.AMFHolidayService

GetReceivedChristmasPresents

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

Full endpoint: MovieStarPlanet.WebService.Holiday.AMFHolidayService.GetReceivedChristmasPresents

Argument count: 3

Return type: ServiceResultDataWithAwardedFame<List<ChristmasPresent>>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

day

int

Day

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

RequestChristmasPresent

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

Full endpoint: MovieStarPlanet.WebService.Holiday.AMFHolidayService.RequestChristmasPresent

Argument count: 4

Return type: ServiceResultDataWithAwardedFame<ChristmasPresent>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

day

int

Day

type

int

Type

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

Last updated