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": "7ca73e06-d2e7-48c1-84fd-1b6e12b85400",
  "LanguageId": "3cafe00a-13ce-411b-8a54-0374dac2172e"
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.