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": "ccd9dd7f-15a0-40c6-abae-0364038d2dda",
"LanguageId": "3f404590-5e9f-42e4-92f9-4ca2990d14d7"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.