AMFParentalConsentService

GetActorParentalConsent

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

Full endpoint: MovieStarPlanet.WebService.ParentalConsent.AMFParentalConsentService.GetActorParentalConsent

Argument count: 2

Return type: ActorParentalConsent

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

GetUserType

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

Full endpoint: MovieStarPlanet.WebService.ParentalConsent.AMFParentalConsentService.GetUserType

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"
}

GrantParentalConsent

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

Full endpoint: MovieStarPlanet.WebService.ParentalConsent.AMFParentalConsentService.GrantParentalConsent

Argument count: 2

Return type: int

Request Body

Name
Type
Description

actorId

int

Actor Id

parentalConsentConfirmCode

string

Parental Consent Confirm Code

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

HasVisibleParentalConsentCode

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

Full endpoint: MovieStarPlanet.WebService.ParentalConsent.AMFParentalConsentService.HasVisibleParentalConsentCode

Argument count: 2

Return type: bool

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

HideParentalConsentCode

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

Full endpoint: MovieStarPlanet.WebService.ParentalConsent.AMFParentalConsentService.HideParentalConsentCode

Argument count: 2

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

MatchActorIdToParentalConsentConfirmCode

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

Full endpoint: MovieStarPlanet.WebService.ParentalConsent.AMFParentalConsentService.MatchActorIdToParentalConsentConfirmCode

Argument count: 2

Return type: bool

Request Body

Name
Type
Description

actorId

int

Actor Id

confirmCode

string

Confirm Code

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

ReSendParentalConsentCode

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

Full endpoint: MovieStarPlanet.WebService.ParentalConsent.AMFParentalConsentService.ReSendParentalConsentCode

Argument count: 2

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

RememberParentalConsentCode

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

Full endpoint: MovieStarPlanet.WebService.ParentalConsent.AMFParentalConsentService.RememberParentalConsentCode

Argument count: 2

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

RequestParentalConsent

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

Full endpoint: MovieStarPlanet.WebService.ParentalConsent.AMFParentalConsentService.RequestParentalConsent

Argument count: 2

Return type: void

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

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

SaveParentEmailAddress

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

Full endpoint: MovieStarPlanet.WebService.ParentalConsent.AMFParentalConsentService.SaveParentEmailAddress

Argument count: 3

Return type: bool

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

parentEmail

string

Parent Email

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

SetActorsParentalConsent

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

Full endpoint: MovieStarPlanet.WebService.ParentalConsent.AMFParentalConsentService.SetActorsParentalConsent

Argument count: 2

Return type: void

Request Body

Name
Type
Description

actorId

int

Actor Id

toGrant

bool

To Grant

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

Last updated