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": "5b2dec32-de61-462d-8778-f3d9e06afe31",
  "LanguageId": "26e42f93-1bb5-4e5f-88e1-240be82b0ecc"
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.