AMFNebulaService

GetProfileId

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

Full endpoint: MovieStarPlanet.WebService.Nebula.AMFNebulaService.GetProfileId

Argument count: 2

Return type: string

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

GetProfileIds

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

Full endpoint: MovieStarPlanet.WebService.Nebula.AMFNebulaService.GetProfileIds

Argument count: 2

Return type: Dictionary<int, string>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorIds

int[]

Actor Ids

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

GetProfiles

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

Full endpoint: MovieStarPlanet.WebService.Nebula.AMFNebulaService.GetProfiles

Argument count: 2

Return type: List<NebulaProfile>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

profileIds

string[]

Profile Ids

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

Login

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

Full endpoint: MovieStarPlanet.WebService.Nebula.AMFNebulaService.Login

Argument count: 2

Return type: WebService.NebulaLoginStatus

Request Body

Name
Type
Description

formData

Dictionary<string, string>

Form Data

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

Last updated