WebService.AMFAdminService

GiveAutoWarning

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

Full endpoint: MovieStarPlanet.WebService.AMFAdminService.GiveAutoWarning

Argument count: 5

Return type: int

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

lockedText

string

Locked Text

loc

int

Loc

handledByActorid

int

Handled By Actorid

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

UpdateBehaviourStatusNew

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

Full endpoint: MovieStarPlanet.WebService.AMFAdminService.UpdateBehaviourStatusNew

Argument count: 6

Return type: int

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

behaviourStatus

int

Behaviour Status

lockedText

string

Locked Text

chatLogId

long

Chat Log Id

handledByActorid

int

Handled By Actorid

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

Last updated