PUT MobileAppCompatibility

Authorization

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

  • Authenticated user who is either Administrator
  • Authenticated user who is either ImportTool

Request Information

URI Parameters

None.

Body Parameters

PearsonEnglish.LearningServices.Core.Models.Views.MobileApplicationCompatibilityViewModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Platform

PearsonEnglish.LearningServices.Core.Models.Enums.MobileSupportablePlatforms

None.

AppURL

string

None.

SupportableVersion

string

None.

ReleasedVersion

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "74d308d3-d4dd-4669-9911-5bb26879aa9f",
  "Platform": 1,
  "AppURL": "sample string 2",
  "SupportableVersion": "sample string 3",
  "ReleasedVersion": "sample string 4"
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.