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": "30404fbc-0854-4f96-b3c6-a2c79a1ffd7a",
  "LanguageId": "ab8af9cc-d877-40c3-a0f7-4dab3b275b17"
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.