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| Name | Description | Type | Additional information |
|---|---|---|---|
| TerritoryId | globally unique identifier |
None. |
|
| LanguageId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"TerritoryId": "f6521c3b-35ed-4583-b6d9-b6507e754c2c",
"LanguageId": "c9319796-8031-4638-ad72-4a6963e9b1a9"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.