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": "2190850f-16e3-475e-87b5-b5ce48667d31",
"LanguageId": "df125fcd-860a-4e1d-9c73-13e374a971d4"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.