PUT territory/preferredlanguage

Authorization

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

  • Authenticated user who is either Administrator

Request Information

URI Parameters

None.

Body Parameters

PearsonEnglish.LearningServices.Core.Models.TerritoryPreferredLanguageUpdateModel
NameDescriptionTypeAdditional information
TerritoryId

globally unique identifier

None.

LanguageId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "TerritoryId": "16e0529e-e53e-4602-8d3b-8ad5112d8e35",
  "LanguageId": "0e23126d-6ab5-4a0a-b964-fed98190a6b7"
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.