MobileServices.AMFSnapshotService
CreateSnapshot
POST
https://moviestarplanet.com/Gateway.aspx?method=CreateSnapshot
Full endpoint: MovieStarPlanet.MobileServices.AMFSnapshotService.CreateSnapshot
Argument count: 5
Return type: bool
Request Body
ticket
TicketHeader
Ticket
contentId
int
Content Id
contentType
string
Content Type
snapshot
byte[]
Snapshot
snapshotFormat
string
Snapshot Format
{
"Target": "/1/onResult",
"Response": "",
"Content": "Not implemented"
}
CreateSnapshot
POST
https://moviestarplanet.com/Gateway.aspx?method=CreateSnapshot
Full endpoint: MovieStarPlanet.MobileServices.AMFSnapshotService.CreateSnapshot
Argument count: 6
Return type: bool
Request Body
ticket
TicketHeader
Ticket
actorId
int
Actor Id
contentId
int
Content Id
contentType
string
Content Type
snapshot
byte[]
Snapshot
snapshotFormat
string
Snapshot Format
{
"Target": "/1/onResult",
"Response": "",
"Content": "Not implemented"
}
CreateSnapshotSmallAndBig
POST
https://moviestarplanet.com/Gateway.aspx?method=CreateSnapshotSmallAndBig
Full endpoint: MovieStarPlanet.MobileServices.AMFSnapshotService.CreateSnapshotSmallAndBig
Argument count: 7
Return type: bool
Request Body
ticket
TicketHeader
Ticket
contentId
int
Content Id
contentTypeSmall
string
Content Type Small
contentTypeBig
string
Content Type Big
snapshotSmall
byte[]
Snapshot Small
snapshotBig
byte[]
Snapshot Big
snapshotFormat
string
Snapshot Format
{
"Target": "/1/onResult",
"Response": "",
"Content": "Not implemented"
}
Last updated