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": "61b21f4c-47cb-4c38-b0d4-e3392ce8fc8b",
  "LanguageId": "f2a94b82-b226-4645-96c3-0732d199925c"
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.