POST checkcompatibility

Authorization

Access to this endpoint is granted if all following conditions are true:

  • Authenticated user who is either StaffMember, Student, ProspectWithTrial

Request Information

URI Parameters

None.

Body Parameters

PearsonEnglish.LearningServices.Core.Models.MobileApplicationCompatibilityRequest
NameDescriptionTypeAdditional information
PlatformName

PearsonEnglish.LearningServices.Core.Models.Enums.MobileSupportablePlatforms

None.

AppVersion

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PlatformName": 1,
  "AppVersion": "sample string 1"
}

Response Information

Resource Description

PearsonEnglish.LearningServices.Core.Models.CompatibilityInfo
NameDescriptionTypeAdditional information
Update

PearsonEnglish.LearningServices.Core.Models.Enums.CompatibilityStatus

None.

AppUrl

string

None.

Response Formats

application/json, text/json

Sample:

Sample not available.