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": "e339d706-6bf3-46d9-b7b8-e9fcb7c63d59",
"LanguageId": "6cf360c2-bdec-489a-a0e0-925f11ff16af"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.